OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLockedBitmap
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/lazy/
SkCachingPixelRef.cpp
50
this->getGenerationID(), info.bounds(), &
fLockedBitmap
)) {
52
if (!
fLockedBitmap
.tryAllocPixels(info, fRowBytes)) {
57
fLockedBitmap
.getPixels(), fRowBytes);
66
fLockedBitmap
.setImmutable();
67
SkBitmapCache::Add(this, info.bounds(),
fLockedBitmap
);
71
void* pixels =
fLockedBitmap
.getPixels();
75
rec->fRowBytes =
fLockedBitmap
.rowBytes();
80
fLockedBitmap
.reset();
SkCachingPixelRef.h
58
SkBitmap
fLockedBitmap
;
Completed in 3558 milliseconds