Home
last modified time | relevance | path

Searched refs:GetTextRendering (Results 1 – 8 of 8) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/
H A DSVGStylable.h261 inline wxCSS_VALUE GetTextRendering() { return m_style.GetTextRendering(); } in GetTextRendering() function
H A DCSSStyleDeclaration.h1059 inline wxCSS_VALUE GetTextRendering() const in GetTextRendering() function
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/
H A DSVGStylable.h261 inline wxCSS_VALUE GetTextRendering() { return m_style.GetTextRendering(); } in GetTextRendering() function
H A DCSSStyleDeclaration.h1057 inline wxCSS_VALUE GetTextRendering() const in GetTextRendering() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d_state.h141 TextRenderingMode GetTextRendering() const { return text_rendering_mode_; } in GetTextRendering() function
H A Dcanvas_rendering_context_2d.cc848 if (GetState().GetTextRendering() == text_rendering_mode) in setTextRendering()
H A Dbase_rendering_context_2d.cc2038 return ToString(GetState().GetTextRendering()); in textRendering()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/offscreencanvas2d/
H A Doffscreen_canvas_rendering_context_2d.cc494 if (GetState().GetTextRendering() == text_rendering_mode) in setTextRendering()