Home
last modified time | relevance | path

Searched refs:mFullPath (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DPropertyValuesHolder.h107 , mFullPath(ptr) in FullPathColorPropertyValuesHolder()
115 VectorDrawable::FullPath* mFullPath;
124 , mFullPath(ptr) in FullPathPropertyValuesHolder()
131 VectorDrawable::FullPath* mFullPath;
DPropertyValuesHolder.cpp94 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue); in setFraction()
99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()
/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache.h83 mFullPath = std::move(fullPath); in initWriteToDisk()
89 std::string& getFullPath() { return mFullPath; } in getFullPath()
98 std::string mFullPath; variable