HomeSort by relevance Sort by last modified time
    Searched refs:transformPath (Results 1 - 4 of 4) sorted by null

  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
DoodleAction.java 60 private final Path transformPath = new Path();
64 photoView.mapPhotoPath(path, transformPath);
65 filter.updateLastPath(transformPath);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.h 71 static void transformPath(VGPath dst, VGPath src, const AffineTransform&);
PathOpenVG.cpp 453 PainterOpenVG::transformPath(dst->vgPath(), m_path->vgPath(), transformation);
PainterOpenVG.cpp 503 void PainterOpenVG::transformPath(VGPath dst, VGPath src, const AffineTransform& transformation)
    [all...]

Completed in 82 milliseconds