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

  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 428 this->getMapXYProc()(*this, x, y, result);
482 static MapXYProc GetMapXYProc(TypeMask mask) {
487 MapXYProc getMapXYProc() const {
488 return GetMapXYProc(this->getType());
  /external/skia/include/core/
SkMatrix.h 428 this->getMapXYProc()(*this, x, y, result);
482 static MapXYProc GetMapXYProc(TypeMask mask) {
487 MapXYProc getMapXYProc() const {
488 return GetMapXYProc(this->getType());

Completed in 209 milliseconds