Home
last modified time | relevance | path

Searched refs:D2D1_FIGURE_END_CLOSED (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dwrote-0.9.0/src/
H A Dgeometry_sink_impl.rs10 …inapi::um::d2d1::{D2D1_BEZIER_SEGMENT, D2D1_FIGURE_BEGIN, D2D1_FIGURE_END, D2D1_FIGURE_END_CLOSED};
78 if figure_end == D2D1_FIGURE_END_CLOSED { in GeometrySinkImpl_EndFigure()
/dports/www/firefox/firefox-99.0/third_party/rust/dwrote/src/
H A Dgeometry_sink_impl.rs11 use winapi::um::d2d1::{D2D1_FIGURE_END_CLOSED, D2D1_FILL_MODE, D2D1_PATH_SEGMENT, D2D1_POINT_2F};
77 if figure_end == D2D1_FIGURE_END_CLOSED { in GeometrySinkImpl_EndFigure()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dwrote/src/
H A Dgeometry_sink_impl.rs11 use winapi::um::d2d1::{D2D1_FIGURE_END_CLOSED, D2D1_FILL_MODE, D2D1_PATH_SEGMENT, D2D1_POINT_2F};
77 if figure_end == D2D1_FIGURE_END_CLOSED { in GeometrySinkImpl_EndFigure()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/dwrote-0.11.0/src/
H A Dgeometry_sink_impl.rs11 use winapi::um::d2d1::{D2D1_FIGURE_END_CLOSED, D2D1_FILL_MODE, D2D1_PATH_SEGMENT, D2D1_POINT_2F};
77 if figure_end == D2D1_FIGURE_END_CLOSED { in GeometrySinkImpl_EndFigure()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dwrote/src/
H A Dgeometry_sink_impl.rs11 use winapi::um::d2d1::{D2D1_FIGURE_END_CLOSED, D2D1_FILL_MODE, D2D1_PATH_SEGMENT, D2D1_POINT_2F};
77 if figure_end == D2D1_FIGURE_END_CLOSED { in GeometrySinkImpl_EndFigure()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dwrote/src/
H A Dgeometry_sink_impl.rs11 use winapi::um::d2d1::{D2D1_FIGURE_END_CLOSED, D2D1_FILL_MODE, D2D1_PATH_SEGMENT, D2D1_POINT_2F};
77 if figure_end == D2D1_FIGURE_END_CLOSED { in GeometrySinkImpl_EndFigure()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/dwrote-0.10.0/src/
H A Dgeometry_sink_impl.rs11 use winapi::um::d2d1::{D2D1_FIGURE_END_CLOSED, D2D1_FILL_MODE, D2D1_PATH_SEGMENT, D2D1_POINT_2F};
77 if figure_end == D2D1_FIGURE_END_CLOSED { in GeometrySinkImpl_EndFigure()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DPathD2D.cpp75 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
172 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
218 mSink->EndFigure(D2D1_FIGURE_END_CLOSED); in Close()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DPathD2D.cpp74 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
181 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
242 mSink->EndFigure(D2D1_FIGURE_END_CLOSED); in Close()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DPathD2D.cpp75 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
131 mSink->EndFigure(D2D1_FIGURE_END_CLOSED); in Close()
H A DHelpersD2D.h697 aSink->EndFigure(D2D1_FIGURE_END_CLOSED); in AddRectToSink()
962 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DPathD2D.cpp75 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
131 mSink->EndFigure(D2D1_FIGURE_END_CLOSED); in Close()
H A DHelpersD2D.h693 aSink->EndFigure(D2D1_FIGURE_END_CLOSED); in AddRectToSink()
958 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DPathD2D.cpp75 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
131 mSink->EndFigure(D2D1_FIGURE_END_CLOSED); in Close()
H A DHelpersD2D.h697 aSink->EndFigure(D2D1_FIGURE_END_CLOSED); in AddRectToSink()
962 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DPathD2D.cpp75 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
131 mSink->EndFigure(D2D1_FIGURE_END_CLOSED); in Close()
H A DHelpersD2D.h697 aSink->EndFigure(D2D1_FIGURE_END_CLOSED); in AddRectToSink()
962 if (aEnd == D2D1_FIGURE_END_CLOSED) { in STDMETHOD_()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/native/
H A Djuce_win32_DirectWriteTypeface.cpp308 if (figureEnd == D2D1_FIGURE_END_CLOSED) in EndFigure()
H A Djuce_win32_Direct2DGraphicsContext.cpp75 sink->EndFigure (D2D1_FIGURE_END_CLOSED); in pathToGeometrySink()
106 sink->EndFigure (D2D1_FIGURE_END_CLOSED); in rectToGeometrySink()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/native/
H A Djuce_win32_DirectWriteTypeface.cpp309 if (figureEnd == D2D1_FIGURE_END_CLOSED) in EndFigure()
H A Djuce_win32_Direct2DGraphicsContext.cpp75 sink->EndFigure (D2D1_FIGURE_END_CLOSED); in pathToGeometrySink()
106 sink->EndFigure (D2D1_FIGURE_END_CLOSED); in rectToGeometrySink()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct2D/Common/
H A Dmod.rs92 pub const D2D1_FIGURE_END_CLOSED: D2D1_FIGURE_END = 1u32; const
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/text/
H A Dqfontenginedirectwrite.cpp123 if (figureEnd == D2D1_FIGURE_END_CLOSED) in EndFigure()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/direct2d/
H A Dd2dgraphicspath.cpp588 sink->EndFigure (D2D1_FIGURE_END_CLOSED); in createPath()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/lib/platform/win32/direct2d/
H A Dd2dgraphicspath.cpp588 sink->EndFigure (D2D1_FIGURE_END_CLOSED); in createPath()

1234567891011