HomeSort by relevance Sort by last modified time
    Searched refs:FullPath (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 47 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath();
52 VectorDrawable::FullPath* srcFullPath =
53 reinterpret_cast<VectorDrawable::FullPath*>(srcFullPathPtr);
54 VectorDrawable::FullPath* newPath = new VectorDrawable::FullPath(*srcFullPath);
135 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr);
136 fullPath->mutateStagingProperties()->updateProperties(strokeWidth, strokeColor, strokeAlpha
    [all...]
android_graphics_drawable_AnimatedVectorDrawable.cpp 118 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr);
119 FullPathColorPropertyValuesHolder* newHolder = new FullPathColorPropertyValuesHolder(fullPath,
126 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr);
127 FullPathPropertyValuesHolder* newHolder = new FullPathPropertyValuesHolder(fullPath,
  /frameworks/base/libs/hwui/
PropertyValuesHolder.h 62 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, int32_t startValue,
71 VectorDrawable::FullPath* mFullPath;
79 FullPathPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, float startValue,
87 VectorDrawable::FullPath* mFullPath;
VectorDrawable.cpp 130 FullPath::FullPath(const FullPath& path) : Path(path) {
160 const SkPath& FullPath::getUpdatedPath() {
175 void FullPath::getStagingPath(SkPath* outPath) {
182 void FullPath::dump() {
195 void FullPath::drawPath(SkCanvas* outCanvas, SkPath& renderPath, float strokeScale,
242 void FullPath::syncProperties() {
254 REQUIRE_COMPATIBLE_LAYOUT(FullPath::FullPathProperties::PrimitiveFields);
259 bool FullPath::FullPathProperties::copyProperties(int8_t* outProperties, int length) const
    [all...]
VectorDrawable.h 203 class ANDROID_API FullPath: public Path {
356 FullPath(const FullPath& path); // for cloning
357 FullPath(const char* path, size_t strLength) : Path(path, strLength) {}
358 FullPath() : Path() {}
  /external/libchrome/base/files/
scoped_temp_dir_unittest.cc 15 TEST(ScopedTempDir, FullPath) {
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 264 UString fullPath;
266 fullPath = kEmptyFileAlias;
271 fullPath = prop.bstrVal;
273 _filePath = fullPath;
475 FString FullPath;
623 FString path = DirPrefix + dirItem.FullPath;
764 di.FullPath = name;
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h     [all...]

Completed in 331 milliseconds