Searched refs:gdi (Results 1 – 25 of 36) sorted by relevance
12
/third_party/skia/tools/flags/ |
D | CommonFlagsFontMgr.cpp | 25 static DEFINE_bool(gdi, false, "Use GDI instead of DirectWrite for font rendering.");
|
/third_party/mesa3d/src/gallium/ |
D | meson.build | 40 subdir('winsys/sw/gdi') 244 subdir('targets/libgl-gdi') 249 subdir('targets/graw-gdi')
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_pixelformat.c | 139 boolean gdi, in stw_pixelformat_add() argument 174 if (gdi) in stw_pixelformat_add()
|
/third_party/harfbuzz/ |
D | meson_options.txt | 16 option('gdi', type: 'feature', value: 'disabled', feature
|
D | configure.ac | 336 AC_ARG_WITH(gdi, optwith 337 [AS_HELP_STRING([--with-gdi=@<:@yes/no/auto@:>@], 345 AC_MSG_ERROR([gdi support requested but not found])
|
D | meson.build | 226 if host_machine.system() == 'windows' and not get_option('gdi').disabled() 234 dep = cpp.find_library(usplib, required: get_option('gdi'))
|
D | CMakeLists.txt | 292 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-gdi.h)
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | meson_options.txt | 18 option('gdi', type: 'feature', value: 'disabled', feature
|
D | configure.ac | 336 AC_ARG_WITH(gdi, optwith 337 [AS_HELP_STRING([--with-gdi=@<:@yes/no/auto@:>@], 345 AC_MSG_ERROR([gdi support requested but not found])
|
D | meson.build | 222 if host_machine.system() == 'windows' and not get_option('gdi').disabled() 230 dep = cpp.find_library(usplib, required: get_option('gdi'))
|
D | CMakeLists.txt | 296 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-gdi.h)
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | Makefile.sources | 249 HB_GDI_sources = hb-gdi.cc 250 HB_GDI_headers = hb-gdi.h
|
D | meson.build | 252 hb_gdi_sources = files('hb-gdi.cc') 253 hb_gdi_headers = files('hb-gdi.h')
|
/third_party/harfbuzz/src/ |
D | Makefile.sources | 243 HB_GDI_sources = hb-gdi.cc 244 HB_GDI_headers = hb-gdi.h
|
D | meson.build | 248 hb_gdi_sources = files('hb-gdi.cc') 249 hb_gdi_headers = files('hb-gdi.h')
|
/third_party/skia/third_party/harfbuzz/ |
D | BUILD.gn | 273 "$_src/hb-gdi.cc", 274 "$_src/hb-gdi.h",
|
/third_party/mesa3d/docs/relnotes/ |
D | 8.0.3.rst | 117 - mesa/gdi: remove wmesa_set_renderbuffer_funcs() function 118 - mesa/gdi: remove clear_color() function
|
D | 21.1.4.rst | 79 - libgl-gdi: add missing include
|
D | 7.10.rst | 415 - egl/gdi: fix typo: xsurf->gsurf 1896 - libgl-gdi: Allow to pick softpipe/llvmpipe on runtime. 2385 - graw/gdi: Initial commit. 2386 - scons: Hook-up graw-gdi target. 2387 - graw/gdi: Fix window dimensions.
|
/third_party/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 385 <FILE>hb-gdi</FILE>
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 388 <FILE>hb-gdi</FILE>
|
/third_party/flutter/skia/tools/ |
D | ToolUtils.cpp | 457 static DEFINE_bool(gdi, false,
|
/third_party/mesa3d/docs/ |
D | sourcetree.rst | 189 - **gdi** - Windows
|
/third_party/mesa3d/docs/drivers/ |
D | llvmpipe.rst | 108 ``build/windows-x86-debug/gallium/targets/libgl-gdi/opengl32.dll`` which
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 4323 ../src/gallium/targets/graw-gdi/graw_gdi.c 4324 ../src/gallium/targets/graw-gdi/meson.build 4349 ../src/gallium/targets/libgl-gdi/meson.build 4350 ../src/gallium/targets/libgl-gdi/opengl32.def 4351 ../src/gallium/targets/libgl-gdi/opengl32.mingw.def 4352 ../src/gallium/targets/libgl-gdi/stw_wgl.c 4353 ../src/gallium/targets/libgl-gdi/stw_wgl.h 4514 ../src/gallium/winsys/sw/gdi/gdi_sw_winsys.c 4515 ../src/gallium/winsys/sw/gdi/gdi_sw_winsys.h 4516 ../src/gallium/winsys/sw/gdi/meson.build
|
12