Home
last modified time | relevance | path

Searched refs:dstColors (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkDraw_vertices.cpp270 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/
DSkDraw_vertices.cpp270 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/
DSkGifCodec.cpp164 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/
DSkGifCodec.cpp164 SkPMColor dstColors[256]; in initializeColorTable() local
165 this->applyColorXform(dstColors, currColorTable->readColors(), in initializeColorTable()
167 fCurrColorTable.reset(new SkColorTable(dstColors, currColorTable->count())); in initializeColorTable()