Home
last modified time | relevance | path

Searched refs:Transform (Results 1 – 25 of 49) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/transforms/
DAffineTransform.h61 typedef double Transform[6]; typedef
180 void setMatrix(const Transform m) in setMatrix()
183 memcpy(m_transform, m, sizeof(Transform)); in setMatrix()
186 Transform m_transform;
/external/chromium/third_party/libjingle/source/talk/base/
Dstringencode.h112 typedef size_t (*Transform)(char * buffer, size_t buflen, typedef
115 Transform t);
118 std::string s_transform(const std::string& source, Transform t);
Dstringencode.cc498 Transform t) { in transform()
505 std::string s_transform(const std::string& source, Transform t) { in s_transform()
/external/ppp/pppd/
Dmd5.c51 static void Transform ();
151 Transform (mdContext->buf, in);
186 Transform (mdContext->buf, in);
203 static void Transform (buf, in) in Transform() function
/external/webkit/Source/WebCore/svg/
DSVGTextElement.h61 DECLARE_ANIMATED_TRANSFORM_LIST(Transform, transform)
DSVGStyledTransformableElement.h66 DECLARE_ANIMATED_TRANSFORM_LIST(Transform, transform) in DECLARE_ANIMATED_TRANSFORM_LIST() argument
DSVGStyledTransformableElement.cpp35 DEFINE_ANIMATED_TRANSFORM_LIST(SVGStyledTransformableElement, SVGNames::transformAttr, Transform, t… in DEFINE_ANIMATED_TRANSFORM_LIST() argument
DSVGTextElement.cpp38 DEFINE_ANIMATED_TRANSFORM_LIST(SVGTextElement, SVGNames::transformAttr, Transform, transform) in DEFINE_ANIMATED_TRANSFORM_LIST() argument
DSVGTransform.idl25 // Transform Types
/external/clang/test/SemaObjC/
Dtry-catch.m27 @class ASTNode, XCRefactoringParser, Transform, TransformInstance, XCRefactoringSelectionInfo;
/external/oprofile/doc/xsl/
Dxhtml-common.xsl1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
/external/apache-xml/src/main/java/org/apache/xml/serializer/
Doutput_text.properties31 # xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Doutput_unknown.properties38 # xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Doutput_xml.properties37 # xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Doutput_html.properties34 # xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp216 m_path->Transform(transform); in transform()
/external/valgrind/main/perf/
DREADME50 - Description: Does a Fast Fourier Transform (FFT).
/external/mesa3d/docs/
DGL3.txt29 Transform feedback (GL_EXT_transform_feedback) ~50% done
DRELNOTES-4.1295 by GLuint ctx->Transform.ClipPlanesEnabled. The later is a bitfield.
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll50 … x %struct.IColor4], [128 x %struct.IColor4], %struct.Viewport, %struct.Transform, %struct.LightMo…
60 …%struct.Transform = type <{ [24 x [16 x float]], [24 x [16 x float]], [16 x float], float, float, …
/external/srtp/
DREADME8 Transport Protocol (SRTP), the Universal Security Transform (UST), and
/external/llvm/lib/Target/CellSPU/
DSPUOperands.td50 // Transform an immediate, returning the high 16 bits shifted down:
185 // Transform a float, returning the high 16 bits shifted down, as if
/external/quake/quake/src/QW/dxsdk/sdk/inc/
Dd3drmobj.h225 STDMETHOD(Transform)(THIS_ D3DRMVECTOR4D *d, D3DVECTOR *s) PURE; in DECLARE_INTERFACE_() local
320 STDMETHOD(Transform)(THIS_ D3DVECTOR *d, D3DVECTOR *s) PURE; in DECLARE_INTERFACE_() local
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DD3DRMOBJ.H225 STDMETHOD(Transform)(THIS_ D3DRMVECTOR4D *d, D3DVECTOR *s) PURE; in DECLARE_INTERFACE_() local
320 STDMETHOD(Transform)(THIS_ D3DVECTOR *d, D3DVECTOR *s) PURE; in DECLARE_INTERFACE_() local
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2149 Record *Transform = Fragments[i]->getValueAsDef("OperandTransform"); in ParsePatternFragments() local
2150 if (!getSDNodeTransform(Transform).second.empty()) // not noop xform? in ParsePatternFragments()
2151 P->getOnlyTree()->setTransformFn(Transform); in ParsePatternFragments()

12