Home
last modified time | relevance | path

Searched refs:ninePatchInsets (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/jni/
DBitmapFactory.cpp421 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()
DBitmap.h39 jobject ninePatchInsets = nullptr, int density = -1);
DImageDecoder.cpp371 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()
DBitmap.cpp200 int bitmapCreateFlags, jbyteArray ninePatchChunk, jobject ninePatchInsets, in createBitmap() argument
214 isPremultiplied, ninePatchChunk, ninePatchInsets, fromMalloc); in createBitmap()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java126 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()