Searched refs:ninePatchInsets (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | BitmapFactory.cpp | 430 jobject ninePatchInsets = NULL; in doDecode() local 432 ninePatchInsets = peeker.createNinePatchInsets(env, scale); in doDecode() 433 if (ninePatchInsets == NULL) { in doDecode() 437 env->SetObjectField(javaBitmap, gBitmap_ninePatchInsetsFieldID, ninePatchInsets); in doDecode() 510 ninePatchChunk, ninePatchInsets, -1); in doDecode() 515 bitmapCreateFlags, ninePatchChunk, ninePatchInsets, -1); in doDecode()
|
D | ImageDecoder.cpp | 344 jobject ninePatchInsets = nullptr; in ImageDecoder_nDecodeBitmap() local 362 ninePatchInsets = decoder->mPeeker->createNinePatchInsets(env, 1.0f); in ImageDecoder_nDecodeBitmap() 363 if (ninePatchInsets == nullptr) { in ImageDecoder_nDecodeBitmap() 473 ninePatchChunk, ninePatchInsets); in ImageDecoder_nDecodeBitmap() 486 ninePatchInsets); in ImageDecoder_nDecodeBitmap()
|
D | Bitmap.h | 38 jobject ninePatchInsets = NULL, int density = -1);
|
D | Bitmap.cpp | 196 int bitmapCreateFlags, jbyteArray ninePatchChunk, jobject ninePatchInsets, in createBitmap() argument 210 isPremultiplied, ninePatchChunk, ninePatchInsets, fromMalloc); in createBitmap()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Bitmap.java | 132 NinePatch.InsetStruct ninePatchInsets) { in Bitmap() argument 134 ninePatchInsets, true); in Bitmap() 140 NinePatch.InsetStruct ninePatchInsets, boolean fromMalloc) { in Bitmap() argument 150 mNinePatchInsets = ninePatchInsets; in Bitmap()
|