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

  /external/skia/src/core/
SkTextToPathIter.h 28 SkPaint::GlyphCacheProc fGlyphCacheProc;
SkPaint.cpp 629 SkPaint::GlyphCacheProc SkPaint::GetGlyphCacheProc(TextEncoding encoding,
632 static const GlyphCacheProc gGlyphCacheProcs[] = {
744 GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(this->getTextEncoding(),
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()
    [all...]
SkDraw.cpp     [all...]
  /external/skqp/src/core/
SkTextToPathIter.h 28 SkPaint::GlyphCacheProc fGlyphCacheProc;
SkPaint.cpp 629 SkPaint::GlyphCacheProc SkPaint::GetGlyphCacheProc(TextEncoding encoding,
632 static const GlyphCacheProc gGlyphCacheProcs[] = {
744 GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(this->getTextEncoding(),
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()
    [all...]
SkDraw.cpp     [all...]
  /external/skqp/src/gpu/text/
GrTextUtils.cpp 127 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(paint.getTextEncoding(),
142 const SkGlyph& glyph = glyphCacheProc(cache, &text);
GrStencilAndCoverTextContext.cpp 423 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(fFont.getTextEncoding(),
442 const SkGlyph& glyph = glyphCacheProc(glyphCache, &textPtr);
465 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text);
485 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(fFont.getTextEncoding(),
499 const SkGlyph& glyph = glyphCacheProc(glyphCache, &text);
GrAtlasTextContext.cpp 599 SkPaint::GlyphCacheProc glyphCacheProc =
627 const SkGlyph& glyph = glyphCacheProc(origPaintCache, &textPtr);
    [all...]
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skqp/include/core/
SkPaint.h     [all...]
  /external/skia/src/gpu/text/
GrAtlasTextContext.cpp 506 SkPaint::GlyphCacheProc glyphCacheProc = SkPaint::GetGlyphCacheProc(pathPaint.getTextEncoding(),
518 const SkGlyph& glyph = glyphCacheProc(cache, &text);
687 SkPaint::GlyphCacheProc glyphCacheProc
    [all...]

Completed in 182 milliseconds