OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pixelstorage
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/ports/
SkImageEncoder_WIC.cpp
95
SkAutoMalloc
pixelStorage
;
100
pixelStorage
.reset(rowBytes * bitmap.height());
102
uint8_t* dstRow = SkTAddOffset<uint8_t>(
pixelStorage
.get(), y * rowBytes);
112
pixels =
pixelStorage
.get();
/frameworks/base/libs/hwui/hwui/
Bitmap.h
42
class
PixelStorage
;
/external/skia/tests/
CodecTest.cpp
[
all
...]
Completed in 179 milliseconds