Searched refs:processOneGlyph (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkFindAndPlaceGlyph.h | 26 SkGlyphCache* cache, ProcessOneGlyph&& processOneGlyph); 48 SkGlyphCache* cache, ProcessOneGlyph&& processOneGlyph); 327 const char** text, SkPoint position, ProcessOneGlyph&& processOneGlyph) { in findAndPositionGlyph() argument 344 const char** text, SkPoint position, ProcessOneGlyph&& processOneGlyph) override { in findAndPositionGlyph() argument 373 processOneGlyph(renderGlyph, position, in findAndPositionGlyph() 403 const char** text, SkPoint position, ProcessOneGlyph&& processOneGlyph) override { in findAndPositionGlyph() argument 411 processOneGlyph(glyph, finalPosition, {SK_ScalarHalf, SK_ScalarHalf}); in findAndPositionGlyph() 467 SkGlyphCache* cache, ProcessOneGlyph&& processOneGlyph) { in ProcessPosText() argument 498 &cursor, mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph)); in ProcessPosText() 564 &text, mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph)); in ProcessPosText() [all …]
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 2118 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawText() local 2122 SkPoint{ x, y }, matrix, paint.getTextAlign(), cache, processOneGlyph); in drawText() 2176 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawPosText() local 2180 offset, matrix, pos, scalarsPerPos, paint.getTextAlign(), cache, processOneGlyph); in drawPosText()
|