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

/external/skia/src/core/
H A DSkFindAndPlaceGlyph.h344 // TextAlignmentAdjustment handles shifting the glyph based on its width.
345 static SkPoint TextAlignmentAdjustment(SkPaint::Align textAlignment, const SkGlyph& glyph) { function in class:SkFindAndPlaceGlyph
455 position -= TextAlignmentAdjustment(kTextAlignment, metricGlyph);
505 finalPosition -= TextAlignmentAdjustment(kTextAlignment, glyph);

Completed in 718 milliseconds