Searched refs:processOneGlyph (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkFindAndPlaceGlyph.h | 50 SkGlyphCache* cache, ProcessOneGlyph&& processOneGlyph); 72 SkGlyphCache* cache, ProcessOneGlyph&& processOneGlyph); 417 const char** text, SkPoint position, ProcessOneGlyph&& processOneGlyph) { 436 const char** text, SkPoint position, ProcessOneGlyph&& processOneGlyph) override { 463 processOneGlyph(renderGlyph, finalPosition, 494 const char** text, SkPoint position, ProcessOneGlyph&& processOneGlyph) override { 502 processOneGlyph(glyph, finalPosition, {SK_ScalarHalf, SK_ScalarHalf}); 588 SkGlyphCache* cache, ProcessOneGlyph&& processOneGlyph) { 613 &cursor, mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph)); 685 &text, mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph)); [all …]
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 2135 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawText() local 2139 SkPoint{ x, y }, matrix, paint.getTextAlign(), cache, processOneGlyph); in drawText() 2195 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawPosText() local 2199 offset, matrix, pos, scalarsPerPos, paint.getTextAlign(), cache, processOneGlyph); in drawPosText()
|