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

  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 441 this->getMapXYProc()(*this, x, y, result);
507 static MapXYProc GetMapXYProc(TypeMask mask) {
512 MapXYProc getMapXYProc() const {
513 return GetMapXYProc(this->getType());
  /external/skia/include/core/
SkMatrix.h 441 this->getMapXYProc()(*this, x, y, result);
507 static MapXYProc GetMapXYProc(TypeMask mask) {
512 MapXYProc getMapXYProc() const {
513 return GetMapXYProc(this->getType());

Completed in 31 milliseconds