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

  /external/chromium_org/third_party/skia/include/gpu/
GrTextContext.h 36 GrTextStrike* fStrike;
SkGr.h 94 SkGlyphCache* fStrike;
  /external/chromium_org/third_party/skia/src/gpu/
GrTextContext.cpp 76 fStrike = NULL;
125 if (NULL == fStrike) {
126 fStrike = fContext->getFontCache()->getStrike(scaler);
129 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
152 if (fStrike->getGlyphAtlas(glyph, scaler)) {
157 fContext->getFontCache()->freeAtlasExceptFor(fStrike);
158 if (fStrike->getGlyphAtlas(glyph, scaler)) {
167 fContext->getFontCache()->purgeExceptFor(fStrike);
168 if (fStrike->getGlyphAtlas(glyph, scaler)) {
SkGrFontScaler.cpp 71 fStrike = strike;
80 SkMask::Format format = fStrike->getMaskFormat();
98 fKey = SkNEW_ARGS(SkGrDescKey, (fStrike->getDescriptor()));
105 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
142 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
147 const void* src = fStrike->findImage(glyph);
194 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(glyphID);
195 const SkPath* skPath = fStrike->findPath(glyph);
  /external/skia/include/gpu/
GrTextContext.h 36 GrTextStrike* fStrike;
SkGr.h 94 SkGlyphCache* fStrike;
  /external/skia/src/gpu/
GrTextContext.cpp 76 fStrike = NULL;
125 if (NULL == fStrike) {
126 fStrike = fContext->getFontCache()->getStrike(scaler);
129 GrGlyph* glyph = fStrike->getGlyph(packed, scaler);
152 if (fStrike->getGlyphAtlas(glyph, scaler)) {
157 fContext->getFontCache()->freeAtlasExceptFor(fStrike);
158 if (fStrike->getGlyphAtlas(glyph, scaler)) {
167 fContext->getFontCache()->purgeExceptFor(fStrike);
168 if (fStrike->getGlyphAtlas(glyph, scaler)) {
SkGrFontScaler.cpp 71 fStrike = strike;
80 SkMask::Format format = fStrike->getMaskFormat();
98 fKey = SkNEW_ARGS(SkGrDescKey, (fStrike->getDescriptor()));
105 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
142 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed),
147 const void* src = fStrike->findImage(glyph);
194 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(glyphID);
195 const SkPath* skPath = fStrike->findPath(glyph);

Completed in 80 milliseconds