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

  /external/python/cpython2/Modules/
tkappinit.c 42 Tcl_Obj* pathPtr;
69 pathPtr = Tcl_NewStringObj(tclLibPath, -1);
71 Tcl_Obj *pathPtr = TclGetLibraryPath();
79 Tcl_ListObjAppendElement(NULL, pathPtr, objPtr);
82 TclSetLibraryPath(pathPtr);
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 176 static boolean nGetFullPathProperties(long pathPtr, byte[] propertiesData,
178 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr);
202 static void nUpdateFullPathProperties(long pathPtr, float strokeWidth,
206 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr);
223 static void nUpdateFullPathFillGradient(long pathPtr, long fillGradientPtr) {
224 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr);
230 static void nUpdateFullPathStrokeGradient(long pathPtr, long strokeGradientPtr) {
231 VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr);
302 static void nSetPathString(long pathPtr, String pathString, int length) {
303 VPath_Delegate path = VNativeObject.getDelegate(pathPtr);
    [all...]
  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 141 static void updateFullPathFillGradient(JNIEnv*, jobject, jlong pathPtr, jlong fillGradientPtr) {
142 VectorDrawable::FullPath* path = reinterpret_cast<VectorDrawable::FullPath*>(pathPtr);
147 static void updateFullPathStrokeGradient(JNIEnv*, jobject, jlong pathPtr, jlong strokeGradientPtr) {
148 VectorDrawable::FullPath* path = reinterpret_cast<VectorDrawable::FullPath*>(pathPtr);
178 static void setPathString(JNIEnv* env, jobject, jlong pathPtr, jstring inputStr,
180 VectorDrawable::Path* path = reinterpret_cast<VectorDrawable::Path*>(pathPtr);
266 static void setPathData(JNIEnv*, jobject, jlong pathPtr, jlong pathDataPtr) {
267 VectorDrawable::Path* path = reinterpret_cast<VectorDrawable::Path*>(pathPtr);
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]
  /frameworks/base/core/java/android/util/
PathParser.java 122 private static native void nParseStringForPath(long pathPtr, String pathString,
  /external/skia/src/core/
SkDraw.cpp     [all...]
  /external/skia/src/gpu/ops/
GrAAConvexPathRenderer.cpp 854 const SkPath* pathPtr = &args.fPath;
857 SkPath* tmpPathPtr = tmpPath.init(*pathPtr);
861 pathPtr = tmpPathPtr;
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /frameworks/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 67 /*package*/ static void nParseStringForPath(long pathPtr, @NonNull String pathString, int
69 Path_Delegate path_delegate = Path_Delegate.getDelegate(pathPtr);
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 1153 milliseconds