Searched refs:createNinePatchInsets (Results 1 – 4 of 4) sorted by relevance
45 jobject createNinePatchInsets(JNIEnv*, float scale) const;
135 jobject NinePatchPeeker::createNinePatchInsets(JNIEnv* env, float scale) const { in createNinePatchInsets() function in NinePatchPeeker
431 ninePatchInsets = peeker.createNinePatchInsets(env, scale); in doDecode()
346 ninePatchInsets = decoder->mPeeker->createNinePatchInsets(env, 1.0f); in ImageDecoder_nDecodeBitmap()