HomeSort by relevance Sort by last modified time
    Searched refs:TranslationMapper (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkFindAndPlaceGlyph.h 198 // * TranslationMapper - assumes a translation only matrix.
208 class TranslationMapper final : public MapperInterface {
210 TranslationMapper(const SkMatrix& matrix, const SkPoint origin)
492 TranslationMapper mapper{matrix, offset};
497 SkPoint mappedPoint = mapper.TranslationMapper::map(positions->nextPoint());
522 mapper = arena.make<TranslationMapper>(matrix, offset);
  /external/skqp/src/core/
SkFindAndPlaceGlyph.h 198 // * TranslationMapper - assumes a translation only matrix.
208 class TranslationMapper final : public MapperInterface {
210 TranslationMapper(const SkMatrix& matrix, const SkPoint origin)
492 TranslationMapper mapper{matrix, offset};
497 SkPoint mappedPoint = mapper.TranslationMapper::map(positions->nextPoint());
522 mapper = arena.make<TranslationMapper>(matrix, offset);

Completed in 190 milliseconds