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

  /external/skia/src/gpu/text/
GrAtlasManager.h 48 static int MaskFormatToAtlasIndex(GrMaskFormat format) {
61 int atlasIndex = MaskFormatToAtlasIndex(format);
GrAtlasManager.cpp 205 int index = MaskFormatToAtlasIndex(format);
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.h 231 static int MaskFormatToAtlasIndex(GrMaskFormat format) {
252 int atlasIndex = MaskFormatToAtlasIndex(format);
GrAtlasGlyphCache.cpp 20 int index = MaskFormatToAtlasIndex(format);

Completed in 69 milliseconds