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

  /external/skia/include/core/
SkMatrix.h 422 this->getMapXYProc()(*this, x, y, result);
476 static MapXYProc GetMapXYProc(TypeMask mask) {
481 MapXYProc getMapXYProc() const {
482 return GetMapXYProc(this->getType());
  /external/skia/legacy/include/core/
SkMatrix.h 405 this->getMapXYProc()(*this, x, y, result);
459 static MapXYProc GetMapXYProc(TypeMask mask) {
464 MapXYProc getMapXYProc() const {
465 return GetMapXYProc(this->getType());

Completed in 819 milliseconds