Searched defs:ctableCount (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/codec/
H A DSkCodecImageGenerator.cpp39 SkPMColor ctable[], int* ctableCount) {
41 ctableCount);
38 onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) argument
H A DSkWbmpCodec.cpp125 int* ctableCount,
137 setup_color_table(info.colorType(), ctable, ctableCount);
120 onGetPixels(const SkImageInfo& info, void* dst, size_t rowBytes, const Options& options, SkPMColor ctable[], int* ctableCount, int* rowsDecoded) argument
H A DSkCodec.cpp168 if (nullptr == ctable || nullptr == ctableCount) { \
172 if (ctableCount) { \
173 *ctableCount = 0; \
175 ctableCount = nullptr; \
181 const Options* options, SkPMColor ctable[], int* ctableCount) {
223 const Result result = this->onGetPixels(info, pixels, rowBytes, *options, ctable, ctableCount,
226 if ((kIncompleteInput == result || kSuccess == result) && ctableCount) {
227 SkASSERT(*ctableCount >= 0 && *ctableCount <= 256);
254 size_t rowBytes, const SkCodec::Options* options, SkPMColor* ctable, int* ctableCount) {
180 getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, const Options* options, SkPMColor ctable[], int* ctableCount) argument
253 startIncrementalDecode(const SkImageInfo& info, void* pixels, size_t rowBytes, const SkCodec::Options* options, SkPMColor* ctable, int* ctableCount) argument
318 startScanlineDecode(const SkImageInfo& info, const SkCodec::Options* options, SkPMColor ctable[], int* ctableCount) argument
[all...]
H A DSkJpegCodec.cpp686 const Options& options, SkPMColor ctable[], int* ctableCount) {
685 onStartScanlineDecode(const SkImageInfo& dstInfo, const Options& options, SkPMColor ctable[], int* ctableCount) argument
H A DSkPngCodec.cpp248 bool SkPngCodec::createColorTable(const SkImageInfo& dstInfo, int* ctableCount) { argument
319 if (ctableCount != nullptr) {
320 *ctableCount = maxColors;
990 SkPMColor ctable[], int* ctableCount) {
1027 if (!this->createColorTable(dstInfo, ctableCount)) {
1033 copy_color_table(dstInfo, fColorTable.get(), ctable, ctableCount);
1116 SkPMColor ctable[], int* ctableCount,
1119 !this->initializeXforms(dstInfo, options, ctable, ctableCount))
1135 SkPMColor* ctable, int* ctableCount) {
1137 !this->initializeXforms(dstInfo, options, ctable, ctableCount))
989 initializeXforms(const SkImageInfo& dstInfo, const Options& options, SkPMColor ctable[], int* ctableCount) argument
1114 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, const Options& options, SkPMColor ctable[], int* ctableCount, int* rowsDecoded) argument
1133 onStartIncrementalDecode(const SkImageInfo& dstInfo, void* dst, size_t rowBytes, const SkCodec::Options& options, SkPMColor* ctable, int* ctableCount) argument
[all...]
H A DSkRawCodec.cpp691 SkPMColor ctable[], int* ctableCount,
689 onGetPixels(const SkImageInfo& dstInfo, void* dst, size_t dstRowBytes, const Options& options, SkPMColor ctable[], int* ctableCount, int* rowsDecoded) argument
/external/skia/src/core/
H A DSkPictureImageGenerator.cpp61 SkPMColor ctable[], int* ctableCount) {
62 if (ctable || ctableCount) {
60 onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) argument
H A DSkImageGenerator.cpp18 SkPMColor ctable[], int* ctableCount) {
30 if (nullptr == ctable || nullptr == ctableCount) {
34 if (ctableCount) {
35 *ctableCount = 0;
37 ctableCount = nullptr;
41 const bool success = this->onGetPixels(info, pixels, rowBytes, ctable, ctableCount);
42 if (success && ctableCount) {
43 SkASSERT(*ctableCount >= 0 && *ctableCount <= 256);
17 getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) argument
/external/skia/src/ports/
H A DSkImageGeneratorCG.cpp83 SkPMColor ctable[], int* ctableCount) {
82 onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) argument
H A DSkImageGeneratorWIC.cpp140 SkPMColor ctable[], int* ctableCount) {
139 onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) argument

Completed in 204 milliseconds