/external/qemu/distrib/jpeg-6b/ |
transupp.h | 8 * This file contains declarations for image transformation routines and 41 JXFORM_NONE, /* no transformation */ 62 * basic transformation. 64 * Transpose is the only transformation that can handle partial iMCUs at the 82 * as part of this package, mainly because the transformation routines have to 108 /* Execute the actual transformation, if any */
|
/external/srec/srec/include/ |
pre_desc.h | 43 #define LIN_TRAN 2 /* Linear Transformation */ 152 imeldata *offset; /* offset vector with transformation */ 153 imeldata **matrix; /* linear transformation matrix */ 155 covdata **imelda; /* linear transformation matrix, PMC or RN */ 156 imeldata **invmat; /* inverse transformation matrix */ 158 covdata **inverse; /* inverse linear transformation matrix, PMC or RN */
|
/libcore/luni/src/main/java/javax/xml/transform/sax/ |
package.html | 8 <p>This package implements SAX2-specific transformation APIs. It provides 23 SAX2 events from the transformation. 35 allows a transformation to be created from SAX2 parse events, which is a "push" 36 model rather than the "pull" model that normally occurs for a transformation. 63 encapsulates the SAX2 notion of a "pull" transformation. The following 65 parent {@link org.xml.sax.XMLReader}, and the final transformation is
|
TemplatesHandler.java | 27 * parse events (parsing transformation instructions) into a Templates object. 35 * for the parsing of transformation instructions, it creates a Templates object,
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Transformer.java | 31 * variety of sources and write the transformation output to a 80 * Specific transformation behavior is determined by the settings of the 88 * the transformation behavior; it is not always an empty 96 * during the course of the transformation. 102 * Add a parameter for the transformation. 130 * the transformation process. 188 * Set the output properties for the transformation. These 211 * for the transformation. 220 * <p>Get a copy of the output properties for the transformation.</p> 247 * the next transformation [all...] |
/external/libxslt/libxslt/ |
documents.c | 49 * @ctxt: the context, either a stylesheet or a transformation context 53 * transformation API themselve, for example when an xsl:import, 136 * @ctxt: an XSLT transformation context (or NULL) 246 * @ctxt: an XSLT transformation context 276 * @ctxt: an XSLT transformation context 280 * within the XSLT transformation context 354 * Try to load a stylesheet document within the XSLT transformation context 405 * @ctxt: an XSLT transformation context 408 * Try to find a document within the XSLT transformation context.
|
extensions.h | 43 * Returns a pointer to the module specific data for this transformation. 62 * @ctxt: an XSLT transformation context 67 * Returns a pointer to the module specific data for this transformation. 74 * @ctxt: an XSLT transformation context
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.view.animation.Transformation.html | 10 android.view.animation.Transformation 74 Class android.view.animation.<A HREF="../../../../reference/android/view/animation/Transformation.html" target="_top"><font size="+2"><code>Transformation</code></font></A> 86 <A NAME="android.view.animation.Transformation.toShortString_added()"></A> 87 <nobr><code>String</code> <A HREF="../../../../reference/android/view/animation/Transformation.html#toShortString()" target="_top"><code>toShortString</code></A>()</nobr>
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
StreamResult.java | 28 * <p>Acts as an holder for a transformation result, 52 * transformation instructions to control the encoding. 64 * transformation instructions to control the encoding. However, 96 * transformation instructions to control the encoding. 118 * transformation instructions to control the encoding. However,
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
AlignFeatures.cpp | 166 // Invert and multiple with previous transformation 176 // Since we have already factored the current transformation 192 // Get current transformation 212 // logic here appends their transformation to Hprev to render them with the 213 // correct transformation. For the frames we do use for mosaicing, we already
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
AlignFeatures.cpp | 166 // Invert and multiple with previous transformation 176 // Since we have already factored the current transformation 192 // Get current transformation 212 // logic here appends their transformation to Hprev to render them with the 213 // correct transformation. For the frames we do use for mosaicing, we already
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Functions.h | 34 bts_ALT_IDENTITY = 1, /* identity transformation */ 37 bts_ALT_RIGID, /* restricted to rigid transformation (translation + scale + rotation) */ 38 bts_ALT_LINEAR, /* allows all degrees of freedom for affine linear transformation */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
isp_isf.c | 21 * Isp_isf Transformation isp to isf * 22 * Isf_isp Transformation isf to isp * 24 * The transformation from isp[i] to isf[i] and isf[i] to isp[i] *
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
PropertyChangeTransform.java | 53 /** Apply the state transformation on the given OpenGL state. */ 77 * state as it was before this transformation was applied. If this transform was never 89 /** Gets the property that will be affected by applying this transformation. */
|
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/ |
WebFullScreenManagerMac.mm | 188 // Create a transformation matrix that will transform the renderer layer such that 201 // Drawing is flipped here, and so much be the translation transformation 215 // Disable implicit animations and set the layer's transformation matrix to its final state. 237 // Create a transformation matrix that will transform the renderer layer such that 251 // Drawing is flipped here, and so must be the translation transformation 267 // Disable implicit animations and set the layer's transformation matrix to its final state.
|
/cts/tests/src/android/widget/cts/ |
MyGallery.java | 26 import android.view.animation.Transformation; 48 protected boolean getChildStaticTransformation(View child, Transformation t) {
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
package.html | 32 construction of the data (the org.apache.xalan.processor package) or with the transformation (the org.apache.xalan.transformer 39 methods that are called during the transformation.</p>
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
package.html | 26 of the transformation execution.</p> 32 transformation to the appropriate output ContentHandler.</p>
|
TransformerClient.java | 37 * information about he state of the transformation. This
|
/libcore/luni/src/main/java/javax/xml/transform/dom/ |
package.html | 8 <p>This package implements DOM-specific transformation APIs.</p> 25 {@link org.w3c.dom.Document}, the output of the transformation must have
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
PainterOpenVG.cpp | 314 // all right here and let this be a call to essentially set the world transformation! 476 AffineTransform PainterOpenVG::transformation() const function in class:WebCore::PainterOpenVG 482 void PainterOpenVG::concatTransformation(const AffineTransform& transformation) 490 m_state->surfaceTransformation.multLeft(transformation); 494 void PainterOpenVG::setTransformation(const AffineTransform& transformation) 499 m_state->surfaceTransformation = transformation; 503 void PainterOpenVG::transformPath(VGPath dst, VGPath src, const AffineTransform& transformation) 513 vgLoadMatrix(VGMatrix(transformation).toVGfloat()); 692 AffineTransform transformation = m_state->surfaceTransformation; local 693 transformation.scaleNonUniform(scaleFactors.width(), scaleFactors.height()) 702 AffineTransform transformation = m_state->surfaceTransformation; local 712 AffineTransform transformation = m_state->surfaceTransformation; local [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
TransformerFactoryImpl.java | 219 * @return A Templates object capable of being used for transformation purposes. 366 * @return A Transformer object that may be used to perform a transformation 481 * This feature specifies whether the transformation phase should 610 * transformation instructions. 612 * @param src The source of the transformation instructions. 630 * transformation instructions. 669 * ContentHandler events into a Result, based on the transformation 672 * @param src The source of the transformation instructions. 692 * @param templates The source of the transformation instructions. 766 * being used for transformation purposes in a single thread [all...] |
/external/clang/lib/ARCMigrate/ |
Makefile | 10 # This implements code transformation to ARC mode.
|
/external/clang/lib/Rewrite/ |
Makefile | 10 # This implements code transformation / rewriting facilities.
|
/external/javassist/src/main/javassist/convert/ |
Transformer.java | 29 * code transformation specified by CodeConverter.
|