Searched refs:fAtlasLocation (Results 1 – 5 of 5) sorted by relevance
41 SkIPoint16 fAtlasLocation; member51 fAtlasLocation.set(0, 0); in init()
61 SkIPoint16 fAtlasLocation; member
443 pathData->fAtlasLocation = atlasLocation; in addPathToAtlas()475 SkFixed tx = SkIntToFixed(pathData->fAtlasLocation.fX); in writePathVertices()476 SkFixed ty = SkIntToFixed(pathData->fAtlasLocation.fY); in writePathVertices()
237 storage.get(), &glyph->fAtlasLocation); in addGlyphToAtlas()
1802 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()