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

/external/skia/src/core/
H A DSkImageGenerator.cpp20 SkPMColor ctable[], int* ctableCount) {
32 if (NULL == ctable || NULL == ctableCount) {
36 if (ctableCount) {
37 *ctableCount = 0;
39 ctableCount = NULL;
43 bool success = this->onGetPixels(info, pixels, rowBytes, ctable, ctableCount);
45 if (success && ctableCount) {
46 SkASSERT(*ctableCount >= 0 && *ctableCount <= 256);
19 getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkImageGenerator.cpp20 SkPMColor ctable[], int* ctableCount) {
32 if (NULL == ctable || NULL == ctableCount) {
36 if (ctableCount) {
37 *ctableCount = 0;
39 ctableCount = NULL;
43 bool success = this->onGetPixels(info, pixels, rowBytes, ctable, ctableCount);
45 if (success && ctableCount) {
46 SkASSERT(*ctableCount >= 0 && *ctableCount <= 256);
19 getPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDecodingImageGenerator.cpp70 bool DecodingImageGenerator::onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctable[], int* ctableCount) argument
/external/chromium_org/third_party/skia/src/images/
H A DSkDecodingImageGenerator.cpp47 SkPMColor ctable[], int* ctableCount) SK_OVERRIDE;
151 SkPMColor ctableEntries[], int* ctableCount) {
202 *ctableCount = count;
149 onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctableEntries[], int* ctableCount) argument
/external/skia/src/images/
H A DSkDecodingImageGenerator.cpp47 SkPMColor ctable[], int* ctableCount) SK_OVERRIDE;
155 SkPMColor ctableEntries[], int* ctableCount) {
207 *ctableCount = count;
153 onGetPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, SkPMColor ctableEntries[], int* ctableCount) argument

Completed in 144 milliseconds