OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VGMatrix
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/openvg/
VGUtils.h
66
class
VGMatrix
{
68
VGMatrix
(const VGfloat data[9]);
69
VGMatrix
(const AffineTransform&);
70
VGMatrix
(const TransformationMatrix&);
VGUtils.cpp
29
VGMatrix
::
VGMatrix
(const VGfloat data[9])
42
VGMatrix
::
VGMatrix
(const AffineTransform& transformation)
55
VGMatrix
::
VGMatrix
(const TransformationMatrix& matrix)
68
VGMatrix
::operator AffineTransform() const
77
VGMatrix
::operator TransformationMatrix() const
87
AffineTransform::operator
VGMatrix
() const
89
return
VGMatrix
(*this)
[
all
...]
Completed in 2189 milliseconds