Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFindAndPlaceGlyph.h107 return arena->make<TranslationMapper>(matrix, offset); in CreateMapper()
149 class TranslationMapper final : public MapperInterface {
151 TranslationMapper(const SkMatrix& matrix, const SkPoint origin) in TranslationMapper() function
318 TranslationMapper mapper{matrix, offset}; in ProcessPosText()
321 SkPoint mappedPoint = mapper.TranslationMapper::map(positions->nextPoint()); in ProcessPosText()
/external/skqp/src/core/
DSkFindAndPlaceGlyph.h107 return arena->make<TranslationMapper>(matrix, offset); in CreateMapper()
149 class TranslationMapper final : public MapperInterface {
151 TranslationMapper(const SkMatrix& matrix, const SkPoint origin) in TranslationMapper() function
318 TranslationMapper mapper{matrix, offset}; in ProcessPosText()
321 SkPoint mappedPoint = mapper.TranslationMapper::map(positions->nextPoint()); in ProcessPosText()