Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGlyph.h39 SkIPoint16 fAtlasLocation; member
48 fAtlasLocation.set(0, 0); in init()
/external/skia/src/gpu/text/
DGrAtlasTextBlob_regenInBatch.cpp33 u0 = glyph->fAtlasLocation.fX + SK_DistanceFieldInset; in regen_vertices()
34 v0 = glyph->fAtlasLocation.fY + SK_DistanceFieldInset; in regen_vertices()
38 u0 = glyph->fAtlasLocation.fX; in regen_vertices()
39 v0 = glyph->fAtlasLocation.fY; in regen_vertices()
DGrBatchFontCache.cpp236 storage.get(), &glyph->fAtlasLocation); in addGlyphToAtlas()
/external/skia/src/gpu/batches/
DGrAADistanceFieldPathRenderer.h65 SkIPoint16 fAtlasLocation; member
DGrAADistanceFieldPathRenderer.cpp433 pathData->fAtlasLocation = atlasLocation; in addPathToAtlas()
479 const SkScalar tx = SkIntToScalar(pathData->fAtlasLocation.fX); in writePathVertices()
480 const SkScalar ty = SkIntToScalar(pathData->fAtlasLocation.fY); in writePathVertices()