Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp430 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()
DImageDecoder.cpp344 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()
DBitmap.h38 jobject ninePatchInsets = NULL, int density = -1);
DBitmap.cpp196 int bitmapCreateFlags, jbyteArray ninePatchChunk, jobject ninePatchInsets, in createBitmap() argument
210 isPremultiplied, ninePatchChunk, ninePatchInsets, fromMalloc); in createBitmap()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java132 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()