HomeSort by relevance Sort by last modified time
    Searched refs:transformations (Results 1 - 25 of 48) sorted by null

1 2

  /external/glide/library/src/main/java/com/bumptech/glide/load/
MultiTransformation.java 9 * A transformation that applies one or more transformations in iteration order to a resource.
14 private final Collection<? extends Transformation<T>> transformations; field in class:MultiTransformation
18 public MultiTransformation(Transformation<T>... transformations) {
19 if (transformations.length < 1) {
22 this.transformations = Arrays.asList(transformations);
29 this.transformations = transformationList;
36 for (Transformation<T> transformation : transformations) {
50 for (Transformation<T> transformation : transformations) {
  /frameworks/base/services/core/
Android.mk 28 -D jack.transformations.boost-locked-region-priority=true \
29 -D jack.transformations.boost-locked-region-priority.classname=com.android.server.am.ActivityManagerService \
30 -D jack.transformations.boost-locked-region-priority.request=com.android.server.am.ActivityManagerService\#boostPriorityForLockedSection \
31 -D jack.transformations.boost-locked-region-priority.reset=com.android.server.am.ActivityManagerService\#resetPriorityAfterLockedSection
  /external/libpng/
pngrtran.c 15 * Transformations that are used in both reading and writing are
140 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
141 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
148 png_ptr->transformations |= PNG_BACKGROUND_EXPAND;
150 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND;
178 png_ptr->transformations |= PNG_SCALE_16_TO_8;
192 png_ptr->transformations |= PNG_16_TO_8;
205 png_ptr->transformations |= PNG_STRIP_ALPHA;
325 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
331 png_ptr->transformations &= ~PNG_ENCODE_ALPHA
    [all...]
pngwtran.c 499 * transformations is significant.
510 if ((png_ptr->transformations & PNG_USER_TRANSFORM) != 0)
526 if ((png_ptr->transformations & PNG_FILLER) != 0)
532 if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
537 if ((png_ptr->transformations & PNG_PACK) != 0)
544 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
550 if ((png_ptr->transformations & PNG_SHIFT) != 0)
556 if ((png_ptr->transformations & PNG_SWAP_ALPHA) != 0)
561 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0)
566 if ((png_ptr->transformations & PNG_BGR) != 0
    [all...]
pngtrans.c 28 png_ptr->transformations |= PNG_BGR;
43 png_ptr->transformations |= PNG_SWAP_BYTES;
59 png_ptr->transformations |= PNG_PACK;
78 png_ptr->transformations |= PNG_PACKSWAP;
91 png_ptr->transformations |= PNG_SHIFT;
105 png_ptr->transformations |= PNG_INTERLACE;
134 * format, because other transformations can give a format where the
193 png_ptr->transformations |= PNG_FILLER;
213 if ((png_ptr->transformations & PNG_FILLER) != 0)
214 png_ptr->transformations |= PNG_ADD_ALPHA
    [all...]
pngwrite.c 217 if ((png_ptr->transformations & PNG_INVERT_ALPHA) != 0 &&
698 /* Initialize transformations and other stuff if first time */
708 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0)
713 if ((png_ptr->transformations & PNG_FILLER) != 0)
718 if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
724 if ((png_ptr->transformations & PNG_PACK) != 0)
729 if ((png_ptr->transformations & PNG_SHIFT) != 0)
734 if ((png_ptr->transformations & PNG_BGR) != 0)
739 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
749 (png_ptr->transformations & PNG_INTERLACE) != 0
    [all...]
pngread.c 284 /* Initialize palette, background, etc, after transformations
404 if ((png_ptr->transformations & PNG_INVERT_MONO) != 0)
409 if ((png_ptr->transformations & PNG_FILLER) != 0)
415 if ((png_ptr->transformations & PNG_PACKSWAP) != 0)
420 if ((png_ptr->transformations & PNG_PACK) != 0)
425 if ((png_ptr->transformations & PNG_SHIFT) != 0)
430 if ((png_ptr->transformations & PNG_BGR) != 0)
435 if ((png_ptr->transformations & PNG_SWAP_BYTES) != 0)
449 (png_ptr->transformations & PNG_INTERLACE) != 0)
562 if (png_ptr->transformations)
    [all...]
pngrutil.c     [all...]
  /external/opencv3/3rdparty/libpng/
pngrtran.c 15 * Transformations that are used in both reading and writing are
109 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
110 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
118 png_ptr->transformations |= PNG_BACKGROUND_EXPAND;
120 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND;
148 png_ptr->transformations |= PNG_SCALE_16_TO_8;
162 png_ptr->transformations |= PNG_16_TO_8;
175 png_ptr->transformations |= PNG_STRIP_ALPHA;
290 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
296 png_ptr->transformations &= ~PNG_ENCODE_ALPHA
    [all...]
pngwtran.c 20 * transformations is significant.
31 if (png_ptr->transformations & PNG_USER_TRANSFORM)
47 if (png_ptr->transformations & PNG_FILLER)
53 if (png_ptr->transformations & PNG_PACKSWAP)
58 if (png_ptr->transformations & PNG_PACK)
64 if (png_ptr->transformations & PNG_SWAP_BYTES)
69 if (png_ptr->transformations & PNG_SHIFT)
75 if (png_ptr->transformations & PNG_SWAP_ALPHA)
80 if (png_ptr->transformations & PNG_INVERT_ALPHA)
85 if (png_ptr->transformations & PNG_BGR
    [all...]
pngread.c 358 /* Initialize palette, background, etc, after transformations
405 if (png_ptr->transformations & PNG_INVERT_MONO)
410 if (png_ptr->transformations & PNG_FILLER)
416 if (png_ptr->transformations & PNG_PACKSWAP)
421 if (png_ptr->transformations & PNG_PACK)
426 if (png_ptr->transformations & PNG_SHIFT)
431 if (png_ptr->transformations & PNG_BGR)
436 if (png_ptr->transformations & PNG_SWAP_BYTES)
448 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
602 if (png_ptr->transformations)
    [all...]
pngtrans.c 28 png_ptr->transformations |= PNG_BGR;
43 png_ptr->transformations |= PNG_SWAP_BYTES;
59 png_ptr->transformations |= PNG_PACK;
76 png_ptr->transformations |= PNG_PACKSWAP;
89 png_ptr->transformations |= PNG_SHIFT;
103 png_ptr->transformations |= PNG_INTERLACE;
125 png_ptr->transformations |= PNG_FILLER;
163 png_ptr->transformations |= PNG_ADD_ALPHA;
178 png_ptr->transformations |= PNG_SWAP_ALPHA;
192 png_ptr->transformations |= PNG_INVERT_ALPHA
    [all...]
pngwrite.c 147 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
626 /* Initialize transformations and other stuff if first time */
636 if (png_ptr->transformations & PNG_INVERT_MONO)
641 if (png_ptr->transformations & PNG_FILLER)
646 if (png_ptr->transformations & PNG_PACKSWAP)
652 if (png_ptr->transformations & PNG_PACK)
657 if (png_ptr->transformations & PNG_SHIFT)
662 if (png_ptr->transformations & PNG_BGR)
667 if (png_ptr->transformations & PNG_SWAP_BYTES)
676 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngrtran.c 14 * Transformations that are used in both reading and writing are
138 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
139 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
146 png_ptr->transformations |= PNG_BACKGROUND_EXPAND;
148 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND;
176 png_ptr->transformations |= PNG_SCALE_16_TO_8;
190 png_ptr->transformations |= PNG_16_TO_8;
203 png_ptr->transformations |= PNG_STRIP_ALPHA;
320 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
326 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
    [all...]
pngwtran.c 19 * transformations is significant.
30 if (png_ptr->transformations & PNG_USER_TRANSFORM)
46 if (png_ptr->transformations & PNG_FILLER)
52 if (png_ptr->transformations & PNG_PACKSWAP)
57 if (png_ptr->transformations & PNG_PACK)
63 if (png_ptr->transformations & PNG_SWAP_BYTES)
68 if (png_ptr->transformations & PNG_SHIFT)
74 if (png_ptr->transformations & PNG_SWAP_ALPHA)
79 if (png_ptr->transformations & PNG_INVERT_ALPHA)
84 if (png_ptr->transformations & PNG_BGR)
    [all...]
pngtrans.c 27 png_ptr->transformations |= PNG_BGR;
42 png_ptr->transformations |= PNG_SWAP_BYTES;
58 png_ptr->transformations |= PNG_PACK;
75 png_ptr->transformations |= PNG_PACKSWAP;
88 png_ptr->transformations |= PNG_SHIFT;
102 png_ptr->transformations |= PNG_INTERLACE;
131 * format, because other transformations can give a format where the
190 png_ptr->transformations |= PNG_FILLER;
210 if (png_ptr->transformations & PNG_FILLER)
211 png_ptr->transformations |= PNG_ADD_ALPHA;
    [all...]
pngwrite.c 215 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
622 /* Initialize transformations and other stuff if first time */
632 if (png_ptr->transformations & PNG_INVERT_MONO)
637 if (png_ptr->transformations & PNG_FILLER)
642 if (png_ptr->transformations & PNG_PACKSWAP)
648 if (png_ptr->transformations & PNG_PACK)
653 if (png_ptr->transformations & PNG_SHIFT)
658 if (png_ptr->transformations & PNG_BGR)
663 if (png_ptr->transformations & PNG_SWAP_BYTES)
672 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
    [all...]
pngread.c 283 /* Initialize palette, background, etc, after transformations
336 if (png_ptr->transformations & PNG_INVERT_MONO)
341 if (png_ptr->transformations & PNG_FILLER)
347 if (png_ptr->transformations & PNG_PACKSWAP)
352 if (png_ptr->transformations & PNG_PACK)
357 if (png_ptr->transformations & PNG_SHIFT)
362 if (png_ptr->transformations & PNG_BGR)
367 if (png_ptr->transformations & PNG_SWAP_BYTES)
379 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
493 if (png_ptr->transformations)
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngrtran.c 15 * Transformations that are used in both reading and writing are
109 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA;
110 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
118 png_ptr->transformations |= PNG_BACKGROUND_EXPAND;
120 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND;
148 png_ptr->transformations |= PNG_SCALE_16_TO_8;
162 png_ptr->transformations |= PNG_16_TO_8;
175 png_ptr->transformations |= PNG_STRIP_ALPHA;
290 png_ptr->transformations &= ~PNG_ENCODE_ALPHA;
296 png_ptr->transformations &= ~PNG_ENCODE_ALPHA
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
DrawableRequestBuilder.java 151 * Note - Bitmap transformations will apply individually to each frame of animated GIF images and also to
160 * @param transformations The transformations to apply in order.
163 public DrawableRequestBuilder<ModelType> transform(BitmapTransformation... transformations) {
164 return bitmapTransform(transformations);
198 * Transform {@link GlideDrawable}s using the given {@link android.graphics.Bitmap} transformations. Replaces any
199 * previous transformations.
209 GifBitmapWrapperTransformation[] transformations = local
212 transformations[i] = new GifBitmapWrapperTransformation(glide.getBitmapPool(), bitmapTransformations[i]);
214 return transform(transformations);
    [all...]
GifRequestBuilder.java 167 * Transforms each frame of the GIF using the given transformations.
174 * @param bitmapTransformations The transformations to apply in order to each frame.
182 * Transforms each frame of the GIF using the given transformations.
189 * @param bitmapTransformations The transformations to apply in order to each frame.
197 GifDrawableTransformation[] transformations = new GifDrawableTransformation[bitmapTransformations.length]; local
199 transformations[i] = new GifDrawableTransformation(bitmapTransformations[i], glide.getBitmapPool());
201 return transformations;
214 public GifRequestBuilder<ModelType> transform(Transformation<GifDrawable>... transformations) {
215 super.transform(transformations);
BitmapRequestBuilder.java 260 * @param transformations The transformations to apply in order.
263 public BitmapRequestBuilder<ModelType, TranscodeType> transform(BitmapTransformation... transformations) {
264 super.transform(transformations);
301 public BitmapRequestBuilder<ModelType, TranscodeType> transform(Transformation<Bitmap>... transformations) {
302 super.transform(transformations);
GenericRequestBuilder.java 308 * transformations.
310 * @param transformations the transformations to apply in order.
314 Transformation<ResourceType>... transformations) {
316 if (transformations.length == 1) {
317 transformation = transformations[0];
319 transformation = new MultiTransformation<ResourceType>(transformations);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.c 40 * transformations in order.
41 * 3. If one of the transformations returns GL_TRUE, assume that it
46 * instructions emitted by transformations are not transformed.
55 struct radeon_program_transformation *transformations = local
65 for(i = 0; transformations[i].function; ++i) {
66 struct radeon_program_transformation* t = transformations + i;
  /external/eigen/test/
geo_transformations.cpp 75 template<typename Scalar, int Mode, int Options> void transformations() function
497 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() ));
500 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() ));
504 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
505 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() ));
508 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() ));
511 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
514 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
515 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|DontAlign>() ));

Completed in 495 milliseconds

1 2