Searched refs:initPath (Results 1 – 5 of 5) sorted by relevance
/external/skia/include/core/ |
D | SkClipStack.h | 72 this->initPath(0, path, op, doAA); in Element() 222 this->initPath(saveCount, path, op, doAA); in Element() 254 void initPath(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA);
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkClipStack.h | 72 this->initPath(0, path, op, doAA); in Element() 222 this->initPath(saveCount, path, op, doAA); in Element() 254 void initPath(int saveCount, const SkPath& path, SkRegion::Op op, bool doAA);
|
/external/qemu/android/avd/ |
D | hardware-properties.ini | 329 # of .initPath 331 # disk.systemPartition.initPath is only used when .path is empty. It must 343 name = disk.systemPartition.initPath 358 …pecial value <temp> means using a temporary file. If disk.dataPartition.initPath is not empty, its… 361 name = disk.dataPartition.initPath
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkClipStack.cpp | 112 void SkClipStack::Element::initPath(int saveCount, const SkPath& path, SkRegion::Op op, in initPath() function in SkClipStack::Element
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 112 void SkClipStack::Element::initPath(int saveCount, const SkPath& path, SkRegion::Op op, in initPath() function in SkClipStack::Element
|