Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGlyph.h41 SkIPoint16 fAtlasLocation; member
51 fAtlasLocation.set(0, 0); in init()
DGrAADistanceFieldPathRenderer.h61 SkIPoint16 fAtlasLocation; member
DGrAADistanceFieldPathRenderer.cpp443 pathData->fAtlasLocation = atlasLocation; in addPathToAtlas()
475 SkFixed tx = SkIntToFixed(pathData->fAtlasLocation.fX); in writePathVertices()
476 SkFixed ty = SkIntToFixed(pathData->fAtlasLocation.fY); in writePathVertices()
DGrBatchFontCache.cpp237 storage.get(), &glyph->fAtlasLocation); in addGlyphToAtlas()
DGrAtlasTextContext.cpp1802 u0 = glyph->fAtlasLocation.fX + SK_DistanceFieldInset; in regenerateTextureCoords()
1803 v0 = glyph->fAtlasLocation.fY + SK_DistanceFieldInset; in regenerateTextureCoords()
1807 u0 = glyph->fAtlasLocation.fX; in regenerateTextureCoords()
1808 v0 = glyph->fAtlasLocation.fY; in regenerateTextureCoords()