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.cpp487 jintArray offsetXY) {
500 if (offsetXY != 0 && env->GetArrayLength(offsetXY) >= 2) {
501 int* array = env->GetIntArrayElements(offsetXY, NULL);
504 env->ReleaseIntArrayElements(offsetXY, array, 0);
485 Bitmap_extractAlpha(JNIEnv* env, jobject clazz, const SkBitmap* src, const SkPaint* paint, jintArray offsetXY) argument
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1317 * a blur maskfilter might enlarge the resulting bitmap). If offsetXY
1320 * paint contains a blur of radius 2, then offsetXY[] would contains
1329 * @param offsetXY Optional array that returns the X (index 0) and Y
1337 public Bitmap extractAlpha(Paint paint, int[] offsetXY) { argument
1340 Bitmap bm = nativeExtractAlpha(mNativeBitmap, nativePaint, offsetXY);
1434 int[] offsetXY);
1432 nativeExtractAlpha(int nativeBitmap, int nativePaint, int[] offsetXY) argument

Completed in 993 milliseconds