Searched defs:transformations (Results 1 - 6 of 6) sorted by relevance

/external/eigen/test/
H A Dgeo_transformations.cpp86 template<typename Scalar, int Mode, int Options> void transformations() function
463 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() ));
466 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() ));
470 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
471 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() ));
474 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() ));
477 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
480 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
481 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|DontAlign>() ));
/external/qemu/distrib/libpng-1.2.19/
H A Dpngvcrd.c541 if (png_ptr->transformations & PNG_PACKSWAP)
599 if (png_ptr->transformations & PNG_PACKSWAP)
654 if (png_ptr->transformations & PNG_PACKSWAP)
1013 png_uint_32 transformations = png_ptr->transformations; local
1048 if (transformations & PNG_PACKSWAP)
1102 if (transformations & PNG_PACKSWAP)
1159 if (transformations & PNG_PACKSWAP)
H A Dpnggccrd.c1483 if (png_ptr->transformations & PNG_PACKSWAP)
1541 if (png_ptr->transformations & PNG_PACKSWAP)
1596 if (png_ptr->transformations & PNG_PACKSWAP)
2056 png_uint_32 transformations = png_ptr->transformations; local
2089 if (transformations & PNG_PACKSWAP)
2143 if (transformations & PNG_PACKSWAP)
2200 if (transformations & PNG_PACKSWAP)
H A Dpngrutil.c2482 if (png_ptr->transformations & PNG_PACKSWAP)
2540 if (png_ptr->transformations & PNG_PACKSWAP)
2595 if (png_ptr->transformations & PNG_PACKSWAP)
2799 png_uint_32 transformations = png_ptr->transformations; local
2823 if (transformations & PNG_PACKSWAP)
2877 if (transformations & PNG_PACKSWAP)
2934 if (transformations & PNG_PACKSWAP)
3343 if (png_ptr->transformations & PNG_PACKSWAP)
3398 if (png_ptr->transformations
3531 png_uint_32 transformations = png_ptr->transformations; local
[all...]
H A Dpng.h853 * complete description of the transformations and how they should be
1151 png_uint_32 transformations; /* which transformations to perform */ member in struct:png_struct_def
1691 /* optional update palette with requested transformations */
2716 /* flags for the transformations the PNG library does on the image data */
3170 png_bytep row, int pass, png_uint_32 transformations));
3203 /* these are the functions that do the transformations */
3424 /* handle the transformations for reading and writing */
/external/libpng/
H A Dpngrutil.c2553 if (png_ptr->transformations & PNG_PACKSWAP)
2608 if (png_ptr->transformations & PNG_PACKSWAP)
2660 if (png_ptr->transformations & PNG_PACKSWAP)
2733 png_uint_32 transformations)
2741 png_uint_32 transformations = png_ptr->transformations; local
2767 if (transformations & PNG_PACKSWAP)
2820 if (transformations & PNG_PACKSWAP)
2876 if (transformations & PNG_PACKSWAP)
2951 transformations
[all...]

Completed in 996 milliseconds