Home
last modified time | relevance | path

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

/external/skqp/src/gpu/text/
DGrTextBlobVertexRegenerator.cpp96 GrColor hackColor; in regen_texcoords() local
99 hackColor = GrColorPackRGBA(0, 255, 0, 255); in regen_texcoords()
102 hackColor = GrColorPackRGBA(255, 0, 0, 255);; in regen_texcoords()
105 hackColor = GrColorPackRGBA(255, 0, 255, 255); in regen_texcoords()
108 hackColor = GrColorPackRGBA(0, 255, 255, 255); in regen_texcoords()
111 hackColor = GrColorPackRGBA(0, 0, 0, 255); in regen_texcoords()
114 regen_colors(vertex, vertexStride, hackColor); in regen_texcoords()