Home
last modified time | relevance | path

Searched refs:combine_width (Results 1 – 16 of 16) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/libpixman/src/
H A Dpixman-combine.c.template2340 imp->combine_width[PIXMAN_OP_CLEAR] = combine_clear;
2341 imp->combine_width[PIXMAN_OP_SRC] = combine_src_u;
2342 imp->combine_width[PIXMAN_OP_DST] = combine_dst;
2343 imp->combine_width[PIXMAN_OP_OVER] = combine_over_u;
2345 imp->combine_width[PIXMAN_OP_IN] = combine_in_u;
2347 imp->combine_width[PIXMAN_OP_OUT] = combine_out_u;
2349 imp->combine_width[PIXMAN_OP_ATOP] = combine_atop_u;
2351 imp->combine_width[PIXMAN_OP_XOR] = combine_xor_u;
2352 imp->combine_width[PIXMAN_OP_ADD] = combine_add_u;
2384 imp->combine_width[PIXMAN_OP_SCREEN] = combine_screen_u;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/libpixman/src/
H A Dpixman-combine.c.template2340 imp->combine_width[PIXMAN_OP_CLEAR] = combine_clear;
2341 imp->combine_width[PIXMAN_OP_SRC] = combine_src_u;
2342 imp->combine_width[PIXMAN_OP_DST] = combine_dst;
2343 imp->combine_width[PIXMAN_OP_OVER] = combine_over_u;
2345 imp->combine_width[PIXMAN_OP_IN] = combine_in_u;
2347 imp->combine_width[PIXMAN_OP_OUT] = combine_out_u;
2349 imp->combine_width[PIXMAN_OP_ATOP] = combine_atop_u;
2351 imp->combine_width[PIXMAN_OP_XOR] = combine_xor_u;
2352 imp->combine_width[PIXMAN_OP_ADD] = combine_add_u;
2384 imp->combine_width[PIXMAN_OP_SCREEN] = combine_screen_u;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/libpixman/src/
H A Dpixman-combine.c.template2340 imp->combine_width[PIXMAN_OP_CLEAR] = combine_clear;
2341 imp->combine_width[PIXMAN_OP_SRC] = combine_src_u;
2342 imp->combine_width[PIXMAN_OP_DST] = combine_dst;
2343 imp->combine_width[PIXMAN_OP_OVER] = combine_over_u;
2345 imp->combine_width[PIXMAN_OP_IN] = combine_in_u;
2347 imp->combine_width[PIXMAN_OP_OUT] = combine_out_u;
2349 imp->combine_width[PIXMAN_OP_ATOP] = combine_atop_u;
2351 imp->combine_width[PIXMAN_OP_XOR] = combine_xor_u;
2352 imp->combine_width[PIXMAN_OP_ADD] = combine_add_u;
2384 imp->combine_width[PIXMAN_OP_SCREEN] = combine_screen_u;
[all …]
/dports/games/libretro-2048/libretro-2048-35a299c/pixman/pixman/
H A Dpixman-combine.c.template2315 imp->combine_width[PIXMAN_OP_CLEAR] = combine_clear;
2316 imp->combine_width[PIXMAN_OP_SRC] = combine_src_u;
2318 imp->combine_width[PIXMAN_OP_OVER] = combine_over_u;
2320 imp->combine_width[PIXMAN_OP_IN] = combine_in_u;
2322 imp->combine_width[PIXMAN_OP_OUT] = combine_out_u;
2324 imp->combine_width[PIXMAN_OP_ATOP] = combine_atop_u;
2326 imp->combine_width[PIXMAN_OP_XOR] = combine_xor_u;
2327 imp->combine_width[PIXMAN_OP_ADD] = combine_add_u;
2359 imp->combine_width[PIXMAN_OP_SCREEN] = combine_screen_u;
2360 imp->combine_width[PIXMAN_OP_OVERLAY] = combine_overlay_u;
[all …]
/dports/devel/libvterm/libvterm-0.1.1/src/
H A Dvterm_internal.h95 int combine_width; // The width of the glyph above member
H A Dstate.c274 …row == state->combine_pos.row && state->pos.col == state->combine_pos.col + state->combine_width) { in on_text()
305 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos); in on_text()
381 state->combine_width = width; in on_text()
1187 putglyph(state, state->combine_chars, state->combine_width, state->pos); in on_csi()
1188 state->pos.col += state->combine_width; in on_csi()
1190 if (state->pos.col + state->combine_width >= row_width) { in on_csi()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/libvterm/src/
H A Dvterm_internal.h95 int combine_width; // The width of the glyph above member
H A Dstate.c274 …row == state->combine_pos.row && state->pos.col == state->combine_pos.col + state->combine_width) { in on_text()
305 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos); in on_text()
381 state->combine_width = width; in on_text()
1188 putglyph(state, state->combine_chars, state->combine_width, state->pos); in on_csi()
1189 state->pos.col += state->combine_width; in on_csi()
1191 if (state->pos.col + state->combine_width >= row_width) { in on_csi()
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/libvterm/src/
H A Dvterm_internal.h95 int combine_width; // The width of the glyph above member
H A Dstate.c274 …row == state->combine_pos.row && state->pos.col == state->combine_pos.col + state->combine_width) { in on_text()
305 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos); in on_text()
381 state->combine_width = width; in on_text()
1187 putglyph(state, state->combine_chars, state->combine_width, state->pos); in on_csi()
1188 state->pos.col += state->combine_width; in on_csi()
1190 if (state->pos.col + state->combine_width >= row_width) { in on_csi()
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/ddevault/go-libvterm/
H A Dvterm_internal.h95 int combine_width; // The width of the glyph above member
H A Dstate.c274 …row == state->combine_pos.row && state->pos.col == state->combine_pos.col + state->combine_width) { in on_text()
305 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos); in on_text()
381 state->combine_width = width; in on_text()
1187 putglyph(state, state->combine_chars, state->combine_width, state->pos); in on_csi()
1188 state->pos.col += state->combine_width; in on_csi()
1190 if (state->pos.col + state->combine_width >= row_width) { in on_csi()
/dports/devel/cgdb/cgdb-0.8.0/lib/vterm/
H A Dvterm_internal.h103 int combine_width; // The width of the glyph above member
H A Dstate.c308 …row == state->combine_pos.row && state->pos.col == state->combine_pos.col + state->combine_width) { in on_text()
339 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos); in on_text()
416 state->combine_width = width; in on_text()
1218 putglyph(state, state->combine_chars, state->combine_width, state->pos); in on_csi()
1219 state->pos.col += state->combine_width; in on_csi()
1221 if (state->pos.col + state->combine_width >= row_width) { in on_csi()
/dports/editors/vim/vim-8.2.3745/src/libvterm/src/
H A Dvterm_internal.h108 int combine_width; // The width of the glyph above member
H A Dstate.c323 …row == state->combine_pos.row && state->pos.col == state->combine_pos.col + state->combine_width) { in on_text()
354 putglyph(state, state->combine_chars, state->combine_width, state->combine_pos); in on_text()
439 state->combine_width = width; in on_text()
1282 putglyph(state, state->combine_chars, state->combine_width, state->pos); in on_csi()
1283 state->pos.col += state->combine_width; in on_csi()
1285 if (state->pos.col + state->combine_width >= row_width) { in on_csi()