Searched refs:kUseKerning (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkFindAndPlaceGlyph.h480 kUseKerning = true enumerator in enum:SkFindAndPlaceGlyph::SelectKerning
484 // positioning is requested. The kUseKerning argument should be true for drawText, and false
486 template<typename ProcessOneGlyph, SkPaint::Align kTextAlignment, SelectKerning kUseKerning>
493 static_assert(!kUseKerning || SkPaint::kLeft_Align == kTextAlignment,
501 if (kUseKerning) {
723 ProcessOneGlyph, SkPaint::kLeft_Align, kUseKerning>>(glyphFinder);

Completed in 38 milliseconds