Home
last modified time | relevance | path

Searched refs:ProcessOneGlyph (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkFindAndPlaceGlyph.h46 template<typename ProcessOneGlyph>
50 SkGlyphCache* cache, ProcessOneGlyph&& processOneGlyph);
67 template<typename ProcessOneGlyph>
72 SkGlyphCache* cache, ProcessOneGlyph&& processOneGlyph);
403 template<typename ProcessOneGlyph>
417 const char** text, SkPoint position, ProcessOneGlyph&& processOneGlyph) {
426 template<typename ProcessOneGlyph, SkPaint::Align kTextAlignment,
428 class GlyphFindAndPlaceSubpixel final : public GlyphFindAndPlaceInterface<ProcessOneGlyph> {
436 const char** text, SkPoint position, ProcessOneGlyph&& processOneGlyph) override {
482 template<typename ProcessOneGlyph, SkPaint::Align kTextAlignment, SelectKerning kUseKerning>
[all …]
/external/skia/src/device/xps/
DSkXPSDevice.cpp2064 class ProcessOneGlyph { class
2066 ProcessOneGlyph(FLOAT centemPerUnit, SkBitSet* glyphUse, GlyphRun* xpsGlyphs) in ProcessOneGlyph() function in ProcessOneGlyph
2135 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawText()
2195 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawPosText()