Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkPngCodecBase.cpp224 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()
DSkBmpRLECodec.cpp39 , 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()
DSkBmpStandardCodec.cpp39 , fColorTable(nullptr) in SkBmpStandardCodec()
139 fColorTable.reset(new SkColorPalette(colorTable, maxColors)); in createColorTable()
196 const SkPMColor* colorPtr = SkCodecPriv::GetColorPtr(fColorTable.get()); in initializeSwizzler()
DSkBmpStandardCodec.h92 sk_sp<SkColorPalette> fColorTable; variable
DSkPngCodecBase.h102 sk_sp<SkColorPalette> fColorTable; variable
DSkBmpRLECodec.h108 sk_sp<SkColorPalette> fColorTable; variable
DSkSwizzler.h142 const SkPMColor* fColorTable; // Unowned pointer variable
DSkSwizzler.cpp1197 , fColorTable(ctable) in SkSwizzler()
1258 fSampleX * fSrcBPP, fSrcOffsetUnits, fColorTable); in swizzle()