Home
last modified time | relevance | path

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

123456

/external/glide/library/src/main/java/com/bumptech/glide/load/
DMultiTransformation.java14 private final Collection<? extends Transformation<T>> transformations; field in MultiTransformation
18 public MultiTransformation(Transformation<T>... transformations) { in MultiTransformation() argument
19 if (transformations.length < 1) { in MultiTransformation()
22 this.transformations = Arrays.asList(transformations); in MultiTransformation()
29 this.transformations = transformationList; in MultiTransformation()
36 for (Transformation<T> transformation : transformations) { in transform()
50 for (Transformation<T> transformation : transformations) { in getId()
/external/skia/third_party/libpng/
Dpngrtran.c140 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA; in png_set_background_fixed()
141 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_background_fixed()
148 png_ptr->transformations |= PNG_BACKGROUND_EXPAND; in png_set_background_fixed()
150 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND; in png_set_background_fixed()
178 png_ptr->transformations |= PNG_SCALE_16_TO_8; in png_set_scale_16()
192 png_ptr->transformations |= PNG_16_TO_8; in png_set_strip_16()
205 png_ptr->transformations |= PNG_STRIP_ALPHA; in png_set_strip_alpha()
325 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()
331 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()
339 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()
[all …]
Dpngtrans.c28 png_ptr->transformations |= PNG_BGR; in png_set_bgr()
43 png_ptr->transformations |= PNG_SWAP_BYTES; in png_set_swap()
59 png_ptr->transformations |= PNG_PACK; in png_set_packing()
78 png_ptr->transformations |= PNG_PACKSWAP; in png_set_packswap()
91 png_ptr->transformations |= PNG_SHIFT; in png_set_shift()
105 png_ptr->transformations |= PNG_INTERLACE; in png_set_interlace_handling()
193 png_ptr->transformations |= PNG_FILLER; in png_set_filler()
213 if ((png_ptr->transformations & PNG_FILLER) != 0) in png_set_add_alpha()
214 png_ptr->transformations |= PNG_ADD_ALPHA; in png_set_add_alpha()
229 png_ptr->transformations |= PNG_SWAP_ALPHA; in png_set_swap_alpha()
[all …]
Dpngwtran.c510 if ((png_ptr->transformations & PNG_USER_TRANSFORM) != 0) in png_do_write_transformations()
526 if ((png_ptr->transformations & PNG_FILLER) != 0) in png_do_write_transformations()
532 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_do_write_transformations()
537 if ((png_ptr->transformations & PNG_PACK) != 0) in png_do_write_transformations()
544 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0) in png_do_write_transformations()
550 if ((png_ptr->transformations & PNG_SHIFT) != 0) in png_do_write_transformations()
556 if ((png_ptr->transformations & PNG_SWAP_ALPHA) != 0) in png_do_write_transformations()
561 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0) in png_do_write_transformations()
566 if ((png_ptr->transformations & PNG_BGR) != 0) in png_do_write_transformations()
571 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_do_write_transformations()
Dpngread.c404 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_read_row()
409 if ((png_ptr->transformations & PNG_FILLER) != 0) in png_read_row()
415 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_read_row()
420 if ((png_ptr->transformations & PNG_PACK) != 0) in png_read_row()
425 if ((png_ptr->transformations & PNG_SHIFT) != 0) in png_read_row()
430 if ((png_ptr->transformations & PNG_BGR) != 0) in png_read_row()
435 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0) in png_read_row()
449 (png_ptr->transformations & PNG_INTERLACE) != 0) in png_read_row()
562 if (png_ptr->transformations) in png_read_row()
580 (png_ptr->transformations & PNG_INTERLACE) != 0) in png_read_row()
[all …]
/external/pdfium/third_party/libpng16/
Dpngrtran.c140 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA; in png_set_background_fixed()
141 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_background_fixed()
148 png_ptr->transformations |= PNG_BACKGROUND_EXPAND; in png_set_background_fixed()
150 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND; in png_set_background_fixed()
178 png_ptr->transformations |= PNG_SCALE_16_TO_8; in png_set_scale_16()
192 png_ptr->transformations |= PNG_16_TO_8; in png_set_strip_16()
205 png_ptr->transformations |= PNG_STRIP_ALPHA; in png_set_strip_alpha()
325 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()
331 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()
339 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()
[all …]
Dpngtrans.c28 png_ptr->transformations |= PNG_BGR; in png_set_bgr()
43 png_ptr->transformations |= PNG_SWAP_BYTES; in png_set_swap()
59 png_ptr->transformations |= PNG_PACK; in png_set_packing()
78 png_ptr->transformations |= PNG_PACKSWAP; in png_set_packswap()
91 png_ptr->transformations |= PNG_SHIFT; in png_set_shift()
105 png_ptr->transformations |= PNG_INTERLACE; in png_set_interlace_handling()
193 png_ptr->transformations |= PNG_FILLER; in png_set_filler()
213 if ((png_ptr->transformations & PNG_FILLER) != 0) in png_set_add_alpha()
214 png_ptr->transformations |= PNG_ADD_ALPHA; in png_set_add_alpha()
229 png_ptr->transformations |= PNG_SWAP_ALPHA; in png_set_swap_alpha()
[all …]
Dpngwtran.c510 if ((png_ptr->transformations & PNG_USER_TRANSFORM) != 0) in png_do_write_transformations()
526 if ((png_ptr->transformations & PNG_FILLER) != 0) in png_do_write_transformations()
532 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_do_write_transformations()
537 if ((png_ptr->transformations & PNG_PACK) != 0) in png_do_write_transformations()
544 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0) in png_do_write_transformations()
550 if ((png_ptr->transformations & PNG_SHIFT) != 0) in png_do_write_transformations()
556 if ((png_ptr->transformations & PNG_SWAP_ALPHA) != 0) in png_do_write_transformations()
561 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0) in png_do_write_transformations()
566 if ((png_ptr->transformations & PNG_BGR) != 0) in png_do_write_transformations()
571 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_do_write_transformations()
Dpngread.c407 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_read_row()
412 if ((png_ptr->transformations & PNG_FILLER) != 0) in png_read_row()
418 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_read_row()
423 if ((png_ptr->transformations & PNG_PACK) != 0) in png_read_row()
428 if ((png_ptr->transformations & PNG_SHIFT) != 0) in png_read_row()
433 if ((png_ptr->transformations & PNG_BGR) != 0) in png_read_row()
438 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0) in png_read_row()
452 (png_ptr->transformations & PNG_INTERLACE) != 0) in png_read_row()
565 if (png_ptr->transformations) in png_read_row()
583 (png_ptr->transformations & PNG_INTERLACE) != 0) in png_read_row()
[all …]
/external/libpng/
Dpngrtran.c140 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA; in png_set_background_fixed()
141 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_background_fixed()
148 png_ptr->transformations |= PNG_BACKGROUND_EXPAND; in png_set_background_fixed()
150 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND; in png_set_background_fixed()
178 png_ptr->transformations |= PNG_SCALE_16_TO_8; in png_set_scale_16()
192 png_ptr->transformations |= PNG_16_TO_8; in png_set_strip_16()
205 png_ptr->transformations |= PNG_STRIP_ALPHA; in png_set_strip_alpha()
325 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()
331 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()
339 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()
[all …]
Dpngtrans.c28 png_ptr->transformations |= PNG_BGR; in png_set_bgr()
43 png_ptr->transformations |= PNG_SWAP_BYTES; in png_set_swap()
59 png_ptr->transformations |= PNG_PACK; in png_set_packing()
78 png_ptr->transformations |= PNG_PACKSWAP; in png_set_packswap()
91 png_ptr->transformations |= PNG_SHIFT; in png_set_shift()
105 png_ptr->transformations |= PNG_INTERLACE; in png_set_interlace_handling()
194 png_ptr->transformations |= PNG_FILLER; in png_set_filler()
214 if ((png_ptr->transformations & PNG_FILLER) != 0) in png_set_add_alpha()
215 png_ptr->transformations |= PNG_ADD_ALPHA; in png_set_add_alpha()
230 png_ptr->transformations |= PNG_SWAP_ALPHA; in png_set_swap_alpha()
[all …]
Dpngwtran.c510 if ((png_ptr->transformations & PNG_USER_TRANSFORM) != 0) in png_do_write_transformations()
526 if ((png_ptr->transformations & PNG_FILLER) != 0) in png_do_write_transformations()
532 if ((png_ptr->transformations & PNG_PACKSWAP) != 0) in png_do_write_transformations()
537 if ((png_ptr->transformations & PNG_PACK) != 0) in png_do_write_transformations()
544 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0) in png_do_write_transformations()
550 if ((png_ptr->transformations & PNG_SHIFT) != 0) in png_do_write_transformations()
556 if ((png_ptr->transformations & PNG_SWAP_ALPHA) != 0) in png_do_write_transformations()
561 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0) in png_do_write_transformations()
566 if ((png_ptr->transformations & PNG_BGR) != 0) in png_do_write_transformations()
571 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0) in png_do_write_transformations()
/external/syslinux/com32/lib/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()
808 if (png_ptr->transformations & PNG_INVERT_MONO) in png_write_row()
813 if (png_ptr->transformations & PNG_FILLER) in png_write_row()
819 if (png_ptr->transformations & PNG_PACKSWAP) in png_write_row()
824 if (png_ptr->transformations & PNG_PACK) in png_write_row()
828 if (png_ptr->transformations & PNG_SHIFT) in png_write_row()
832 if (png_ptr->transformations & PNG_BGR) in png_write_row()
836 if (png_ptr->transformations & PNG_SWAP_BYTES) in png_write_row()
845 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)) in png_write_row()
927 (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.c2522 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
2577 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
2629 if (png_ptr->transformations & PNG_PACKSWAP) in png_combine_row()
2710 png_uint_32 transformations = png_ptr->transformations; in png_do_read_interlace() local
2736 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
2789 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
2845 if (transformations & PNG_PACKSWAP) in png_do_read_interlace()
2920 transformations = transformations; /* Silence compiler warning */ in png_do_read_interlace()
3089 if (!(png_ptr->transformations & PNG_INTERLACE)) in png_read_finish_row()
3205 if (!(png_ptr->transformations & PNG_INTERLACE)) in png_read_start_row()
[all …]
/external/eigen/doc/
DTutorialGeometry.dox3 /** \eigenManualPage TutorialGeometry Space transformations
5 …Module "geometry module" to deal with 2D and 3D rotations and projective or affine transformations.
9 Eigen's Geometry module provides two different kinds of geometric transformations:
10transformations, such as rotations (represented by \ref AngleAxis "angle and axis" or by a \ref Qu…
62 N-D Linear transformations \n
76 transformations. Nevertheless, unlike AngleAxis which is inefficient to use, these classes
78 kind of transformations.
101 Concatenation of two transformations</td><td>\code
113 <a href="#" class="top">top</a>\section TutorialGeoTransform Affine transformations
114 Generic affine transformations are represented by the Transform class which internaly
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/
DGifRequestBuilder.java197 …GifDrawableTransformation[] transformations = new GifDrawableTransformation[bitmapTransformations.… in toGifTransformations() local
199transformations[i] = new GifDrawableTransformation(bitmapTransformations[i], glide.getBitmapPool()… in toGifTransformations()
201 return transformations; in toGifTransformations()
214 public GifRequestBuilder<ModelType> transform(Transformation<GifDrawable>... transformations) { in transform() argument
215 super.transform(transformations); in transform()
DDrawableRequestBuilder.java163 public DrawableRequestBuilder<ModelType> transform(BitmapTransformation... transformations) { in transform() argument
164 return bitmapTransform(transformations); in transform()
209 GifBitmapWrapperTransformation[] transformations = in bitmapTransform() local
212transformations[i] = new GifBitmapWrapperTransformation(glide.getBitmapPool(), bitmapTransformatio… in bitmapTransform()
214 return transform(transformations); in bitmapTransform()
DBitmapRequestBuilder.java263 …BitmapRequestBuilder<ModelType, TranscodeType> transform(BitmapTransformation... transformations) { in transform() argument
264 super.transform(transformations); in transform()
301 …tmapRequestBuilder<ModelType, TranscodeType> transform(Transformation<Bitmap>... transformations) { in transform() argument
302 super.transform(transformations); in transform()
/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/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 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/llvm/test/CodeGen/X86/
DtargetLoweringGeneric.ll3 ; Gather non-machine specific tests for the transformations in
6 ; the data structures that these transformations act on.

123456