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

/external/skia/src/core/
H A DSkFindAndPlaceGlyph.h238 // * ArbitraryPositions - a list of (X,Y) pairs.
264 class ArbitraryPositions final : public PositionReaderInterface {
266 explicit ArbitraryPositions(const SkScalar* positions) function in class:SkFindAndPlaceGlyph::final
281 typedef PolymorphicVariant<PositionReaderInterface, HorizontalPositions, ArbitraryPositions>
624 to_init->initialize<ArbitraryPositions>(pos);

Completed in 189 milliseconds