OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPatchSize
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/android/graphics/
NinePatchPeeker.h
31
,
mPatchSize
(0)
46
size_t
mPatchSize
;
NinePatchPeeker.cpp
38
mPatchSize
= patchSize;
BitmapFactory.cpp
443
memcpy(array, peeker.mPatch, peeker.
mPatchSize
);
Completed in 228 milliseconds