OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:png_uint_16
(Results
1 - 17
of
17
) sorted by null
/external/libpng/
pngrtran.c
476
png_ptr->num_palette = (
png_uint_16
)num_palette;
728
png_uint_16
red_int, green_int;
736
red_int = (
png_uint_16
)(((png_uint_32)red*32768L)/100000L);
737
green_int = (
png_uint_16
)(((png_uint_32)green*32768L)/100000L);
748
(
png_uint_16
)(32768 - red_int - green_int);
832
png_ptr->background.gray *= (
png_uint_16
)0xff;
837
png_ptr->trans_values.gray *= (
png_uint_16
)0xff;
844
png_ptr->background.gray *= (
png_uint_16
)0x55;
849
png_ptr->trans_values.gray *= (
png_uint_16
)0x55;
856
png_ptr->background.gray *= (
png_uint_16
)0x11
[
all
...]
pngwtran.c
275
png_uint_16
v;
298
png_uint_16
v;
322
png_uint_16
value, v;
325
v = (
png_uint_16
)(((
png_uint_16
)(*bp) << 8) + *(bp + 1));
330
value |= (
png_uint_16
)((v << j) & (
png_uint_16
)0xffff);
332
value |= (
png_uint_16
)((v >> (-j)) & (
png_uint_16
)0xffff);
png.h
430
* "
png_uint_16
year" in png_time_struct.
630
* be png_byte or
png_uint_16
(as defined below).
644
png_uint_16
red; /* for use in red green blue files */
645
png_uint_16
green;
646
png_uint_16
blue;
647
png_uint_16
gray; /* for use in grayscale files */
669
png_uint_16
red;
670
png_uint_16
green;
671
png_uint_16
blue;
672
png_uint_16
alpha
[
all
...]
pngwrite.c
436
ptime->year = (
png_uint_16
)(1900 + ttime->tm_year);
[
all
...]
pngrutil.c
98
png_uint_16
PNGAPI
101
png_uint_16
i = (
png_uint_16
)(((
png_uint_16
)(*buf) << 8) +
102
(
png_uint_16
)(*(buf + 1)));
650
if (png_ptr->num_trans > (
png_uint_16
)num)
653
png_ptr->num_trans = (
png_uint_16
)num;
655
if (info_ptr->num_trans > (
png_uint_16
)num)
658
info_ptr->num_trans = (
png_uint_16
)num;
[
all
...]
pngconf.h
1241
typedef unsigned short
png_uint_16
;
typedef
[
all
...]
pngset.c
206
(png_uint_32)(PNG_MAX_PALETTE_LENGTH * png_sizeof(
png_uint_16
)));
481
info_ptr->num_palette = png_ptr->num_palette = (
png_uint_16
)num_palette;
878
info_ptr->num_trans = (
png_uint_16
)num_trans;
[
all
...]
pngtrans.c
124
png_ptr->filler = (
png_uint_16
)filler;
pngwutil.c
46
* The parameter is declared unsigned int, not
png_uint_16
,
608
png_ptr->num_palette = (
png_uint_16
)num_pal;
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngrtran.c
448
png_ptr->num_palette = (
png_uint_16
)num_palette;
677
png_uint_16
red_int, green_int;
685
red_int = (
png_uint_16
)(((png_uint_32)red*32768L)/100000L);
686
green_int = (
png_uint_16
)(((png_uint_32)green*32768L)/100000L);
696
png_ptr->rgb_to_gray_blue_coeff = (
png_uint_16
)(32768-red_int-green_int);
774
png_ptr->background.gray *= (
png_uint_16
)0xff;
779
png_ptr->trans_values.gray *= (
png_uint_16
)0xff;
785
png_ptr->background.gray *= (
png_uint_16
)0x55;
790
png_ptr->trans_values.gray *= (
png_uint_16
)0x55;
796
png_ptr->background.gray *= (
png_uint_16
)0x11
[
all
...]
pngwtran.c
268
png_uint_16
v;
291
png_uint_16
v;
315
png_uint_16
value, v;
318
v = (
png_uint_16
)(((
png_uint_16
)(*bp) << 8) + *(bp + 1));
323
value |= (
png_uint_16
)((v << j) & (
png_uint_16
)0xffff);
325
value |= (
png_uint_16
)((v >> (-j)) & (
png_uint_16
)0xffff);
png.h
313
* "
png_uint_16
year" in png_time_struct.
514
* be png_byte or
png_uint_16
(as defined below).
528
png_uint_16
red; /* for use in red green blue files */
529
png_uint_16
green;
530
png_uint_16
blue;
531
png_uint_16
gray; /* for use in grayscale files */
553
png_uint_16
red;
554
png_uint_16
green;
555
png_uint_16
blue;
556
png_uint_16
alpha
[
all
...]
pngwrite.c
403
ptime->year = (
png_uint_16
)(1900 + ttime->tm_year);
[
all
...]
pngconf.h
1118
typedef unsigned short
png_uint_16
;
typedef
[
all
...]
pngrutil.c
85
png_uint_16
PNGAPI
88
png_uint_16
i = (
png_uint_16
)(((
png_uint_16
)(*buf) << 8) +
89
(
png_uint_16
)(*(buf + 1)));
540
if (png_ptr->num_trans > (
png_uint_16
)num)
543
png_ptr->num_trans = (
png_uint_16
)num;
545
if (info_ptr->num_trans > (
png_uint_16
)num)
548
info_ptr->num_trans = (
png_uint_16
)num;
[
all
...]
pngset.c
239
(png_uint_32)(PNG_MAX_PALETTE_LENGTH * png_sizeof (
png_uint_16
)));
566
info_ptr->num_palette = png_ptr->num_palette = (
png_uint_16
)num_palette;
941
info_ptr->num_trans = (
png_uint_16
)num_trans;
[
all
...]
pngwutil.c
42
* The parameter is declared unsigned int, not
png_uint_16
,
578
png_ptr->num_palette = (
png_uint_16
)num_pal;
[
all
...]
Completed in 182 milliseconds