Searched refs:fColorTable (Results 1 – 8 of 8) sorted by relevance
224 SkASSERT(!fColorTable); in initializeSwizzler()243 const SkPMColor* colors = SkCodecPriv::GetColorPtr(fColorTable.get()); in initializeSwizzler()290 return !!fColorTable; in createColorTable()292 fColorTable.reset(); in createColorTable()365 fColorTable.reset(new SkColorPalette(colorTable, maxColors)); in createColorTable()
39 , fColorTable(nullptr) in SkBmpRLECodec()118 fColorTable.reset(new SkColorPalette(colorTable, maxColors)); in createColorTable()197 dstRow[dstX] = fColorTable->operator[](index); in setPixel()202 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel()
39 , fColorTable(nullptr) in SkBmpStandardCodec()139 fColorTable.reset(new SkColorPalette(colorTable, maxColors)); in createColorTable()196 const SkPMColor* colorPtr = SkCodecPriv::GetColorPtr(fColorTable.get()); in initializeSwizzler()
92 sk_sp<SkColorPalette> fColorTable; variable
102 sk_sp<SkColorPalette> fColorTable; variable
108 sk_sp<SkColorPalette> fColorTable; variable
142 const SkPMColor* fColorTable; // Unowned pointer variable
1197 , fColorTable(ctable) in SkSwizzler()1258 fSampleX * fSrcBPP, fSrcOffsetUnits, fColorTable); in swizzle()