Home
last modified time | relevance | path

Searched refs:CGraphicsTransform (Results 1 – 25 of 98) sorted by relevance

1234

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/
H A Dcgraphicstransform.h22 struct CGraphicsTransform struct
31 CGraphicsTransform () = default;
58 CGraphicsTransform& rotate (double angle) in rotate() argument
70 CGraphicsTransform& skewX (double angle) in skewX() argument
76 CGraphicsTransform& skewY (double angle) in skewY() argument
84 return *this == CGraphicsTransform (); in isInvariant() argument
113 CGraphicsTransform inverse () const in inverse() argument
115 CGraphicsTransform result; in inverse()
129 CGraphicsTransform operator* (const CGraphicsTransform& t) const
131 CGraphicsTransform result; argument
[all …]
H A Dcdrawcontext.h36 Transform (CDrawContext& context, const CGraphicsTransform& transformation);
41 const CGraphicsTransform transformation;
191 const CGraphicsTransform& getCurrentTransform () const;
223 …raphicsPath (CGraphicsPath* path, PathDrawMode mode = kPathFilled, CGraphicsTransform* transformat…
224 … CPoint& startPoint, const CPoint& endPoint, bool evenOdd = false, CGraphicsTransform* transformat…
225 …, const CPoint& originOffset = CPoint (0,0), bool evenOdd = false, CGraphicsTransform* transformat…
240 void pushTransform (const CGraphicsTransform& transformation);
279 std::stack<CGraphicsTransform> transformStack;
H A Dclayeredviewcontainer.cpp201 CGraphicsTransform drawTransform = getDrawTransform (); in drawViewLayer()
207 …CDrawContext::Transform transform (*context, drawTransform * CGraphicsTransform ().translate (-p.x… in drawViewLayer()
212 CGraphicsTransform CLayeredViewContainer::getDrawTransform () const in getDrawTransform()
216 CGraphicsTransform transform; in getDrawTransform()
H A Dcdrawcontext.cpp43 CDrawContext::Transform::Transform (CDrawContext& context, const CGraphicsTransform& transformation) in Transform()
62 transformStack.push (CGraphicsTransform ()); in CDrawContext()
354 void CDrawContext::pushTransform (const CGraphicsTransform& transformation) in pushTransform()
357 const CGraphicsTransform& currentTransform = transformStack.top (); in pushTransform()
358 CGraphicsTransform newTransform = currentTransform * transformation; in pushTransform()
370 const CGraphicsTransform& CDrawContext::getCurrentTransform () const in getCurrentTransform()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/
H A Dcgraphicstransform.h23 struct CGraphicsTransform struct
32 CGraphicsTransform () = default;
59 CGraphicsTransform& rotate (double angle) in rotate() argument
71 CGraphicsTransform& skewX (double angle) in skewX() argument
77 CGraphicsTransform& skewY (double angle) in skewY() argument
85 return *this == CGraphicsTransform (); in isInvariant() argument
114 CGraphicsTransform inverse () const in inverse() argument
116 CGraphicsTransform result; in inverse()
130 CGraphicsTransform operator* (const CGraphicsTransform& t) const
132 CGraphicsTransform result; argument
[all …]
H A Dcdrawcontext.h37 Transform (CDrawContext& context, const CGraphicsTransform& transformation);
42 const CGraphicsTransform transformation;
192 const CGraphicsTransform& getCurrentTransform () const;
224 …raphicsPath (CGraphicsPath* path, PathDrawMode mode = kPathFilled, CGraphicsTransform* transformat…
225 … CPoint& startPoint, const CPoint& endPoint, bool evenOdd = false, CGraphicsTransform* transformat…
226 …, const CPoint& originOffset = CPoint (0,0), bool evenOdd = false, CGraphicsTransform* transformat…
241 void pushTransform (const CGraphicsTransform& transformation);
280 std::stack<CGraphicsTransform> transformStack;
H A Dclayeredviewcontainer.cpp199 CGraphicsTransform drawTransform = getDrawTransform (); in drawViewLayer()
205 …CDrawContext::Transform transform (*context, drawTransform * CGraphicsTransform ().translate (-p.x… in drawViewLayer()
210 CGraphicsTransform CLayeredViewContainer::getDrawTransform () const in getDrawTransform()
214 CGraphicsTransform transform; in getDrawTransform()
H A Dcdrawcontext.cpp43 CDrawContext::Transform::Transform (CDrawContext& context, const CGraphicsTransform& transformation) in Transform()
62 transformStack.push (CGraphicsTransform ()); in CDrawContext()
354 void CDrawContext::pushTransform (const CGraphicsTransform& transformation) in pushTransform()
357 const CGraphicsTransform& currentTransform = transformStack.top (); in pushTransform()
358 CGraphicsTransform newTransform = currentTransform * transformation; in pushTransform()
370 const CGraphicsTransform& CDrawContext::getCurrentTransform () const in getCurrentTransform()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/direct2d/
H A Dd2ddrawcontext.h59 …void drawGraphicsPath (CGraphicsPath* path, PathDrawMode mode = kPathFilled, CGraphicsTransform* t…
60 … CPoint& startPoint, const CPoint& endPoint, bool evenOdd = false, CGraphicsTransform* transformat…
61 … const CPoint& originOffset = CPoint (0, 0), bool evenOdd = false, CGraphicsTransform* transformat…
112 const CGraphicsTransform& t = getCurrentTransform (); in pixelAllign()
113 CGraphicsTransform tInv = t.inverse (); in pixelAllign()
140 static inline D2D1_MATRIX_3X2_F convert (const CGraphicsTransform& t) in convert()
H A Dd2dgraphicspath.h29 …ID2D1Geometry* createPath (int32_t fillMode, D2DDrawContext* context = nullptr, CGraphicsTransform
33 …bool hitTest (const CPoint& p, bool evenOddFilled = false, CGraphicsTransform* transform = nullptr…
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/direct2d/
H A Dd2ddrawcontext.h57 …void drawGraphicsPath (CGraphicsPath* path, PathDrawMode mode = kPathFilled, CGraphicsTransform* t…
58 … CPoint& startPoint, const CPoint& endPoint, bool evenOdd = false, CGraphicsTransform* transformat…
59 … const CPoint& originOffset = CPoint (0, 0), bool evenOdd = false, CGraphicsTransform* transformat…
110 const CGraphicsTransform& t = getCurrentTransform (); in pixelAllign()
111 CGraphicsTransform tInv = t.inverse (); in pixelAllign()
138 static inline D2D1_MATRIX_3X2_F convert (const CGraphicsTransform& t) in convert()
H A Dd2dgraphicspath.h30 …ID2D1Geometry* createPath (int32_t fillMode, D2DDrawContext* context = 0, CGraphicsTransform* tran…
34 …bool hitTest (const CPoint& p, bool evenOddFilled = false, CGraphicsTransform* transform = 0) over…
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/linux/
H A Dcairocontext.h47 CGraphicsTransform* transformation) override;
50 CGraphicsTransform* transformation) override;
53 CGraphicsTransform* transformation) override;
86 inline T pixelAlign (const CGraphicsTransform& tm, T obj) in pixelAlign()
H A Dcairopath.h22 const CGraphicsTransform* alignTransform = nullptr);
28 CGraphicsTransform* transform = 0) override;
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/linux/
H A Dcairocontext.h47 CGraphicsTransform* transformation) override;
50 CGraphicsTransform* transformation) override;
53 CGraphicsTransform* transformation) override;
86 inline T pixelAlign (const CGraphicsTransform& tm, T obj) in pixelAlign()
H A Dcairopath.h22 const CGraphicsTransform* alignTransform = nullptr);
28 CGraphicsTransform* transform = 0) override;
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCScalableBitmap.cpp425 CGraphicsTransform tf = in draw()
426 CGraphicsTransform().scale(lastSeenZoom / 100.0, lastSeenZoom / 100.0); in draw()
434 CGraphicsTransform xtf = CGraphicsTransform().scale(exs / 100.0, exs / 100.0); in draw()
435 CGraphicsTransform itf = tf.inverse(); in draw()
436 CGraphicsTransform ixtf = xtf.inverse(); in draw()
475 auto etf = VSTGUI::CGraphicsTransform().scale(extraScaleFactor / 100.0, in draw()
480 VSTGUI::CGraphicsTransform().scale(100.0 / zoomScan, 100.0 / zoomScan); in draw()
579 VSTGUI::CGraphicsTransform tf = in drawSVG()
580 VSTGUI::CGraphicsTransform() in drawSVG()
644 VSTGUI::CGraphicsTransform gradXform(x[0], x[2], x[1], x[3], x[4], x[5]); in drawSVG()
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/uidescription vst3/source/
H A Duidescription test.cpp282 CGraphicsTransform tm; in drawSplitViewSeparator()
473 CDrawContext::Transform t (*context, CGraphicsTransform ().translate (20., 90.)); in draw()
479 …CDrawContext::Transform t (*context, CGraphicsTransform ().translate (20. + std::ceil (path->getBo… in draw()
494 …CDrawContext::Transform gt (*context, CGraphicsTransform ().translate (pathOffset.x, pathOffset.y)… in draw()
500 CGraphicsTransform t; in draw()
507 CDrawContext::Transform t (*context, CGraphicsTransform ().translate (110., 0.)); in draw()
510 CGraphicsTransform transform; in draw()
519 CDrawContext::Transform t (*context, CGraphicsTransform ().translate (220., 0.)); in draw()
524 CGraphicsTransform transform; in draw()
532 CDrawContext::Transform t (*context, CGraphicsTransform ().translate (330., 0.)); in draw()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/uidescription vst3/source/
H A Duidescription test.cpp282 CGraphicsTransform tm;
473 CDrawContext::Transform t (*context, CGraphicsTransform ().translate (20., 90.));
479 …CDrawContext::Transform t (*context, CGraphicsTransform ().translate (20. + std::ceil (path->getBo…
494 …CDrawContext::Transform gt (*context, CGraphicsTransform ().translate (pathOffset.x, pathOffset.y)…
500 CGraphicsTransform t;
507 CDrawContext::Transform t (*context, CGraphicsTransform ().translate (110., 0.));
510 CGraphicsTransform transform;
519 CDrawContext::Transform t (*context, CGraphicsTransform ().translate (220., 0.));
524 CGraphicsTransform transform;
532 CDrawContext::Transform t (*context, CGraphicsTransform ().translate (330., 0.));
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/mac/
H A Dcgdrawcontext.h60 …void drawGraphicsPath (CGraphicsPath* path, PathDrawMode mode = kPathFilled, CGraphicsTransform* t…
61 … CPoint& startPoint, const CPoint& endPoint, bool evenOdd = false, CGraphicsTransform* transformat…
62 … const CPoint& originOffset = CPoint (0, 0), bool evenOdd = false, CGraphicsTransform* transformat…
H A Dquartzgraphicspath.h36 …bool hitTest (const CPoint& p, bool evenOddFilled = false, CGraphicsTransform* transform = nullptr…
42 static CGAffineTransform createCGAffineTransform (const CGraphicsTransform& t);
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/mac/
H A Dcgdrawcontext.h61 …void drawGraphicsPath (CGraphicsPath* path, PathDrawMode mode = kPathFilled, CGraphicsTransform* t…
62 … CPoint& startPoint, const CPoint& endPoint, bool evenOdd = false, CGraphicsTransform* transformat…
63 … const CPoint& originOffset = CPoint (0, 0), bool evenOdd = false, CGraphicsTransform* transformat…
H A Dquartzgraphicspath.h37 …bool hitTest (const CPoint& p, bool evenOddFilled = false, CGraphicsTransform* transform = nullptr…
43 static CGAffineTransform createCGAffineTransform (const CGraphicsTransform& t);
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/editing/
H A Duiselection.cpp304 CGraphicsTransform tm; in createBitmapFromSelection()
305 CGraphicsTransform invTm; in createBitmapFromSelection()
311 tm = tm * CGraphicsTransform ().translate (-selectionRect.left, -selectionRect.top); in createBitmapFromSelection()
330 CGraphicsTransform ().translate (p.x, p.y)); in createBitmapFromSelection()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/editing/
H A Duiselection.cpp276 CGraphicsTransform tm; in createBitmapFromSelection()
277 CGraphicsTransform invTm; in createBitmapFromSelection()
283 tm = tm * CGraphicsTransform ().translate (-selectionRect.left, -selectionRect.top); in createBitmapFromSelection()
302 CGraphicsTransform ().translate (p.x, p.y)); in createBitmapFromSelection()

1234