OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sTER
(Results
1 - 2
of
2
) sorted by null
/external/libpng/
pngtest.c
642
/* Demonstration of user chunk support of the
sTER
and vpAg chunks */
644
/* (
sTER
is a public chunk not yet known by libpng. vpAg is a private
725
/* Found
sTER
chunk */
739
return (0); /* duplicate
sTER
- give it to libpng */
765
png_byte
sTER
[5] = {115, 84, 69, 82, '\0'};
770
png_write_chunk(write_ptr,
sTER
, &user_chunk_data.sTER_mode, 1);
799
* libpng. This will actually reverse a pair of
sTER
chunks or a pair of
[
all
...]
/external/skia/third_party/libpng/
pngtest.c
641
/* Demonstration of user chunk support of the
sTER
and vpAg chunks */
643
/* (
sTER
is a public chunk not yet known by libpng. vpAg is a private
724
/* Found
sTER
chunk */
738
return (0); /* duplicate
sTER
- give it to libpng */
764
png_byte
sTER
[5] = {115, 84, 69, 82, '\0'};
769
png_write_chunk(write_ptr,
sTER
, &user_chunk_data.sTER_mode, 1);
798
* libpng. This will actually reverse a pair of
sTER
chunks or a pair of
[
all
...]
Completed in 303 milliseconds