OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcal_units
(Results
1 - 10
of
10
) sorted by null
/external/qemu/distrib/libpng-1.2.19/
png.c
423
png_free(png_ptr, info_ptr->
pcal_units
);
425
info_ptr->
pcal_units
= NULL;
pngset.c
414
info_ptr->
pcal_units
= (png_charp)png_malloc_warn(png_ptr, length);
415
if (info_ptr->
pcal_units
== NULL)
420
png_memcpy(info_ptr->
pcal_units
, units, (png_size_t)length);
[
all
...]
pngget.c
618
*units = info_ptr->
pcal_units
;
pngwrite.c
178
info_ptr->
pcal_units
, info_ptr->pcal_params);
[
all
...]
png.h
680
* pcal_purpose,
pcal_units
, pcal_params, hist, iccp_name, iccp_profile,
860
png_charp
pcal_units
; \/* Latin-1 string giving physical units *\/
member in struct:png_info_struct
[
all
...]
/external/libpng/
pngset.c
322
info_ptr->
pcal_units
= (png_charp)png_malloc_warn(png_ptr, length);
323
if (info_ptr->
pcal_units
== NULL)
328
png_memcpy(info_ptr->
pcal_units
, units, (png_size_t)length);
[
all
...]
png.c
438
png_free(png_ptr, info_ptr->
pcal_units
);
440
info_ptr->
pcal_units
= NULL;
pngget.c
651
*units = info_ptr->
pcal_units
;
pngwrite.c
188
info_ptr->
pcal_units
, info_ptr->pcal_params);
[
all
...]
png.h
[
all
...]
Completed in 21 milliseconds