Home
last modified time | relevance | path

Searched defs:addPath (Results 1 – 8 of 8) sorted by relevance

/external/srec/portable/include/
DPANSIFileSystem.h66 ESR_ReturnCode(*addPath)(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath); member
/external/llvm/lib/Linker/
DLinker.cpp67 Linker::addPath(const sys::Path& path) { in addPath() function in Linker
/external/skia/tests/
DBlurTest.cpp34 void (*addPath)(SkPath*); member
/external/skia/include/core/
DSkPath.h551 void addPath(const SkPath& src) { in addPath() function
/external/v8/tools/
Dprofile.js557 CallTree.prototype.addPath = function(path) { method in CallTree
/external/skia/src/animator/
DSkDrawExtraPathEffect.cpp28 SkDrawable* addPath; member in SkDrawShapePathEffect
/external/skia/src/core/
DSkPath.cpp963 void SkPath::addPath(const SkPath& path, SkScalar dx, SkScalar dy) { in addPath() function in SkPath
970 void SkPath::addPath(const SkPath& path, const SkMatrix& matrix) { in addPath() function in SkPath
DSkPictureRecord.cpp527 void SkPictureRecord::addPath(const SkPath& path) { in addPath() function in SkPictureRecord