Searched refs:copy_color_table (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/codec/ |
D | SkCodecPriv.h | 179 inline void copy_color_table(const SkImageInfo& dstInfo, SkColorTable* colorTable, in copy_color_table() function
|
D | SkBmpStandardCodec.cpp | 203 copy_color_table(dstInfo, this->fColorTable, inputColorPtr, inputColorCount); in prepareToDecode()
|
D | SkBmpRLECodec.cpp | 284 copy_color_table(dstInfo, this->fColorTable, inputColorPtr, inputColorCount); in prepareToDecode()
|
D | SkGifCodec.cpp | 448 copy_color_table(dstInfo, this->fColorTable, inputColorPtr, inputColorCount);
|
D | SkPngCodec.cpp | 415 copy_color_table(requestedInfo, fColorTable, ctable, ctableCount); in initializeSwizzler()
|