Searched refs:fAtlasLocation (Results 1 – 5 of 5) sorted by relevance
39 SkIPoint16 fAtlasLocation; member48 fAtlasLocation.set(0, 0); in init()
33 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()
236 storage.get(), &glyph->fAtlasLocation); in addGlyphToAtlas()
65 SkIPoint16 fAtlasLocation; member
433 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()