Home
last modified time | relevance | path

Searched refs:fColorTable (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/codec/
DSkBmpStandardCodec.cpp23 , fColorTable(nullptr) in SkBmpStandardCodec()
121 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()
165 const SkPMColor* colorPtr = get_color_ptr(fColorTable.get()); in initializeSwizzler()
330 const SkPMColor* colorPtr = get_color_ptr(fColorTable.get()); in onGetFillValue()
DSkBmpRLECodec.cpp23 , fColorTable(nullptr) in SkBmpRLECodec()
102 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()
181 dstRow[dstX] = fColorTable->operator[](index); in setPixel()
186 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel()
DSkCodecImageGenerator.h41 sk_sp<SkColorTable> fColorTable; variable
DSkBmpStandardCodec.h87 sk_sp<SkColorTable> fColorTable; variable
DSkBmpRLECodec.h96 sk_sp<SkColorTable> fColorTable; variable
DSkSwizzler.h132 const SkPMColor* fColorTable; // Unowned pointer variable
DSkPngCodec.h85 sk_sp<SkColorTable> fColorTable; // May be unpremul. variable
DSkPngCodec.cpp319 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()
1088 SkASSERT(!fColorTable); in initializeSwizzler()
1107 const SkPMColor* colors = get_color_ptr(fColorTable.get()); in initializeSwizzler()
1190 const SkPMColor* colorPtr = get_color_ptr(fColorTable.get()); in onGetFillValue()
DSkSwizzler.cpp1170 , fColorTable(ctable) in SkSwizzler()
1220 fSampleX * fSrcBPP, fSrcOffsetUnits, fColorTable); in swizzle()
/external/skqp/src/codec/
DSkBmpStandardCodec.cpp23 , fColorTable(nullptr) in SkBmpStandardCodec()
121 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()
165 const SkPMColor* colorPtr = get_color_ptr(fColorTable.get()); in initializeSwizzler()
332 const SkPMColor* colorPtr = get_color_ptr(fColorTable.get()); in onGetFillValue()
DSkBmpRLECodec.cpp23 , fColorTable(nullptr) in SkBmpRLECodec()
102 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()
181 dstRow[dstX] = fColorTable->operator[](index); in setPixel()
186 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel()
DSkCodecImageGenerator.h41 sk_sp<SkColorTable> fColorTable; variable
DSkBmpStandardCodec.h87 sk_sp<SkColorTable> fColorTable; variable
DSkBmpRLECodec.h96 sk_sp<SkColorTable> fColorTable; variable
DSkSwizzler.h124 const SkPMColor* fColorTable; // Unowned pointer variable
DSkPngCodec.h85 sk_sp<SkColorTable> fColorTable; // May be unpremul. variable
DSkPngCodec.cpp315 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()
1077 const SkPMColor* colors = get_color_ptr(fColorTable.get()); in initializeSwizzler()
1159 const SkPMColor* colorPtr = get_color_ptr(fColorTable.get()); in onGetFillValue()
DSkSwizzler.cpp1191 , fColorTable(ctable) in SkSwizzler()
1229 fSampleX * fSrcBPP, fSrcOffsetUnits, fColorTable); in swizzle()