Home
last modified time | relevance | path

Searched refs:SK_DistanceFieldInset (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasTextBlob_regenInOp.cpp33 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()
DGrTextUtils.cpp466 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()
/external/skia/src/core/
DSkDistanceFieldGen.h19 #define SK_DistanceFieldInset 2 macro