Home
last modified time | relevance | path

Searched defs:FullPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.h357 FullPath(const char* path, size_t strLength) : Path(path, strLength) {} in FullPath() function
358 FullPath() : Path() {} in FullPath() function
DVectorDrawable.cpp130 FullPath::FullPath(const FullPath& path) : Path(path) { in FullPath() function in android::uirenderer::VectorDrawable::FullPath