HomeSort by relevance Sort by last modified time
    Searched refs:fAtlasLocation (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/include/gpu/
GrGlyph.h 29 GrIPoint16 fAtlasLocation;
36 fAtlasLocation.set(0, 0);
  /external/skia/include/gpu/
GrGlyph.h 29 GrIPoint16 fAtlasLocation;
36 fAtlasLocation.set(0, 0);
  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 257 GrFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX);
258 GrFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
GrDistanceFieldTextContext.cpp 262 GrFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX);
263 GrFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
GrTextStrike.cpp 393 &glyph->fAtlasLocation);
408 &glyph->fAtlasLocation);
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 257 GrFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX);
258 GrFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
GrDistanceFieldTextContext.cpp 262 GrFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX);
263 GrFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
GrTextStrike.cpp 393 &glyph->fAtlasLocation);
408 &glyph->fAtlasLocation);

Completed in 26 milliseconds