HomeSort by relevance Sort by last modified time
    Searched full:copy_color_table (Results 1 - 5 of 5) sorted by null

  /external/skia/src/codec/
SkCodecPriv.h 179 inline void copy_color_table(const SkImageInfo& dstInfo, SkColorTable* colorTable, function
SkBmpStandardCodec.cpp 203 copy_color_table(dstInfo, this->fColorTable, inputColorPtr, inputColorCount);
SkBmpRLECodec.cpp 284 copy_color_table(dstInfo, this->fColorTable, inputColorPtr, inputColorCount);
SkGifCodec.cpp 448 copy_color_table(dstInfo, this->fColorTable, inputColorPtr, inputColorCount);
SkPngCodec.cpp 415 copy_color_table(requestedInfo, fColorTable, ctable, ctableCount);

Completed in 89 milliseconds