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

  /external/skia/src/gpu/
GrGlyph.h 41 SkIPoint16 fAtlasLocation;
51 fAtlasLocation.set(0, 0);
GrAADistanceFieldPathRenderer.h 61 SkIPoint16 fAtlasLocation;
GrBatchFontCache.cpp 237 storage.get(), &glyph->fAtlasLocation);
GrAADistanceFieldPathRenderer.cpp 443 pathData->fAtlasLocation = atlasLocation;
475 SkFixed tx = SkIntToFixed(pathData->fAtlasLocation.fX);
476 SkFixed ty = SkIntToFixed(pathData->fAtlasLocation.fY);
GrAtlasTextContext.cpp     [all...]

Completed in 137 milliseconds