HomeSort by relevance Sort by last modified time
    Searched refs:Transform (Results 26 - 45 of 45) sorted by null

12

  /external/ppp/pppd/
md5.c 51 static void Transform ();
144 /* transform if necessary */
151 Transform (mdContext->buf, in);
180 /* append length in bits and transform */
186 Transform (mdContext->buf, in);
203 static void Transform (buf, in)
  /external/webkit/Source/WebCore/platform/graphics/wx/
PathWx.cpp 212 void Path::transform(const AffineTransform& transform) function in class:WebCore::Path
216 m_path->Transform(transform);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_conceal.c 28 Transform
58 static void Transform(i32 *data);
72 from the neighbour pixels, applies integer transform (the same
73 transform used in the residual processing) and uses the results as
74 pixel values for concealed macroblocks. Transform produces 4x4
441 Transform(firstPhase);
551 Transform(firstPhase);
579 Function name: Transform
582 Simplified transform, assuming that only dc component and lowest
587 void Transform(i32 *data
    [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 589 const Transform& planeTransform(plane.transform());
642 ((layerOrientation & Transform::ROT_INVALID) == false)) {
780 const Transform& planeTransform(plane.transform());
    [all...]
  /frameworks/base/libs/ui/tests/
InputEvent_test.cpp 522 TEST_F(MotionEventTest, Transform) {
566 event.transform(&matrix);
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 225 STDMETHOD(Transform)(THIS_ D3DRMVECTOR4D *d, D3DVECTOR *s) PURE;
320 STDMETHOD(Transform)(THIS_ D3DVECTOR *d, D3DVECTOR *s) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 225 STDMETHOD(Transform)(THIS_ D3DRMVECTOR4D *d, D3DVECTOR *s) PURE;
320 STDMETHOD(Transform)(THIS_ D3DVECTOR *d, D3DVECTOR *s) PURE;
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 127 template<class Transform, class Rect, class Value> static inline Rect mapRect(const Rect& rect, const Transform& transform)
133 transform.map(rect.x(), rect.y(), x, y);
134 transform.map(rect.x(), b, x + 1, y + 1);
135 transform.map(r, b, x + 2, y + 2);
136 transform.map(r, rect.y(), x + 3, y + 3);
154 template<class T> static inline IntRect mapRect(const IntRect& rect, const T& transform)
156 return mapRect<T, IntRect, int>(rect, transform);
159 template<class T> static inline FloatRect mapRect(const FloatRect& rect, const T& transform)
1858 AffineTransform transform = m_data->m_transform; local
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 42 /// \brief A semantic tree transformation that allows one to transform one
61 /// can be replaced by a subclass. The "transform" step transforms an AST node
65 /// routines recursively transform the operands to composite AST nodes (e.g.,
131 /// this tree transform.
297 /// \brief Transform the given type-with-location into a new
303 /// \brief Transform the given statement.
306 /// appropriate TransformXXXStmt function to transform a specific kind of
307 /// statement or the TransformExpr() function to transform an expression.
308 /// Subclasses may override this function to transform statements using some
314 /// \brief Transform the given expression
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 54 # Initialize the parser and return the result of its transform method.
63 # Transform text using parser.
64 return $parser->transform($text);
116 return $parser->transform($text);
299 function transform($text) { function
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 2126 milliseconds

12