Home
last modified time | relevance | path

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

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