Searched refs:fColorTable (Results 1 – 9 of 9) sorted by relevance
23 , 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()
22 , fColorTable(nullptr) in SkBmpRLECodec()101 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()180 dstRow[dstX] = fColorTable->operator[](index); in setPixel()185 dstRow[dstX] = SkPixel32ToPixel16(fColorTable->operator[](index)); in setPixel()
41 sk_sp<SkColorTable> fColorTable; variable
87 sk_sp<SkColorTable> fColorTable; variable
96 sk_sp<SkColorTable> fColorTable; variable
132 const SkPMColor* fColorTable; // Unowned pointer variable
85 sk_sp<SkColorTable> fColorTable; // May be unpremul. variable
311 fColorTable.reset(new SkColorTable(colorTable, maxColors)); in createColorTable()1050 SkASSERT(!fColorTable); in initializeSwizzler()1069 const SkPMColor* colors = get_color_ptr(fColorTable.get()); in initializeSwizzler()1160 const SkPMColor* colorPtr = get_color_ptr(fColorTable.get()); in onGetFillValue()
1157 , fColorTable(ctable) in SkSwizzler()1207 fSampleX * fSrcBPP, fSrcOffsetUnits, fColorTable); in swizzle()