Searched refs:fAtlasLocation (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrGlyph.h30 SkIPoint16 fAtlasLocation; member in struct:GrGlyph
37 fAtlasLocation.set(0, 0);
/external/skia/include/gpu/
H A DGrGlyph.h29 SkIPoint16 fAtlasLocation; member in struct:GrGlyph
36 fAtlasLocation.set(0, 0);
/external/skia/src/gpu/
H A DGrTextStrike.cpp319 &glyph->fAtlasLocation);
H A DGrBitmapTextContext.cpp568 SkFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX);
569 SkFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
H A DGrDistanceFieldTextContext.cpp340 SkFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX + SK_DistanceFieldInset);
341 SkFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY + SK_DistanceFieldInset);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrBitmapTextContext.cpp568 SkFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX);
569 SkFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
H A DGrDistanceFieldTextContext.cpp401 SkFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX + SK_DistanceFieldInset);
402 SkFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY + SK_DistanceFieldInset);
H A DGrTextStrike.cpp341 &glyph->fAtlasLocation);

Completed in 3208 milliseconds