Searched refs:installedGeo (Results 1 – 2 of 2) sorted by relevance
38 Geometry& installedGeo = fGeoData.push_back(); in GrDrawAtlasOp() local39 installedGeo.fColor = color; in GrDrawAtlasOp()54 installedGeo.fVerts.reset(allocSize); in GrDrawAtlasOp()55 uint8_t* currVertex = installedGeo.fVerts.begin(); in GrDrawAtlasOp()59 int paintAlpha = GrColorUnpackA(installedGeo.fColor.toBytes_RGBA()); in GrDrawAtlasOp()
98 Geometry& installedGeo = fGeoData.push_back(); in DrawAtlasOp() local99 installedGeo.fColor = color; in DrawAtlasOp()114 installedGeo.fVerts.reset(allocSize); in DrawAtlasOp()115 uint8_t* currVertex = installedGeo.fVerts.begin(); in DrawAtlasOp()119 int paintAlpha = GrColorUnpackA(installedGeo.fColor.toBytes_RGBA()); in DrawAtlasOp()