/external/qemu/distrib/libpng-1.2.19/ |
D | pngtrans.c | 22 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 …]
|
D | pngrtran.c | 91 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 …]
|
D | pngwtran.c | 27 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()
|
D | pngwrite.c | 149 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 …]
|
D | pngrutil.c | 2482 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 …]
|
D | pngread.c | 589 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()
|
D | pnggccrd.c | 1483 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row() 1541 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row() 1596 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row() 2056 png_uint_32 transformations = png_ptr->transformations; in png_do_read_interlace() local 2089 if (transformations & PNG_PACKSWAP) in png_do_read_interlace() 2143 if (transformations & PNG_PACKSWAP) in png_do_read_interlace() 2200 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
|
D | pngpread.c | 826 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA)) in png_push_process_row() 831 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_push_process_row() 1045 if (png_ptr->transformations & PNG_INTERLACE) in png_read_push_finish_row()
|
D | pngvcrd.c | 541 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row() 599 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row() 654 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row() 1013 png_uint_32 transformations = png_ptr->transformations; in png_do_read_interlace() local 1048 if (transformations & PNG_PACKSWAP) in png_do_read_interlace() 1102 if (transformations & PNG_PACKSWAP) in png_do_read_interlace() 1159 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
|
/external/libpng/ |
D | pngtrans.c | 28 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 …]
|
D | pngrtran.c | 110 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 …]
|
D | pngwtran.c | 31 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()
|
D | pngwrite.c | 159 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 …]
|
D | pngread.c | 628 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()
|
D | pngrutil.c | 2547 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row() 2602 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row() 2654 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row() 2735 png_uint_32 transformations = png_ptr->transformations; in png_do_read_interlace() local 2761 if (transformations & PNG_PACKSWAP) in png_do_read_interlace() 2814 if (transformations & PNG_PACKSWAP) in png_do_read_interlace() 2870 if (transformations & PNG_PACKSWAP) in png_do_read_interlace() 2945 transformations = transformations; /* Silence compiler warning */ in png_do_read_interlace() 3140 if (!(png_ptr->transformations & PNG_INTERLACE)) in png_read_finish_row() 3256 if (!(png_ptr->transformations & PNG_INTERLACE)) in png_read_start_row() [all …]
|
D | pngpread.c | 951 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA)) in png_push_process_row() 956 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_push_process_row() 1191 if (png_ptr->transformations & PNG_INTERLACE) in png_read_push_finish_row()
|
D | libpng-1.2.44.txt | 431 the entire image into memory, and (b) the input transformations 463 followed the set of transformations indicated by the transform mask, 798 rowbytes, as some of the transformations could increase the space 824 Input transformations 827 to handle any special transformations of the image data. The various 1136 The png_set_gamma() function handles gamma transformations of the data. 1224 after all of the other transformations have been processed. 1249 After setting the transformations, libpng can update your png_info 1250 structure to reflect any transformations you've requested with this 1573 the transformations mentioned in the Reading [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2002-05-14-SubFailure.ll | 1 ; Instcombine was missing a test that caused it to make illegal transformations
|
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
D | PHP SmartyPants Readme.txt | 24 SmartyPants can perform the following transformations: 122 SmartyPants's default transformations applied. 163 Suppress all transformations. (Do nothing.) 166 Performs default SmartyPants transformations: quotes (including 188 toggle individual transformations from within the smarty_pants 233 "b"). Thus, if you wish to apply all SmartyPants transformations
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2011-03-08-UnreachableUse.ll | 5 ; the transformations done by SimplifyCFG, so this test is likely to rot
|
/external/android-mock/src/com/google/android/testing/mocking/ |
D | GeneratedMockJar.readme | 13 transformations to avoid Dalvik VM troubles.
|
/external/mesa3d/src/glsl/ |
D | TODO | 10 transformations such as "dot(v, vec3(0.0, 1.0, 0.0))" -> v.y.
|
D | README | 206 For IR transformations, a temporary context is used, then at the end 207 of all transformations, reparent_ir reparents all live nodes under the
|
/external/llvm/docs/HistoricalNotes/ |
D | 2002-05-12-InstListChange.txt | 36 be changed to do nice local transformations. In the short term, I'll
|
D | 2003-06-26-Reoptimizer2.txt | 9 registers. It assumes that the transformations you are doing are safe.
|