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

  /external/skia/src/core/
SkFindAndPlaceGlyph.h 497 SkPoint mappedPoint = mapper.TranslationMapper::map(positions->nextPoint());
499 &cursor, mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph));
563 SkPoint mappedPoint = mapper->map(positionReader->nextPoint());
565 &text, mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph));
  /external/skqp/src/core/
SkFindAndPlaceGlyph.h 497 SkPoint mappedPoint = mapper.TranslationMapper::map(positions->nextPoint());
499 &cursor, mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph));
563 SkPoint mappedPoint = mapper->map(positionReader->nextPoint());
565 &text, mappedPoint, std::forward<ProcessOneGlyph>(processOneGlyph));

Completed in 541 milliseconds