Home
last modified time | relevance | path

Searched refs:CAIRO_AA_OFFSET_X (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dhatchbrush.c371 cairo_move_to (ct2, CAIRO_AA_OFFSET_X, CAIRO_AA_OFFSET_Y); in draw_30_percent_hatch()
586 cairo_move_to (ct2, CAIRO_AA_OFFSET_X, CAIRO_AA_OFFSET_Y); in draw_dashed_diagonal_hatch()
642 cairo_move_to (ct2, line_space / 2 + CAIRO_AA_OFFSET_X, 0); in draw_dashed_vertical_hatch()
697 cairo_move_to (ct2, CAIRO_AA_OFFSET_X, CAIRO_AA_OFFSET_Y); in draw_zigzag_hatch()
725 …0 + CAIRO_AA_OFFSET_X, 1.0 + CAIRO_AA_OFFSET_Y, hatch_wd / 4.0 + CAIRO_AA_OFFSET_X, hatch_ht + CAI… in draw_wave_hatch()
726 …+ CAIRO_AA_OFFSET_X, hatch_ht / 2.0 + CAIRO_AA_OFFSET_Y, 3 * hatch_wd / 4.0 + CAIRO_AA_OFFSET_X, C… in draw_wave_hatch()
776 cairo_line_to (ct2, CAIRO_AA_OFFSET_X, CAIRO_AA_OFFSET_Y); in draw_horizontal_brick_hatch()
816 cairo_move_to (ct2, CAIRO_AA_OFFSET_X, CAIRO_AA_OFFSET_Y); in draw_weave_hatch()
913 x = hatch_size / 8.0 + CAIRO_AA_OFFSET_X; in draw_divot_hatch()
976 cairo_move_to (ct2, CAIRO_AA_OFFSET_X, CAIRO_AA_OFFSET_Y); in draw_shingle_hatch()
[all …]
H A Dgraphics-private.h47 #define CAIRO_AA_OFFSET_X 1 macro
50 #define CAIRO_AA_OFFSET_X 0.5 macro
H A Dgraphics-cairo.c810 graphics->aa_offset_x = CAIRO_AA_OFFSET_X; in cairo_SetSmoothingMode()