OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recycledBitmap
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp
152
android::Bitmap*
recycledBitmap
= nullptr;
155
recycledBitmap
= GraphicsJNI::getBitmap(env, javaBitmap);
156
if (
recycledBitmap
->peekAtPixelRef()->isImmutable()) {
164
RecyclingClippingPixelAllocator recycleAlloc(
recycledBitmap
, recycledBytes);
169
colorType =
recycledBitmap
->info().colorType();
GraphicsJNI.h
178
* After we reuse the
recycledBitmap
once, it is dangerous to
185
RecyclingClippingPixelAllocator(android::Bitmap*
recycledBitmap
,
Graphics.cpp
681
android::Bitmap*
recycledBitmap
, size_t recycledBytes)
682
: mRecycledBitmap(
recycledBitmap
)
Completed in 2193 milliseconds