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

  /external/skia/src/gpu/
GrFontScaler.cpp 54 fStrike = strike;
63 SkMask::Format format = fStrike->getMaskFormat();
81 fKey = SkNEW_ARGS(GrFontDescKey, (fStrike->getDescriptor()));
87 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
107 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
116 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
154 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
159 const void* src = fStrike->findImage(glyph);
201 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
206 const void* image = fStrike->findImage(glyph)
    [all...]
GrFontScaler.h 80 SkGlyphCache* fStrike;
GrAtlasTextContext.cpp     [all...]
GrAtlasTextContext.h 143 SkAutoTUnref<GrBatchTextStrike> fStrike;

Completed in 33 milliseconds