OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storagePtr
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkSampledCodec.cpp
272
uint8_t*
storagePtr
= storage.get();
279
int scanlines = this->codec()->getScanlines(
storagePtr
, linesNeeded, rowBytes);
282
memcpy(pixels,
storagePtr
, info.minRowBytes());
283
storagePtr
+= sampleY * rowBytes;
SkPngCodec.cpp
671
uint8_t*
storagePtr
= storage.get();
680
srcRow =
storagePtr
;
691
srcRow =
storagePtr
;
Completed in 1671 milliseconds