Searched defs:transformation (Results 1 – 9 of 9) sorted by relevance
42 VGMatrix::VGMatrix(const AffineTransform& transformation) in VGMatrix()70 AffineTransform transformation( in operator AffineTransform() local
476 AffineTransform PainterOpenVG::transformation() const in transformation() function in WebCore::PainterOpenVG482 void PainterOpenVG::concatTransformation(const AffineTransform& transformation) in concatTransformation()494 void PainterOpenVG::setTransformation(const AffineTransform& transformation) in setTransformation()503 void PainterOpenVG::transformPath(VGPath dst, VGPath src, const AffineTransform& transformation) in transformPath()692 AffineTransform transformation = m_state->surfaceTransformation; in scale() local702 AffineTransform transformation = m_state->surfaceTransformation; in rotate() local712 AffineTransform transformation = m_state->surfaceTransformation; in translate() local
153 AffineTransform transformation; in translate() local448 void Path::transform(const AffineTransform& transformation) in transform()
453 void GraphicsContext::concatCTM(const AffineTransform& transformation) in concatCTM()461 void GraphicsContext::setCTM(const AffineTransform& transformation) in setCTM()
71 CharacterTransformation transformation) { in ascii_string_compare()
144 AffineTransform transformation = contentTransformation; in markerContentTransformation() local
280 const TransformationMatrix* transformation = transform(); in drawGL() local
1528 public TestDataGenerator(String algName, String transformation, in TestDataGenerator()
235 …gons(HDC dc, const Vector<PathPolygon>& polygons, bool fill, const AffineTransform* transformation) in drawPolygons()