Home
last modified time | relevance | path

Searched refs:use_quartz (Results 1 – 17 of 17) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/external/cairo/cairo/
H A Dcairo-1.10.2.ios.patch11 use_quartz="no (requires ApplicationServices framework)"
16 if test "x$use_quartz" != "xyes" ; then
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/cairo/cairo/
H A Dcairo-1.10.2.ios.patch11 use_quartz="no (requires ApplicationServices framework)"
16 if test "x$use_quartz" != "xyes" ; then
/dports/games/zoom/zoom-1.1.5/src/
H A Dcarbondisplay.h140 int use_quartz; member
H A Dcarbondisplay.c954 if (carbon_prefs.use_quartz) in redraw_window()
1021 if (carbon_prefs.use_quartz) in redraw_window()
1333 if (carbon_prefs.use_quartz) in draw_window()
1520 if (carbon_prefs.use_quartz) in draw_window()
2304 carbon_set_quartz(carbon_prefs.use_quartz); in rejig_fonts()
3032 carbon_prefs.use_quartz = in main()
3037 carbon_prefs.use_quartz = 0; in main()
3419 if (carbon_prefs.use_quartz) in display_plot_gtext()
H A Dcarbonprefs.c293 carbon_prefs.use_quartz = in pref_store()
549 cfnum = CFNumberCreate(NULL, kCFNumberIntType, &carbon_prefs.use_quartz); in pref_store()
1552 carbon_set_quartz(carbon_prefs.use_quartz); in font_draw_cb()
1739 SetControlValue(cntl, carbon_prefs.use_quartz? in pref_setup()
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/
H A Dconfigure.ac139 …AC_CHECK_HEADER(ApplicationServices/ApplicationServices.h, , [use_quartz="no (requires Application…
140 if test "x$use_quartz" != "xyes" ; then
142 …AC_CHECK_HEADER(CoreGraphics/CoreGraphics.h, , [use_quartz="no (requires CoreGraphics framework)"])
150 use_quartz_font=$use_quartz
154 use_quartz_image=$use_quartz
H A Dconfigure23533 use_quartz=yes
23551 if test "x$use_quartz" != "xyes" ; then
23565 cairo_cv_quartz_use=$use_quartz
23583 use_quartz=$cairo_cv_quartz_use
23593 if test "x$use_quartz" = "xyes"; then :
23726 if test "x$use_quartz" = xyes; then :
23732 if test "x$use_quartz" = xyes; then :
23762 if test "x$use_quartz" = xyes; then :
23838 use_quartz_font=$use_quartz
24113 use_quartz_image=$use_quartz
[all …]
/dports/graphics/cairo/cairo-1.17.4/
H A Dconfigure.ac208 …AC_CHECK_HEADER(ApplicationServices/ApplicationServices.h, , [use_quartz="no (requires Application…
209 if test "x$use_quartz" != "xyes" ; then
211 …AC_CHECK_HEADER(CoreGraphics/CoreGraphics.h, , [use_quartz="no (requires CoreGraphics framework)"])
219 use_quartz_font=$use_quartz
223 use_quartz_image=$use_quartz
H A Dconfigure24511 use_quartz=yes
24530 if test "x$use_quartz" != "xyes" ; then
24548 $as_echo "$use_quartz" >&6; }
24558 if test "x$use_quartz" = "xyes"; then :
24683 if test "x$use_quartz" = xyes; then :
24689 if test "x$use_quartz" = xyes; then :
24719 if test "x$use_quartz" = xyes; then :
24748 if test "x$use_quartz" = xyes; then :
24785 use_quartz_font=$use_quartz
25028 use_quartz_image=$use_quartz
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c434 guts. use_quartz = !do_no_quartz; in init_x11()
860 if ( guts. use_quartz) in apc_application_get_gui_info()
H A Dapc_misc.c1267 if ( guts. use_quartz ) in apc_system_action()
H A Dapc_img.c2838 if ( guts. use_quartz && prima_cocoa_is_x11_local()) { in apc_application_get_bitmap()
/dports/graphics/cairo/cairo-1.17.4/build/
H A Dconfigure.ac.features378 echo " Quartz: $use_quartz"
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/build/
H A Dconfigure.ac.features374 echo " Quartz: $use_quartz"
/dports/graphics/graphviz/graphviz-2.44.1/
H A Dconfigure.ac2478 use_quartz="No (disabled by default - Mac only)"
2481 use_quartz="Yes"
2488 use_quartz="No (missing ApplicationServices.framework)"
2491 AM_CONDITIONAL(WITH_QUARTZ, [test "x$use_quartz" = "xYes"])
3197 echo " quartz: $use_quartz"
H A Dconfigure27118 use_quartz="No (disabled by default - Mac only)"
27121 use_quartz="Yes"
27132 use_quartz="No (missing ApplicationServices.framework)"
27135 if test "x$use_quartz" = "xYes"; then
31416 echo " quartz: $use_quartz"
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h746 int use_quartz; member