HomeSort by relevance Sort by last modified time
    Searched defs:XFORM (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
TransformationMatrixWin.cpp 33 TransformationMatrix::operator XFORM() const
35 XFORM xform; local
36 xform.eM11 = a();
37 xform.eM12 = b();
38 xform.eM21 = c();
39 xform.eM22 = d();
40 xform.eDx = e();
41 xform.eDy = f();
43 return xform;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 53 typedef struct _XFORM XFORM;
55 typedef struct tagXFORM XFORM;
331 operator XFORM() const;

Completed in 343 milliseconds