Home
last modified time | relevance | path

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

1234

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/cairo/src/
H A Dcairo-dwrite-font.cpp121 IDWriteFactory *DWriteFactory::mFactoryInstance = NULL;
126 FLOAT DWriteFactory::mGamma = -1.0;
127 FLOAT DWriteFactory::mEnhancedContrast = -1.0;
128 FLOAT DWriteFactory::mClearTypeLevel = -1.0;
129 int DWriteFactory::mPixelGeometry = -1;
130 int DWriteFactory::mRenderingMode = -1;
266 if (!DWriteFactory::Instance()) { in _cairo_dwrite_font_face_create_for_toy()
1128 return DWriteFactory::GetClearTypeRenderingMode(); in cairo_dwrite_get_cleartype_rendering_mode()
1140 DWriteFactory::Instance()->GetGdiInterop(&gdiInterop); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
1174 DWriteFactory::RenderingParams(renderingState); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/cairo/src/
H A Dcairo-dwrite-font.cpp121 IDWriteFactory *DWriteFactory::mFactoryInstance = NULL;
126 FLOAT DWriteFactory::mGamma = -1.0;
127 FLOAT DWriteFactory::mEnhancedContrast = -1.0;
128 FLOAT DWriteFactory::mClearTypeLevel = -1.0;
129 int DWriteFactory::mPixelGeometry = -1;
130 int DWriteFactory::mRenderingMode = -1;
266 if (!DWriteFactory::Instance()) { in _cairo_dwrite_font_face_create_for_toy()
1128 return DWriteFactory::GetClearTypeRenderingMode(); in cairo_dwrite_get_cleartype_rendering_mode()
1140 DWriteFactory::Instance()->GetGdiInterop(&gdiInterop); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
1174 DWriteFactory::RenderingParams(renderingState); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/cairo/src/
H A Dcairo-dwrite-font.cpp121 IDWriteFactory *DWriteFactory::mFactoryInstance = NULL;
126 FLOAT DWriteFactory::mGamma = -1.0;
127 FLOAT DWriteFactory::mEnhancedContrast = -1.0;
128 FLOAT DWriteFactory::mClearTypeLevel = -1.0;
129 int DWriteFactory::mPixelGeometry = -1;
130 int DWriteFactory::mRenderingMode = -1;
266 if (!DWriteFactory::Instance()) { in _cairo_dwrite_font_face_create_for_toy()
1128 return DWriteFactory::GetClearTypeRenderingMode(); in cairo_dwrite_get_cleartype_rendering_mode()
1140 DWriteFactory::Instance()->GetGdiInterop(&gdiInterop); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
1174 DWriteFactory::RenderingParams(renderingState); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/win32/
H A Dcairo-dwrite-font.cpp123 IDWriteFactory *DWriteFactory::mFactoryInstance = NULL;
128 FLOAT DWriteFactory::mGamma = -1.0;
129 FLOAT DWriteFactory::mEnhancedContrast = -1.0;
130 FLOAT DWriteFactory::mClearTypeLevel = -1.0;
131 int DWriteFactory::mPixelGeometry = -1;
132 int DWriteFactory::mRenderingMode = -1;
237 if (!DWriteFactory::Instance()) { in _cairo_dwrite_font_face_create_for_toy()
939 return DWriteFactory::GetClearTypeRenderingMode(); in cairo_dwrite_get_cleartype_rendering_mode()
951 DWriteFactory::Instance()->GetGdiInterop(&gdiInterop); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
985 DWriteFactory::RenderingParams(renderingState); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/win32/
H A Dcairo-dwrite-font.cpp123 IDWriteFactory *DWriteFactory::mFactoryInstance = NULL;
128 FLOAT DWriteFactory::mGamma = -1.0;
129 FLOAT DWriteFactory::mEnhancedContrast = -1.0;
130 FLOAT DWriteFactory::mClearTypeLevel = -1.0;
131 int DWriteFactory::mPixelGeometry = -1;
132 int DWriteFactory::mRenderingMode = -1;
237 if (!DWriteFactory::Instance()) { in _cairo_dwrite_font_face_create_for_toy()
939 return DWriteFactory::GetClearTypeRenderingMode(); in cairo_dwrite_get_cleartype_rendering_mode()
951 DWriteFactory::Instance()->GetGdiInterop(&gdiInterop); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
985 DWriteFactory::RenderingParams(renderingState); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/win32/
H A Dcairo-dwrite-font.cpp123 IDWriteFactory *DWriteFactory::mFactoryInstance = NULL;
128 FLOAT DWriteFactory::mGamma = -1.0;
129 FLOAT DWriteFactory::mEnhancedContrast = -1.0;
130 FLOAT DWriteFactory::mClearTypeLevel = -1.0;
131 int DWriteFactory::mPixelGeometry = -1;
132 int DWriteFactory::mRenderingMode = -1;
237 if (!DWriteFactory::Instance()) { in _cairo_dwrite_font_face_create_for_toy()
939 return DWriteFactory::GetClearTypeRenderingMode(); in cairo_dwrite_get_cleartype_rendering_mode()
951 DWriteFactory::Instance()->GetGdiInterop(&gdiInterop); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
985 DWriteFactory::RenderingParams(renderingState); in _dwrite_draw_glyphs_to_gdi_surface_gdi()
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dwrote-0.9.0/src/
H A Drendering_params.rs9 use super::DWriteFactory;
19 let hr = (*DWriteFactory()).CreateRenderingParams(native.getter_addrefs()); in create_for_primary_monitor()
H A Dgdi_interop.rs11 use super::{DWriteFactory, BitmapRenderTarget};
21 let hr = (*DWriteFactory()).GetGdiInterop(native.getter_addrefs()); in create()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/dwrote/src/
H A Drendering_params.rs9 use super::DWriteFactory;
20 let hr = (*DWriteFactory()).CreateRenderingParams(native.getter_addrefs()); in create_for_primary_monitor()
H A Dgdi_interop.rs10 use super::{DWriteFactory, BitmapRenderTarget};
21 let hr = (*DWriteFactory()).GetGdiInterop(native.getter_addrefs()); in create()
/dports/www/firefox/firefox-99.0/third_party/rust/dwrote/src/
H A Drendering_params.rs10 use super::DWriteFactory;
20 let hr = (*DWriteFactory()).CreateRenderingParams(&mut native); in create_for_primary_monitor()
H A Dgdi_interop.rs11 use super::{BitmapRenderTarget, DWriteFactory};
21 let hr = (*DWriteFactory()).GetGdiInterop(&mut native); in create()
H A Dfont_collection.rs16 use super::{DWriteFactory, Font, FontDescriptor, FontFace, FontFamily};
51 let hr = (*DWriteFactory()).GetSystemFontCollection( in get_system()
75 let factory = DWriteFactory(); in from_loader()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dwrote/src/
H A Drendering_params.rs10 use super::DWriteFactory;
20 let hr = (*DWriteFactory()).CreateRenderingParams(&mut native); in create_for_primary_monitor()
H A Dgdi_interop.rs11 use super::{BitmapRenderTarget, DWriteFactory};
21 let hr = (*DWriteFactory()).GetGdiInterop(&mut native); in create()
H A Dfont_collection.rs16 use super::{DWriteFactory, Font, FontDescriptor, FontFace, FontFamily};
51 let hr = (*DWriteFactory()).GetSystemFontCollection( in get_system()
75 let factory = DWriteFactory(); in from_loader()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/dwrote-0.11.0/src/
H A Drendering_params.rs10 use super::DWriteFactory;
20 let hr = (*DWriteFactory()).CreateRenderingParams(&mut native); in create_for_primary_monitor()
H A Dgdi_interop.rs11 use super::{BitmapRenderTarget, DWriteFactory};
21 let hr = (*DWriteFactory()).GetGdiInterop(&mut native); in create()
H A Dfont_collection.rs16 use super::{DWriteFactory, Font, FontDescriptor, FontFace, FontFamily};
51 let hr = (*DWriteFactory()).GetSystemFontCollection( in get_system()
75 let factory = DWriteFactory(); in from_loader()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dwrote/src/
H A Drendering_params.rs10 use super::DWriteFactory;
20 let hr = (*DWriteFactory()).CreateRenderingParams(&mut native); in create_for_primary_monitor()
H A Dgdi_interop.rs11 use super::{BitmapRenderTarget, DWriteFactory};
21 let hr = (*DWriteFactory()).GetGdiInterop(&mut native); in create()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dwrote/src/
H A Drendering_params.rs10 use super::DWriteFactory;
20 let hr = (*DWriteFactory()).CreateRenderingParams(&mut native); in create_for_primary_monitor()
H A Dgdi_interop.rs11 use super::{BitmapRenderTarget, DWriteFactory};
21 let hr = (*DWriteFactory()).GetGdiInterop(&mut native); in create()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/dwrote-0.10.0/src/
H A Drendering_params.rs10 use super::DWriteFactory;
20 let hr = (*DWriteFactory()).CreateRenderingParams(&mut native); in create_for_primary_monitor()
H A Dgdi_interop.rs11 use super::{BitmapRenderTarget, DWriteFactory};
21 let hr = (*DWriteFactory()).GetGdiInterop(&mut native); in create()

1234