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

  /external/webkit/WebCore/platform/graphics/openvg/
VGUtils.cpp 28 VGMatrix::VGMatrix(const VGfloat data[9])
41 VGMatrix::VGMatrix(const TransformationMatrix& matrix)
54 VGMatrix::operator TransformationMatrix() const
69 TransformationMatrix::operator VGMatrix() const
71 return VGMatrix(*this);
VGUtils.h 65 class VGMatrix {
67 VGMatrix(const VGfloat data[9]);
68 VGMatrix(const TransformationMatrix&);

Completed in 32 milliseconds