Home
last modified time | relevance | path

Searched refs:transformations (Results 1 – 25 of 93) sorted by relevance

1234

/external/qemu/distrib/libpng-1.2.19/
Dpngtrans.c22 png_ptr->transformations |= PNG_BGR; in png_set_bgr()
34 png_ptr->transformations |= PNG_SWAP_BYTES; in png_set_swap()
47 png_ptr->transformations |= PNG_PACK; in png_set_packing()
61 png_ptr->transformations |= PNG_PACKSWAP; in png_set_packswap()
71 png_ptr->transformations |= PNG_SHIFT; in png_set_shift()
84 png_ptr->transformations |= PNG_INTERLACE; in png_set_interlace_handling()
103 png_ptr->transformations |= PNG_FILLER; in png_set_filler()
137 png_ptr->transformations |= PNG_ADD_ALPHA; in png_set_add_alpha()
150 png_ptr->transformations |= PNG_SWAP_ALPHA; in png_set_swap_alpha()
161 png_ptr->transformations |= PNG_INVERT_ALPHA; in png_set_invert_alpha()
[all …]
Dpngrtran.c91 png_ptr->transformations |= PNG_BACKGROUND; in png_set_background()
96 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0); in png_set_background()
107 png_ptr->transformations |= PNG_16_TO_8; in png_set_strip_16()
147 png_ptr->transformations |= PNG_DITHER; in png_set_dither()
534 png_ptr->transformations |= PNG_GAMMA; in png_set_gamma()
550 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_expand()
579 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_palette_to_rgb()
592 png_ptr->transformations |= PNG_EXPAND; in png_set_expand_gray_1_2_4_to_8()
607 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_gray_1_2_4_to_8()
617 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_tRNS_to_alpha()
[all …]
Dpngwtran.c27 if (png_ptr->transformations & PNG_USER_TRANSFORM) in png_do_write_transformations()
41 if (png_ptr->transformations & PNG_FILLER) in png_do_write_transformations()
46 if (png_ptr->transformations & PNG_PACKSWAP) in png_do_write_transformations()
50 if (png_ptr->transformations & PNG_PACK) in png_do_write_transformations()
55 if (png_ptr->transformations & PNG_SWAP_BYTES) in png_do_write_transformations()
59 if (png_ptr->transformations & PNG_SHIFT) in png_do_write_transformations()
64 if (png_ptr->transformations & PNG_SWAP_ALPHA) in png_do_write_transformations()
68 if (png_ptr->transformations & PNG_INVERT_ALPHA) in png_do_write_transformations()
72 if (png_ptr->transformations & PNG_BGR) in png_do_write_transformations()
76 if (png_ptr->transformations & PNG_INVERT_MONO) in png_do_write_transformations()
Dpngwrite.c149 if ((png_ptr->transformations & PNG_INVERT_ALPHA) && in png_write_info()
775 if (png_ptr->transformations & PNG_INVERT_MONO) in png_write_row()
779 if (png_ptr->transformations & PNG_FILLER) in png_write_row()
783 if (png_ptr->transformations & PNG_PACKSWAP) in png_write_row()
787 if (png_ptr->transformations & PNG_PACK) in png_write_row()
791 if (png_ptr->transformations & PNG_SHIFT) in png_write_row()
795 if (png_ptr->transformations & PNG_BGR) in png_write_row()
799 if (png_ptr->transformations & PNG_SWAP_BYTES) in png_write_row()
808 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_write_row()
890 (png_ptr->transformations & PNG_INTERLACE)) in png_write_row()
[all …]
Dpngrutil.c2482 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
2540 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
2595 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
2799 png_uint_32 transformations = png_ptr->transformations; in png_do_read_interlace() local
2823 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
2877 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
2934 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
3343 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
3398 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
3450 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
[all …]
Dpngread.c589 if (png_ptr->transformations & PNG_INVERT_MONO) in png_read_row()
593 if (png_ptr->transformations & PNG_FILLER) in png_read_row()
597 if (png_ptr->transformations & PNG_PACKSWAP) in png_read_row()
601 if (png_ptr->transformations & PNG_PACK) in png_read_row()
605 if (png_ptr->transformations & PNG_SHIFT) in png_read_row()
609 if (png_ptr->transformations & PNG_BGR) in png_read_row()
613 if (png_ptr->transformations & PNG_SWAP_BYTES) in png_read_row()
620 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_read_row()
768 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA)) in png_read_row()
774 (png_ptr->transformations & PNG_INTERLACE)) in png_read_row()
/external/chromium_org/third_party/libpng/
Dpngtrans.c28 png_ptr->transformations |= PNG_BGR; in png_set_bgr()
42 png_ptr->transformations |= PNG_SWAP_BYTES; in png_set_swap()
57 png_ptr->transformations |= PNG_PACK; in png_set_packing()
73 png_ptr->transformations |= PNG_PACKSWAP; in png_set_packswap()
85 png_ptr->transformations |= PNG_SHIFT; in png_set_shift()
99 png_ptr->transformations |= PNG_INTERLACE; in png_set_interlace_handling()
120 png_ptr->transformations |= PNG_FILLER; in png_set_filler()
160 png_ptr->transformations |= PNG_ADD_ALPHA; in png_set_add_alpha()
175 png_ptr->transformations |= PNG_SWAP_ALPHA; in png_set_swap_alpha()
188 png_ptr->transformations |= PNG_INVERT_ALPHA; in png_set_invert_alpha()
[all …]
Dpngrtran.c110 png_ptr->transformations |= PNG_BACKGROUND; in png_set_background()
115 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0); in png_set_background()
128 png_ptr->transformations |= PNG_16_TO_8; in png_set_strip_16()
172 png_ptr->transformations |= PNG_DITHER; in png_set_dither()
562 png_ptr->transformations |= PNG_GAMMA; in png_set_gamma()
581 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_expand()
612 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_palette_to_rgb()
626 png_ptr->transformations |= PNG_EXPAND; in png_set_expand_gray_1_2_4_to_8()
642 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_gray_1_2_4_to_8()
653 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_tRNS_to_alpha()
[all …]
Dpngwtran.c31 if (png_ptr->transformations & PNG_USER_TRANSFORM) in png_do_write_transformations()
46 if (png_ptr->transformations & PNG_FILLER) in png_do_write_transformations()
51 if (png_ptr->transformations & PNG_PACKSWAP) in png_do_write_transformations()
55 if (png_ptr->transformations & PNG_PACK) in png_do_write_transformations()
60 if (png_ptr->transformations & PNG_SWAP_BYTES) in png_do_write_transformations()
64 if (png_ptr->transformations & PNG_SHIFT) in png_do_write_transformations()
69 if (png_ptr->transformations & PNG_SWAP_ALPHA) in png_do_write_transformations()
73 if (png_ptr->transformations & PNG_INVERT_ALPHA) in png_do_write_transformations()
77 if (png_ptr->transformations & PNG_BGR) in png_do_write_transformations()
81 if (png_ptr->transformations & PNG_INVERT_MONO) in png_do_write_transformations()
Dpngwrite.c159 if ((png_ptr->transformations & PNG_INVERT_ALPHA) && in png_write_info()
809 if (png_ptr->transformations & PNG_INVERT_MONO) in png_write_row()
814 if (png_ptr->transformations & PNG_FILLER) in png_write_row()
820 if (png_ptr->transformations & PNG_PACKSWAP) in png_write_row()
825 if (png_ptr->transformations & PNG_PACK) in png_write_row()
829 if (png_ptr->transformations & PNG_SHIFT) in png_write_row()
833 if (png_ptr->transformations & PNG_BGR) in png_write_row()
837 if (png_ptr->transformations & PNG_SWAP_BYTES) in png_write_row()
846 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_write_row()
928 (png_ptr->transformations & PNG_INTERLACE)) in png_write_row()
[all …]
Dpngread.c619 if (png_ptr->transformations & PNG_INVERT_MONO) in png_read_row()
623 if (png_ptr->transformations & PNG_FILLER) in png_read_row()
628 if (png_ptr->transformations & PNG_PACKSWAP) in png_read_row()
632 if (png_ptr->transformations & PNG_PACK) in png_read_row()
636 if (png_ptr->transformations & PNG_SHIFT) in png_read_row()
640 if (png_ptr->transformations & PNG_BGR) in png_read_row()
644 if (png_ptr->transformations & PNG_SWAP_BYTES) in png_read_row()
651 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_read_row()
795 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA)) in png_read_row()
801 (png_ptr->transformations & PNG_INTERLACE)) in png_read_row()
Dpngrutil.c2537 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
2592 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
2644 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
2725 png_uint_32 transformations = png_ptr->transformations; in png_do_read_interlace() local
2751 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
2804 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
2860 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
2935 transformations = transformations; /* Silence compiler warning */ in png_do_read_interlace()
3104 if (!(png_ptr->transformations & PNG_INTERLACE)) in png_read_finish_row()
3220 if (!(png_ptr->transformations & PNG_INTERLACE)) in png_read_start_row()
[all …]
/external/libpng/
Dpngtrans.c28 png_ptr->transformations |= PNG_BGR; in png_set_bgr()
42 png_ptr->transformations |= PNG_SWAP_BYTES; in png_set_swap()
57 png_ptr->transformations |= PNG_PACK; in png_set_packing()
73 png_ptr->transformations |= PNG_PACKSWAP; in png_set_packswap()
85 png_ptr->transformations |= PNG_SHIFT; in png_set_shift()
99 png_ptr->transformations |= PNG_INTERLACE; in png_set_interlace_handling()
120 png_ptr->transformations |= PNG_FILLER; in png_set_filler()
160 png_ptr->transformations |= PNG_ADD_ALPHA; in png_set_add_alpha()
175 png_ptr->transformations |= PNG_SWAP_ALPHA; in png_set_swap_alpha()
188 png_ptr->transformations |= PNG_INVERT_ALPHA; in png_set_invert_alpha()
[all …]
Dpngrtran.c110 png_ptr->transformations |= PNG_BACKGROUND; in png_set_background()
115 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0); in png_set_background()
128 png_ptr->transformations |= PNG_16_TO_8; in png_set_strip_16()
172 png_ptr->transformations |= PNG_DITHER; in png_set_dither()
562 png_ptr->transformations |= PNG_GAMMA; in png_set_gamma()
581 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_expand()
612 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_palette_to_rgb()
626 png_ptr->transformations |= PNG_EXPAND; in png_set_expand_gray_1_2_4_to_8()
642 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_gray_1_2_4_to_8()
653 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); in png_set_tRNS_to_alpha()
[all …]
Dpngwtran.c31 if (png_ptr->transformations & PNG_USER_TRANSFORM) in png_do_write_transformations()
46 if (png_ptr->transformations & PNG_FILLER) in png_do_write_transformations()
51 if (png_ptr->transformations & PNG_PACKSWAP) in png_do_write_transformations()
55 if (png_ptr->transformations & PNG_PACK) in png_do_write_transformations()
60 if (png_ptr->transformations & PNG_SWAP_BYTES) in png_do_write_transformations()
64 if (png_ptr->transformations & PNG_SHIFT) in png_do_write_transformations()
69 if (png_ptr->transformations & PNG_SWAP_ALPHA) in png_do_write_transformations()
73 if (png_ptr->transformations & PNG_INVERT_ALPHA) in png_do_write_transformations()
77 if (png_ptr->transformations & PNG_BGR) in png_do_write_transformations()
81 if (png_ptr->transformations & PNG_INVERT_MONO) in png_do_write_transformations()
Dpngwrite.c159 if ((png_ptr->transformations & PNG_INVERT_ALPHA) && in png_write_info()
809 if (png_ptr->transformations & PNG_INVERT_MONO) in png_write_row()
814 if (png_ptr->transformations & PNG_FILLER) in png_write_row()
820 if (png_ptr->transformations & PNG_PACKSWAP) in png_write_row()
825 if (png_ptr->transformations & PNG_PACK) in png_write_row()
829 if (png_ptr->transformations & PNG_SHIFT) in png_write_row()
833 if (png_ptr->transformations & PNG_BGR) in png_write_row()
837 if (png_ptr->transformations & PNG_SWAP_BYTES) in png_write_row()
846 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_write_row()
928 (png_ptr->transformations & PNG_INTERLACE)) in png_write_row()
[all …]
Dpngread.c628 if (png_ptr->transformations & PNG_INVERT_MONO) in png_read_row()
632 if (png_ptr->transformations & PNG_FILLER) in png_read_row()
637 if (png_ptr->transformations & PNG_PACKSWAP) in png_read_row()
641 if (png_ptr->transformations & PNG_PACK) in png_read_row()
645 if (png_ptr->transformations & PNG_SHIFT) in png_read_row()
649 if (png_ptr->transformations & PNG_BGR) in png_read_row()
653 if (png_ptr->transformations & PNG_SWAP_BYTES) in png_read_row()
660 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_read_row()
819 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA)) in png_read_row()
825 (png_ptr->transformations & PNG_INTERLACE)) in png_read_row()
/external/pixman/test/
Dgradient-crash-test.c46 pixman_transform_t transformations[] = { in main() local
139 for (k = 0; k < ARRAY_LENGTH (transformations); ++k) in main()
141 pixman_image_set_transform (src_img, &transformations[k]); in main()
/external/eigen/doc/
DC08_TutorialGeometry.dox9 …etry_Module "geometry module", namely 2D and 3D rotations and projective or affine transformations.
17 Eigen's Geometry module provides two different kinds of geometric transformations:
18transformations, such as rotations (represented by \ref AngleAxis "angle and axis" or by a \ref Qu…
70 N-D Linear transformations \n
84 transformations. Nevertheless, unlike AngleAxis which is inefficient to use, these classes
86 kind of transformations.
109 Concatenation of two transformations</td><td>\code
121 <a href="#" class="top">top</a>\section TutorialGeoTransform Affine transformations
122 Generic affine transformations are represented by the Transform class which internaly
187 While transformation objects can be created and updated concatenating elementary transformations,
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program.c55 struct radeon_program_transformation *transformations = in rc_local_transform() local
65 for(i = 0; transformations[i].function; ++i) { in rc_local_transform()
66 struct radeon_program_transformation* t = transformations + i; in rc_local_transform()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_program.c55 struct radeon_program_transformation *transformations = in rc_local_transform() local
65 for(i = 0; transformations[i].function; ++i) { in rc_local_transform()
66 struct radeon_program_transformation* t = transformations + i; in rc_local_transform()
/external/llvm/docs/
DBugpoint.rst159 transformations. If the process of using bugpoint has left you with still too
164 Turn on ``-debug-only=instcombine`` and see which transformations within
167 At this point, you have a decision to make. Is the number of transformations
170 If there are too many transformations, then a source modification approach may
172 disable just those transformations that are being performed on your test input
173 and perform a binary search over the set of transformations. One set of places
185 At this point, if the amount of transformations is still too large, then
207 point---a simple binary search may not be sufficient, as transformations that
211 Now that that the number of transformations is down to a manageable number, try
212 examining the output to see if you can figure out which transformations are
/external/eigen/test/
Dgeo_transformations.cpp86 template<typename Scalar, int Mode, int Options> void transformations() in transformations() function
463 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() )); in test_geo_transformations()
466 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() )); in test_geo_transformations()
470 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() )); in test_geo_transformations()
471 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() )); in test_geo_transformations()
474 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() )); in test_geo_transformations()
477 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() )); in test_geo_transformations()
480 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() )); in test_geo_transformations()
481 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|DontAlign>() )); in test_geo_transformations()
/external/llvm/test/CodeGen/X86/
DtargetLoweringGeneric.ll3 ; Gather non-machine specific tests for the transformations in
6 ; the data structures that these transformations act on.
/external/llvm/test/Transforms/InstCombine/
D2002-05-14-SubFailure.ll1 ; Instcombine was missing a test that caused it to make illegal transformations

1234