OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 37 milliseconds