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

/external/skia/src/core/
H A DSkFindAndPlaceGlyph.h284 // MapperInterface given a point map it through the matrix. There are several shortcut
289 class MapperInterface { class in class:SkFindAndPlaceGlyph
291 virtual ~MapperInterface() { }
296 class TranslationMapper final : public MapperInterface {
309 class XScaleMapper final : public MapperInterface {
324 class GeneralMapper final : public MapperInterface {
342 MapperInterface, TranslationMapper, XScaleMapper, GeneralMapper> Mapper;

Completed in 42 milliseconds