OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fpng_rowbytes
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkPngCodec.cpp
618
,
fPng_rowbytes
(0)
634
size_t
fPng_rowbytes
;
648
png_bytep oldRow = fInterlaceBuffer.get() + (rowNum - fFirstRow) *
fPng_rowbytes
;
692
srcRow = SkTAddOffset<png_byte>(srcRow,
fPng_rowbytes
);
739
fPng_rowbytes
* get_start_coord(sampleY));
744
srcRow = SkTAddOffset<png_byte>(srcRow,
fPng_rowbytes
* sampleY);
758
fPng_rowbytes
= png_get_rowbytes(this->png_ptr(), this->info_ptr());
759
fInterlaceBuffer.reset(
fPng_rowbytes
* height);
[
all
...]
/external/skqp/src/codec/
SkPngCodec.cpp
618
,
fPng_rowbytes
(0)
634
size_t
fPng_rowbytes
;
648
png_bytep oldRow = fInterlaceBuffer.get() + (rowNum - fFirstRow) *
fPng_rowbytes
;
692
srcRow = SkTAddOffset<png_byte>(srcRow,
fPng_rowbytes
);
739
fPng_rowbytes
* get_start_coord(sampleY));
744
srcRow = SkTAddOffset<png_byte>(srcRow,
fPng_rowbytes
* sampleY);
758
fPng_rowbytes
= png_get_rowbytes(this->png_ptr(), this->info_ptr());
759
fInterlaceBuffer.reset(
fPng_rowbytes
* height);
[
all
...]
Completed in 305 milliseconds