Searched refs:fStrike (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrBitmapTextContext.cpp | 33 fStrike = NULL; in GrBitmapTextContext() 73 if (NULL != fStrike && kARGB_GrMaskFormat == fStrike->getMaskFormat()) { in flushGlyphs() 128 if (NULL == fStrike) { in drawPackedGlyph() 130 fStrike = fContext->getFontCache()->getStrike(scaler, false); in drawPackedGlyph() 132 fStrike = fContext->getFontCache()->getStrike(scaler); in drawPackedGlyph() 136 GrGlyph* glyph = fStrike->getGlyph(packed, scaler); in drawPackedGlyph() 159 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph() 164 fContext->getFontCache()->freePlotExceptFor(fStrike); in drawPackedGlyph() 165 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph() 180 fContext->getFontCache()->purgeExceptFor(fStrike); in drawPackedGlyph() [all …]
|
D | SkGrFontScaler.cpp | 71 fStrike = strike; in SkGrFontScaler() 80 SkMask::Format format = fStrike->getMaskFormat(); in getMaskFormat() 100 fKey = SkNEW_ARGS(SkGrDescKey, (fStrike->getDescriptor())); in getKey() 107 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), in getPackedGlyphBounds() 144 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), in getPackedGlyphImage() 149 const void* src = fStrike->findImage(glyph); in getPackedGlyphImage() 196 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(glyphID); in getGlyphPath() 197 const SkPath* skPath = fStrike->findPath(glyph); in getGlyphPath()
|
D | GrDistanceFieldTextContext.cpp | 34 fStrike = NULL; in GrDistanceFieldTextContext() 125 if (NULL == fStrike) { in drawPackedGlyph() 126 fStrike = fContext->getFontCache()->getStrike(scaler, true); in drawPackedGlyph() 129 GrGlyph* glyph = fStrike->getGlyph(packed, scaler); in drawPackedGlyph() 156 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph() 161 fContext->getFontCache()->freePlotExceptFor(fStrike); in drawPackedGlyph() 162 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph() 177 fContext->getFontCache()->purgeExceptFor(fStrike); in drawPackedGlyph() 179 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph()
|
/external/skia/src/gpu/ |
D | GrBitmapTextContext.cpp | 33 fStrike = NULL; in GrBitmapTextContext() 73 if (NULL != fStrike && kARGB_GrMaskFormat == fStrike->getMaskFormat()) { in flushGlyphs() 128 if (NULL == fStrike) { in drawPackedGlyph() 130 fStrike = fContext->getFontCache()->getStrike(scaler, false); in drawPackedGlyph() 132 fStrike = fContext->getFontCache()->getStrike(scaler); in drawPackedGlyph() 136 GrGlyph* glyph = fStrike->getGlyph(packed, scaler); in drawPackedGlyph() 159 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph() 164 fContext->getFontCache()->freePlotExceptFor(fStrike); in drawPackedGlyph() 165 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph() 180 fContext->getFontCache()->purgeExceptFor(fStrike); in drawPackedGlyph() [all …]
|
D | SkGrFontScaler.cpp | 71 fStrike = strike; in SkGrFontScaler() 80 SkMask::Format format = fStrike->getMaskFormat(); in getMaskFormat() 100 fKey = SkNEW_ARGS(SkGrDescKey, (fStrike->getDescriptor())); in getKey() 107 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), in getPackedGlyphBounds() 144 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(packed), in getPackedGlyphImage() 149 const void* src = fStrike->findImage(glyph); in getPackedGlyphImage() 196 const SkGlyph& glyph = fStrike->getGlyphIDMetrics(glyphID); in getGlyphPath() 197 const SkPath* skPath = fStrike->findPath(glyph); in getGlyphPath()
|
D | GrDistanceFieldTextContext.cpp | 34 fStrike = NULL; in GrDistanceFieldTextContext() 125 if (NULL == fStrike) { in drawPackedGlyph() 126 fStrike = fContext->getFontCache()->getStrike(scaler, true); in drawPackedGlyph() 129 GrGlyph* glyph = fStrike->getGlyph(packed, scaler); in drawPackedGlyph() 156 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph() 161 fContext->getFontCache()->freePlotExceptFor(fStrike); in drawPackedGlyph() 162 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph() 177 fContext->getFontCache()->purgeExceptFor(fStrike); in drawPackedGlyph() 179 if (fStrike->getGlyphAtlas(glyph, scaler)) { in drawPackedGlyph()
|
/external/skia/include/gpu/ |
D | GrBitmapTextContext.h | 28 GrTextStrike* fStrike; variable
|
D | GrDistanceFieldTextContext.h | 27 GrTextStrike* fStrike;
|
D | SkGr.h | 91 SkGlyphCache* fStrike;
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrBitmapTextContext.h | 28 GrTextStrike* fStrike; variable
|
D | GrDistanceFieldTextContext.h | 27 GrTextStrike* fStrike;
|
D | SkGr.h | 91 SkGlyphCache* fStrike;
|