OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splt_palettes
(Results
1 - 10
of
10
) sorted by null
/external/qemu/distrib/libpng-1.2.19/
png.c
467
if(info_ptr->
splt_palettes
)
469
png_free(png_ptr, info_ptr->
splt_palettes
[num].name);
470
png_free(png_ptr, info_ptr->
splt_palettes
[num].entries);
471
info_ptr->
splt_palettes
[num].name = NULL;
472
info_ptr->
splt_palettes
[num].entries = NULL;
483
png_free(png_ptr, info_ptr->
splt_palettes
);
484
info_ptr->
splt_palettes
= NULL;
pngset.c
965
png_memcpy(np, info_ptr->
splt_palettes
,
967
png_free(png_ptr, info_ptr->
splt_palettes
);
968
info_ptr->
splt_palettes
=NULL;
1000
info_ptr->
splt_palettes
= np;
[
all
...]
pngget.c
516
*spalettes = info_ptr->
splt_palettes
;
pngwrite.c
210
png_write_sPLT(png_ptr, info_ptr->
splt_palettes
+ i);
[
all
...]
png.h
681
*
splt_palettes
, scal_unit, row_pointers, and unknowns. By default, these
888
png_sPLT_tp
splt_palettes
;
member in struct:png_info_struct
[
all
...]
/external/libpng/
png.c
482
if (info_ptr->
splt_palettes
)
484
png_free(png_ptr, info_ptr->
splt_palettes
[num].name);
485
png_free(png_ptr, info_ptr->
splt_palettes
[num].entries);
486
info_ptr->
splt_palettes
[num].name = NULL;
487
info_ptr->
splt_palettes
[num].entries = NULL;
498
png_free(png_ptr, info_ptr->
splt_palettes
);
499
info_ptr->
splt_palettes
= NULL;
pngset.c
918
png_memcpy(np, info_ptr->
splt_palettes
,
920
png_free(png_ptr, info_ptr->
splt_palettes
);
921
info_ptr->
splt_palettes
=NULL;
954
info_ptr->
splt_palettes
= np;
[
all
...]
pngget.c
553
*spalettes = info_ptr->
splt_palettes
;
pngwrite.c
226
png_write_sPLT(png_ptr, info_ptr->
splt_palettes
+ i);
[
all
...]
png.h
[
all
...]
Completed in 22 milliseconds