Searched defs:SkColorTable (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkColorTable.cpp15 SkColorTable::SkColorTable(int count) function in class:SkColorTable
32 SkColorTable::SkColorTable(const SkColorTable& src) : SkRefCnt() { function in class:SkColorTable
45 SkColorTable::SkColorTable(const SkPMColor colors[], int count) function in class:SkColorTable
64 SkColorTable::~SkColorTable()
73 void SkColorTable
138 SkColorTable::SkColorTable(SkFlattenableReadBuffer& buffer) { function in class:SkColorTable
[all...]
/external/skia/include/core/
H A DSkBitmap.h19 class SkColorTable;
52 kIndex8_Config, //!< 8-bits per pixel, using SkColorTable to specify the colors
236 void setPixels(void* p, SkColorTable* ctable = NULL);
273 bool allocPixels(SkColorTable* ctable = NULL) {
296 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
349 SkColorTable* getColorTable() const { return fColorTable; }
555 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
564 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
598 mutable SkColorTable* fColorTable; // only meaningful for kIndex8
636 /** \class SkColorTable
641 class SkColorTable : public SkRefCnt { class in inherits:SkRefCnt
[all...]

Completed in 44 milliseconds