Searched defs:glyphCacheProc (Results 1 - 8 of 8) sorted by relevance

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

Completed in 278 milliseconds