Searched defs:offsetXY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java429 int[] offsetXY) {
428 nativeExtractAlpha(int nativeBitmap, int nativePaint, int[] offsetXY) argument
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp467 jintArray offsetXY) {
480 if (offsetXY != 0 && env->GetArrayLength(offsetXY) >= 2) {
481 int* array = env->GetIntArrayElements(offsetXY, NULL);
484 env->ReleaseIntArrayElements(offsetXY, array, 0);
465 Bitmap_extractAlpha(JNIEnv* env, jobject clazz, const SkBitmap* src, const SkPaint* paint, jintArray offsetXY) argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1098 * a blur maskfilter might enlarge the resulting bitmap). If offsetXY
1101 * paint contains a blur of radius 2, then offsetXY[] would contains
1110 * @param offsetXY Optional array that returns the X (index 0) and Y
1118 public Bitmap extractAlpha(Paint paint, int[] offsetXY) { argument
1121 Bitmap bm = nativeExtractAlpha(mNativeBitmap, nativePaint, offsetXY);
1216 int[] offsetXY);
1214 nativeExtractAlpha(int nativeBitmap, int nativePaint, int[] offsetXY) argument

Completed in 89 milliseconds