Searched refs:dstColors (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkDraw_vertices.cpp | 270 SkPMColor4f* dstColors = nullptr; in drawVertices() local 274 dstColors = convert_colors(colors, vertexCount, fDst.colorSpace(), &outerAlloc); in drawVertices() 295 if (!update_tricolor_matrix(ctmInv, vertices, dstColors, in drawVertices() 321 if (matrix43 && !update_tricolor_matrix(ctmInv, vertices, dstColors, in drawVertices()
|
/external/skqp/src/core/ |
D | SkDraw_vertices.cpp | 270 SkPMColor4f* dstColors = nullptr; in drawVertices() local 274 dstColors = convert_colors(colors, vertexCount, fDst.colorSpace(), &outerAlloc); in drawVertices() 295 if (!update_tricolor_matrix(ctmInv, vertices, dstColors, in drawVertices() 321 if (matrix43 && !update_tricolor_matrix(ctmInv, vertices, dstColors, in drawVertices()
|
/external/skia/src/codec/ |
D | SkGifCodec.cpp | 164 SkPMColor dstColors[256]; in initializeColorTable() local 165 this->applyColorXform(dstColors, currColorTable->readColors(), in initializeColorTable() 167 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable()
|
/external/skqp/src/codec/ |
D | SkGifCodec.cpp | 164 SkPMColor dstColors[256]; in initializeColorTable() local 165 this->applyColorXform(dstColors, currColorTable->readColors(), in initializeColorTable() 167 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable()
|