Searched refs:ninePatchInsets (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | BitmapFactory.cpp | 421 jobject ninePatchInsets = NULL; in doDecode() local 423 ninePatchInsets = peeker.createNinePatchInsets(env, scale); in doDecode() 424 if (ninePatchInsets == NULL) { in doDecode() 428 env->SetObjectField(javaBitmap, gBitmap_ninePatchInsetsFieldID, ninePatchInsets); in doDecode() 502 ninePatchChunk, ninePatchInsets, -1); in doDecode() 507 bitmapCreateFlags, ninePatchChunk, ninePatchInsets, -1); in doDecode()
|
D | Bitmap.h | 39 jobject ninePatchInsets = nullptr, int density = -1);
|
D | ImageDecoder.cpp | 371 jobject ninePatchInsets = nullptr; in ImageDecoder_nDecodeBitmap() local 390 ninePatchInsets = peeker->createNinePatchInsets(env, 1.0f); in ImageDecoder_nDecodeBitmap() 391 if (ninePatchInsets == nullptr) { in ImageDecoder_nDecodeBitmap() 450 ninePatchChunk, ninePatchInsets); in ImageDecoder_nDecodeBitmap() 463 ninePatchInsets); in ImageDecoder_nDecodeBitmap()
|
D | Bitmap.cpp | 200 int bitmapCreateFlags, jbyteArray ninePatchChunk, jobject ninePatchInsets, in createBitmap() argument 214 isPremultiplied, ninePatchChunk, ninePatchInsets, fromMalloc); in createBitmap()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 126 NinePatch.InsetStruct ninePatchInsets) { in Bitmap() argument 128 ninePatchInsets, true); in Bitmap() 134 NinePatch.InsetStruct ninePatchInsets, boolean fromMalloc) { in Bitmap() argument 144 mNinePatchInsets = ninePatchInsets; in Bitmap()
|