OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vpAg
(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
746
/* Found ImageMagick
vpAg
chunk */
752
return (0); /* duplicate
vpAg
*/
776
png_byte
vpAg
[5] = {118, 112, 65, 103, '\0'};
781
fprintf(STDERR, "
vpAg
= %lu x %lu, units = %d\n",
789
png_write_chunk(write_ptr,
vpAg
, vpag_chunk_data, 9);
800
*
vpAg
chunks, resulting in an error later. This is not worth worrying
[
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
745
/* Found ImageMagick
vpAg
chunk */
751
return (0); /* duplicate
vpAg
*/
775
png_byte
vpAg
[5] = {118, 112, 65, 103, '\0'};
780
fprintf(STDERR, "
vpAg
= %lu x %lu, units = %d\n",
788
png_write_chunk(write_ptr,
vpAg
, vpag_chunk_data, 9);
799
*
vpAg
chunks, resulting in an error later. This is not worth worrying
[
all
...]
Completed in 117 milliseconds