Searched defs:FullPath (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ | ||
H A D | VectorDrawable.h | 330 FullPath(const char* path, size_t strLength) : Path(path, strLength) {} in FullPath() function |
H A D | VectorDrawable.cpp | 84 FullPath::FullPath(const FullPath& path) : Path(path) { in FullPath() function in android::uirenderer::VectorDrawable::FullPath |