Home
last modified time | relevance | path

Searched refs:glyphCacheProc (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/core/
DSkPaint.cpp744 GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(this->getTextEncoding(), in measure_text() local
760 const SkGlyph* g = &glyphCacheProc(cache, &text); in measure_text()
767 g = &glyphCacheProc(cache, &text); in measure_text()
772 x += advance(glyphCacheProc(cache, &text), xyIndex); in measure_text()
780 g = &glyphCacheProc(cache, &text); in measure_text()
787 g = &glyphCacheProc(cache, &text); in measure_text()
864 GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(paint.getTextEncoding(), in breakText() local
874 const SkGlyph& g = glyphCacheProc(cache, &text); in breakText()
886 SkScalar x = advance(glyphCacheProc(cache, &text), xyIndex); in breakText()
970 GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(paint.getTextEncoding(), in getTextWidths() local
[all …]
DSkDraw.cpp1554 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(paint.getTextEncoding(), in drawPosText_asPaths() local
1568 const SkGlyph& glyph = glyphCacheProc(cache.get(), &text); in drawPosText_asPaths()
/external/skia/src/core/
DSkPaint.cpp744 GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(this->getTextEncoding(), in measure_text() local
760 const SkGlyph* g = &glyphCacheProc(cache, &text); in measure_text()
767 g = &glyphCacheProc(cache, &text); in measure_text()
772 x += advance(glyphCacheProc(cache, &text), xyIndex); in measure_text()
780 g = &glyphCacheProc(cache, &text); in measure_text()
787 g = &glyphCacheProc(cache, &text); in measure_text()
864 GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(paint.getTextEncoding(), in breakText() local
874 const SkGlyph& g = glyphCacheProc(cache, &text); in breakText()
886 SkScalar x = advance(glyphCacheProc(cache, &text), xyIndex); in breakText()
970 GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(paint.getTextEncoding(), in getTextWidths() local
[all …]
DSkDraw.cpp1581 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(paint.getTextEncoding(), in drawPosText_asPaths() local
1595 const SkGlyph& glyph = glyphCacheProc(cache.get(), &text); in drawPosText_asPaths()
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp506 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(pathPaint.getTextEncoding(), in DrawBmpPosTextAsPaths() local
518 const SkGlyph& glyph = glyphCacheProc(cache, &text); in DrawBmpPosTextAsPaths()
687 SkPaint::GlyphCacheProc glyphCacheProc = in drawDFText() local
715 const SkGlyph& glyph = glyphCacheProc(origPaintCache, &textPtr); in drawDFText()
781 SkPaint::GlyphCacheProc glyphCacheProc = in drawDFPosText() local
792 const SkGlyph& glyph = glyphCacheProc(cache, &text); in drawDFPosText()
885 SkPaint::GlyphCacheProc glyphCacheProc = in drawText() local
913 const SkGlyph& glyph = glyphCacheProc(cache, &text); in drawText()
/external/skqp/src/gpu/text/
DGrTextUtils.cpp127 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(paint.getTextEncoding(), in DrawBigPosText() local
142 const SkGlyph& glyph = glyphCacheProc(cache, &text); in DrawBigPosText()
DGrStencilAndCoverTextContext.cpp423 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(fFont.getTextEncoding(), in setText() local
442 const SkGlyph& glyph = glyphCacheProc(glyphCache, &textPtr); in setText()
465 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setText()
485 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(fFont.getTextEncoding(), in setPosText() local
499 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text); in setPosText()
DGrAtlasTextContext.cpp599 SkPaint::GlyphCacheProc glyphCacheProc = in drawDFText() local
627 const SkGlyph& glyph = glyphCacheProc(origPaintCache, &textPtr); in drawDFText()
701 SkPaint::GlyphCacheProc glyphCacheProc = in drawDFPosText() local
712 const SkGlyph& glyph = glyphCacheProc(cache, &text); in drawDFPosText()