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

  /external/skia/include/gpu/
GrGlyph.h 32 GrIPoint16 fAtlasLocation;
39 fAtlasLocation.set(0, 0);
  /external/skia/src/gpu/
GrTextStrike.cpp 195 &glyph->fAtlasLocation);
GrTextContext.cpp 284 GrFixed tx = GrIntToFixed(glyph->fAtlasLocation.fX);
285 GrFixed ty = GrIntToFixed(glyph->fAtlasLocation.fY);

Completed in 76 milliseconds