HomeSort by relevance Sort by last modified time
    Searched full:transformations (Results 26 - 50 of 462) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java 82 // This is a more complicated animation, involving transformations
93 // Create the desired custom animation, involving transformations
107 // Create a more complicated animation, involving transformations
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
package.html 57 , and is also used to apply transformations to the bones through the animations.<br>
63 the transformations for bones when no animated pose is applied to the skeleton.
66 to parent) transformations for all the bones using the call
  /external/jpeg/
transupp.h 37 * Codes for supported types of image transformations.
81 * thing as the rotate/flip transformations, but it's convenient to handle it
94 jvirt_barray_ptr * workspace_coef_arrays; /* workspace for transformations */
  /external/qemu/distrib/jpeg-6b/
transupp.h 37 * Codes for supported types of image transformations.
81 * thing as the rotate/flip transformations, but it's convenient to handle it
94 jvirt_barray_ptr * workspace_coef_arrays; /* workspace for transformations */
  /libcore/luni/src/main/java/javax/xml/transform/sax/
package.html 15 transformations to "pull" from other transformations, and lets the transformer
64 illustrates several transformations chained together. Each filter points to a
  /libcore/luni/src/main/java/javax/xml/transform/
overview.html 16 as TrAX (Transformations for XML). </p>
22 applications need to perform transformations. Transformations may be described
36 interfaces, and apply the transformations polymorphically. TrAX attempts to
222 execution context for transformations, act as an interface for performing the
  /external/libpng/
pngtrans.c 28 png_ptr->transformations |= PNG_BGR;
42 png_ptr->transformations |= PNG_SWAP_BYTES;
57 png_ptr->transformations |= PNG_PACK;
73 png_ptr->transformations |= PNG_PACKSWAP;
85 png_ptr->transformations |= PNG_SHIFT;
99 png_ptr->transformations |= PNG_INTERLACE;
120 png_ptr->transformations |= PNG_FILLER;
160 png_ptr->transformations |= PNG_ADD_ALPHA;
175 png_ptr->transformations |= PNG_SWAP_ALPHA;
188 png_ptr->transformations |= PNG_INVERT_ALPHA
    [all...]
pngwrite.c 159 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
799 /* Initialize transformations and other stuff if first time */
809 if (png_ptr->transformations & PNG_INVERT_MONO)
814 if (png_ptr->transformations & PNG_FILLER)
820 if (png_ptr->transformations & PNG_PACKSWAP)
825 if (png_ptr->transformations & PNG_PACK)
829 if (png_ptr->transformations & PNG_SHIFT)
833 if (png_ptr->transformations & PNG_BGR)
837 if (png_ptr->transformations & PNG_SWAP_BYTES)
846 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)
    [all...]
pngread.c 589 /* Initialize palette, background, etc, after transformations
628 if (png_ptr->transformations & PNG_INVERT_MONO)
632 if (png_ptr->transformations & PNG_FILLER)
637 if (png_ptr->transformations & PNG_PACKSWAP)
641 if (png_ptr->transformations & PNG_PACK)
645 if (png_ptr->transformations & PNG_SHIFT)
649 if (png_ptr->transformations & PNG_BGR)
653 if (png_ptr->transformations & PNG_SWAP_BYTES)
660 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE))
819 if (png_ptr->transformations || (png_ptr->flags&PNG_FLAG_STRIP_ALPHA)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngtrans.c 22 png_ptr->transformations |= PNG_BGR;
34 png_ptr->transformations |= PNG_SWAP_BYTES;
47 png_ptr->transformations |= PNG_PACK;
61 png_ptr->transformations |= PNG_PACKSWAP;
71 png_ptr->transformations |= PNG_SHIFT;
84 png_ptr->transformations |= PNG_INTERLACE;
103 png_ptr->transformations |= PNG_FILLER;
137 png_ptr->transformations |= PNG_ADD_ALPHA;
150 png_ptr->transformations |= PNG_SWAP_ALPHA;
161 png_ptr->transformations |= PNG_INVERT_ALPHA
    [all...]
pngwrite.c 149 if ((png_ptr->transformations & PNG_INVERT_ALPHA) &&
765 /* initialize transformations and other stuff if first time */
775 if (png_ptr->transformations & PNG_INVERT_MONO)
779 if (png_ptr->transformations & PNG_FILLER)
783 if (png_ptr->transformations & PNG_PACKSWAP)
787 if (png_ptr->transformations & PNG_PACK)
791 if (png_ptr->transformations & PNG_SHIFT)
795 if (png_ptr->transformations & PNG_BGR)
799 if (png_ptr->transformations & PNG_SWAP_BYTES)
808 if (png_ptr->interlaced && (png_ptr->transformations & PNG_INTERLACE)
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
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/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 12 // Removes empty statements that are leftovers from previous transformations.
76 /// transformations.
90 return false; // was already empty, not because of transformations.
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourcePattern.cpp 111 // Compute all necessary transformations to build the tile image & the pattern.
233 // Apply viewBox/objectBoundingBox transformations.
272 // Apply tile image transformations.
SVGRenderSupport.h 63 // Important functions used by nearly all SVG renderers centralizing coordinate transformations / repaint rect calculations
SVGTextFragment.h 76 // Contains lengthAdjust related transformations, which are not allowd to influence the SVGTextQuery code.
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
package.html 22 <p>In charge of run-time transformations and the production of result trees.</p>
  /external/llvm/include/llvm/Analysis/
Lint.h 11 // of input to the system, and for checking that transformations
  /external/llvm/lib/Transforms/Vectorize/
Vectorize.cpp 11 // implements several vectorization transformations over the LLVM intermediate
  /external/webkit/Source/WebCore/rendering/
RenderTextFragment.h 32 // We cache offsets so that text transformations can be applied in such a way that we can recover
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.h 38 // [options] = Optional transformations to apply. Supported options:
85 // Performs any remaining transformations (like desaturating the |image|),
  /external/llvm/include/llvm/Transforms/
Vectorize.h 1 //===-- Vectorize.h - Vectorization Transformations -------------*- C++ -*-===//
11 // in the Vectorize transformations library.
  /external/llvm/lib/Support/
Statistic.cpp 16 // simplified, optimized or removed by various transformations, like this:
39 /// -stats - Command line option to cause transformations to emit stats about
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.h 118 // coordinate system transformations
174 // The point in the layer used as the origin for local transformations,
  /frameworks/base/graphics/java/android/graphics/
Camera.java 20 * A camera instance can be used to compute 3D transformations and
26 * Creates a new camera, with empty transformations.

Completed in 671 milliseconds

12 3 4 5 6 7 8 91011>>