Searched defs:glyphCacheProc (Results 1 - 5 of 5) sorted by relevance
/external/skia/src/gpu/text/ |
H A D | GrStencilAndCoverTextContext.cpp | 443 SkPaint::GlyphCacheProc glyphCacheProc = fFont.getGlyphCacheProc(true); local 460 const SkGlyph& glyph = glyphCacheProc(glyphCache, &textPtr); 487 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); 508 SkPaint::GlyphCacheProc glyphCacheProc = fFont.getGlyphCacheProc(true); local 520 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text);
|
H A D | GrTextUtils.cpp | 261 SkPaint::GlyphCacheProc glyphCacheProc = skPaint.getGlyphCacheProc(true); local 284 const SkGlyph& glyph = glyphCacheProc(origPaintCache, &textPtr); 346 SkPaint::GlyphCacheProc glyphCacheProc = dfPaint.getGlyphCacheProc(true); local 355 const SkGlyph& glyph = glyphCacheProc(cache, &text); 384 const SkGlyph& glyph = glyphCacheProc(cache, &text); 510 SkPaint::GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(true); local 523 const SkGlyph& glyph = glyphCacheProc(cache, &text);
|
/external/skia/src/core/ |
H A D | SkDraw.cpp | 1609 SkPaint::GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(true); local 1621 const SkGlyph& glyph = glyphCacheProc(cache.get(), &text);
|
H A D | SkPaint.cpp | 800 GlyphCacheProc glyphCacheProc = this->getGlyphCacheProc(nullptr != bounds); local 814 const SkGlyph* g = &glyphCacheProc(cache, &text); 827 g = &glyphCacheProc(cache, &text); 832 x += advance(glyphCacheProc(cache, &text), xyIndex); 841 g = &glyphCacheProc(cache, &text); 848 g = &glyphCacheProc(cache, &text); 925 GlyphCacheProc glyphCacheProc = paint.getGlyphCacheProc(false); local 937 const SkGlyph& g = glyphCacheProc(cache, &text); 949 SkFixed x = advance(glyphCacheProc(cache, &text), xyIndex); 1043 GlyphCacheProc glyphCacheProc local [all...] |
/external/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 83 static void align_text(SkPaint::GlyphCacheProc glyphCacheProc, const SkPaint& paint, argument 101 const SkGlyph& glyph = glyphCacheProc(cache, &start); 1305 SkPaint::GlyphCacheProc glyphCacheProc = textPaint.getGlyphCacheProc(true); local 1306 align_text(glyphCacheProc, textPaint, glyphIDs, numGlyphs, &x, &y); 1381 SkPaint::GlyphCacheProc glyphCacheProc = textPaint.getGlyphCacheProc(true); local 1402 align_text(glyphCacheProc, textPaint, glyphIDs + i, 1, &x, &y);
|
Completed in 59 milliseconds