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

/external/skia/src/core/
H A DSkColorTable.cpp22 SkColorTable::SkColorTable(int count) function in class:SkColorTable
39 SkColorTable::SkColorTable(const SkColorTable& src) : SkRefCnt() { function in class:SkColorTable
52 SkColorTable::SkColorTable(const SkPMColor colors[], int count) function in class:SkColorTable
71 SkColorTable::~SkColorTable()
80 void SkColorTable
145 SkColorTable::SkColorTable(SkFlattenableReadBuffer& buffer) { function in class:SkColorTable
[all...]
/external/skia/include/core/
H A DSkBitmap.h26 class SkColorTable;
48 kIndex8_Config, //!< 8-bits per pixel, using SkColorTable to specify the colors
190 void setPixels(void* p, SkColorTable* ctable = NULL);
205 bool allocPixels(SkColorTable* ctable = NULL) {
228 bool allocPixels(Allocator* allocator, SkColorTable* ctable);
268 SkColorTable* getColorTable() const { return fColorTable; }
419 virtual bool allocPixelRef(SkBitmap*, SkColorTable*) = 0;
428 virtual bool allocPixelRef(SkBitmap*, SkColorTable*);
462 mutable SkColorTable* fColorTable; // only meaningful for kIndex8
483 /** \class SkColorTable
488 class SkColorTable : public SkRefCnt { class in inherits:SkRefCnt
[all...]

Completed in 51 milliseconds