Home
last modified time | relevance | path

Searched refs:ctableCount (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/codec/
DSkCodec.cpp153 const Options* options, SkPMColor ctable[], int* ctableCount) { in getPixels() argument
165 if (nullptr == ctable || nullptr == ctableCount) { in getPixels()
169 if (ctableCount) { in getPixels()
170 *ctableCount = 0; in getPixels()
172 ctableCount = nullptr; in getPixels()
202 const Result result = this->onGetPixels(info, pixels, rowBytes, *options, ctable, ctableCount, in getPixels()
205 if ((kIncompleteInput == result || kSuccess == result) && ctableCount) { in getPixels()
206 SkASSERT(*ctableCount >= 0 && *ctableCount <= 256); in getPixels()
227 const SkCodec::Options* options, SkPMColor ctable[], int* ctableCount) { in startScanlineDecode() argument
232 if (nullptr == ctable || nullptr == ctableCount) { in startScanlineDecode()
[all …]
DSkPngCodec.cpp95 bool SkPngCodec::decodePalette(bool premultiply, int* ctableCount) { in decodePalette() argument
152 if (ctableCount != nullptr) { in decodePalette()
153 *ctableCount = maxColors; in decodePalette()
364 int* ctableCount) { in initializeSwizzler() argument
381 ctableCount)) { in initializeSwizzler()
415 copy_color_table(requestedInfo, fColorTable, ctable, ctableCount); in initializeSwizzler()
448 SkPMColor ctable[], int* ctableCount, in onGetPixels() argument
459 const Result result = this->initializeSwizzler(requestedInfo, options, ctable, ctableCount); in onGetPixels()
550 SkPMColor ctable[], int* ctableCount) override { in onStartScanlineDecode() argument
556 ctableCount); in onStartScanlineDecode()
[all …]
DSkPngCodec.h38 SkPMColor*, int* ctableCount);
64 bool decodePalette(bool premultiply, int* ctableCount);
DSkCodecImageGenerator.cpp41 SkPMColor ctable[], int* ctableCount) { in onGetPixels() argument
44 ctableCount); in onGetPixels()
DSkWbmpCodec.cpp123 int* ctableCount, in onGetPixels() argument
136 setup_color_table(info.colorType(), ctable, ctableCount); in onGetPixels()
DSkCodecImageGenerator.h27 int* ctableCount) override;
DSkJpegCodec.h106 SkPMColor ctable[], int* ctableCount) override;
DSkJpegCodec.cpp401 const Options& options, SkPMColor ctable[], int* ctableCount) { in onStartScanlineDecode() argument
DSkRawCodec.cpp667 SkPMColor ctable[], int* ctableCount, in onGetPixels() argument
/external/skia/src/core/
DSkImageGenerator.cpp17 SkPMColor ctable[], int* ctableCount) { in getPixels() argument
29 if (nullptr == ctable || nullptr == ctableCount) { in getPixels()
33 if (ctableCount) { in getPixels()
34 *ctableCount = 0; in getPixels()
36 ctableCount = nullptr; in getPixels()
40 const bool success = this->onGetPixels(info, pixels, rowBytes, ctable, ctableCount); in getPixels()
41 if (success && ctableCount) { in getPixels()
42 SkASSERT(*ctableCount >= 0 && *ctableCount <= 256); in getPixels()
DSkPictureImageGenerator.cpp23 int* ctableCount) override;
67 SkPMColor ctable[], int* ctableCount) { in onGetPixels() argument
68 if (info != getInfo() || ctable || ctableCount) { in onGetPixels()
/external/skia/include/codec/
DSkCodec.h272 SkPMColor ctable[], int* ctableCount);
371 SkPMColor ctable[], int* ctableCount);
531 SkPMColor ctable[], int* ctableCount,
/external/skia/include/core/
DSkImageGenerator.h123 SkPMColor ctable[], int* ctableCount);
250 SkPMColor ctable[], int* ctableCount);
/external/skia/gm/
Dimage_pict.cpp116 SkPMColor* ctable, int* ctableCount) override { in onGetPixels() argument
125 if (ctableCount) { in onGetPixels()
126 *ctableCount = ct->count(); in onGetPixels()
Dimage.cpp322 int* ctableCount) override { in onGetPixels() argument
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp185 SkPMColor ctable[], int* ctableCount) override { in onGetPixels() argument
204 *ctableCount = 1; in onGetPixels()