Searched refs:ProcessOneGlyph (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkFindAndPlaceGlyph.h | 22 template<typename ProcessOneGlyph> 26 SkGlyphCache* cache, ProcessOneGlyph&& processOneGlyph); 43 template<typename ProcessOneGlyph> 48 SkGlyphCache* cache, ProcessOneGlyph&& processOneGlyph); 313 template<typename ProcessOneGlyph> 327 const char** text, SkPoint position, ProcessOneGlyph&& processOneGlyph) { in findAndPositionGlyph() 336 template<typename ProcessOneGlyph, SkPaint::Align kTextAlignment, 338 class GlyphFindAndPlaceSubpixel final : public GlyphFindAndPlaceInterface<ProcessOneGlyph> { 344 const char** text, SkPoint position, ProcessOneGlyph&& processOneGlyph) override { in findAndPositionGlyph() 392 template<typename ProcessOneGlyph, SkPaint::Align kTextAlignment, SelectKerning kUseKerning> [all …]
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 2048 class ProcessOneGlyph { class 2050 ProcessOneGlyph(FLOAT centemPerUnit, SkBitSet* glyphUse, GlyphRun* xpsGlyphs) in ProcessOneGlyph() function in ProcessOneGlyph 2118 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawText() 2176 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawPosText()
|