Home
last modified time | relevance | path

Searched refs:grColor (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/bench/
H A DGlyphQuadFillBench.cpp69 GrColor grColor = SkColorToPremulGrColor(paint.getColor()); variable
74 grColor, positionMatrix, clip);
/third_party/skia/src/gpu/ops/
H A DDrawAtlasOp.cpp150 GrColor grColor = SkColorToPremulGrColor(spriteColor); in DrawAtlasOpImpl() local
152 *(reinterpret_cast<GrColor*>(currVertex + sizeof(SkPoint))) = grColor; in DrawAtlasOpImpl()
153 *(reinterpret_cast<GrColor*>(currVertex + vertexStride + sizeof(SkPoint))) = grColor; in DrawAtlasOpImpl()
155 grColor; in DrawAtlasOpImpl()
157 grColor; in DrawAtlasOpImpl()

Completed in 2 milliseconds