Searched refs:SK_DistanceFieldInset (Results 1 – 3 of 3) sorted by relevance
33 u0 = glyph->fAtlasLocation.fX + SK_DistanceFieldInset; in regen_vertices()34 v0 = glyph->fAtlasLocation.fY + SK_DistanceFieldInset; in regen_vertices()35 u1 = u0 + width - 2 * SK_DistanceFieldInset; in regen_vertices()36 v1 = v0 + height - 2 * SK_DistanceFieldInset; in regen_vertices()
466 SkScalar dx = SkIntToScalar(glyph->fBounds.fLeft + SK_DistanceFieldInset); in DfAppendGlyph()467 SkScalar dy = SkIntToScalar(glyph->fBounds.fTop + SK_DistanceFieldInset); in DfAppendGlyph()468 SkScalar width = SkIntToScalar(glyph->fBounds.width() - 2 * SK_DistanceFieldInset); in DfAppendGlyph()469 SkScalar height = SkIntToScalar(glyph->fBounds.height() - 2 * SK_DistanceFieldInset); in DfAppendGlyph()
19 #define SK_DistanceFieldInset 2 macro