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

/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp77 FullPath::FullPath(const FullPath& path) : Path(path) { function in class:android::uirenderer::VectorDrawable::FullPath
107 const SkPath& FullPath::getUpdatedPath(bool useStagingData, SkPath* tempStagingPath) {
138 void FullPath::dump() {
151 void FullPath::draw(SkCanvas* outCanvas, bool useStagingData) {
195 void FullPath::syncProperties() {
207 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);
212 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const {
225 void FullPath
[all...]
H A DVectorDrawable.h206 class ANDROID_API FullPath: public Path { class in namespace:android::uirenderer::VectorDrawable
359 FullPath(const FullPath& path); // for cloning
360 FullPath(const char* path, size_t strLength) : Path(path, strLength) {} function in class:android::uirenderer::VectorDrawable::FullPath
361 FullPath() : Path() {} function in class:android::uirenderer::VectorDrawable::FullPath

Completed in 93 milliseconds