Home
last modified time | relevance | path

Searched refs:mPatchSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/
H A DNinePatchPeeker.h31 , mPatchSize(0) in NinePatchPeeker()
50 size_t mPatchSize; variable
H A DNinePatchPeeker.cpp38 mPatchSize = patchSize; in readChunk()
H A DImageDecoder.cpp385 env->SetByteArrayRegion(ninePatchChunk, 0, peeker->mPatchSize, in ImageDecoder_nDecodeBitmap()
H A DBitmapFactory.cpp417 memcpy(array, peeker.mPatch, peeker.mPatchSize); in doDecode()