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

  /external/chromium_org/third_party/skia/include/gpu/
GrGlyph.h 30 SkIPoint16 fAtlasLocation;
37 fAtlasLocation.set(0, 0);
  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 568 SkFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX);
569 SkFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY);
GrDistanceFieldTextContext.cpp 401 SkFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX + SK_DistanceFieldInset);
402 SkFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY + SK_DistanceFieldInset);
GrTextStrike.cpp 341 &glyph->fAtlasLocation);

Completed in 128 milliseconds