Home
last modified time | relevance | path

Searched refs:xoffsets (Results 1 – 25 of 48) sorted by relevance

12

/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_ot_layout.c65 if ((p = realloc(state->xoffsets, sizeof(*state->xoffsets) * new_len)) == NULL) { in realloc_shape_info()
71 state->xoffsets = p; in realloc_shape_info()
105 memcpy(state->xoffsets + state->num_glyphs, xoffsets, sizeof(*xoffsets) * len); in store_shape_info()
122 int8_t *xoffsets; in ot_layout_cluster() local
158 (xoffsets = alloca(num_shape_glyphs * sizeof(*xoffsets))) == NULL || in ot_layout_cluster()
259 if (xoffsets[0] < 0) { in ot_layout_cluster()
368 free(state->xoffsets); in vt_ot_layout_destroy()
542 free(dst->xoffsets); in vt_ot_layout_copy()
546 dst->xoffsets = NULL; in vt_ot_layout_copy()
560 dst->xoffsets = p; in vt_ot_layout_copy()
[all …]
H A Dvt_shape.c56 int8_t **xoffsets, int8_t **yoffsets, u_int8_t **advances, in get_shape_info() argument
65 *xoffsets = state->xoffsets + *cur_pos; in get_shape_info()
78 (*glyphs)[i], (*xoffsets)[i], (*yoffsets)[i], (*advances)[i]); in get_shape_info()
142 int8_t *xoffsets; in vt_shape_ot_layout() local
175 num_shape_glyphs = get_shape_info(ctl_info.ot_layout, &shape_glyphs, &xoffsets, &yoffsets, in vt_shape_ot_layout()
205 prev_advance + xoffsets[count], in vt_shape_ot_layout()
264 num_shape_glyphs = get_shape_info(ctl_info.ot_layout, &shape_glyphs, &xoffsets, &yoffsets, in vt_shape_ot_layout()
284 prev_advance + xoffsets[count], in vt_shape_ot_layout()
H A Dvt_ot_layout.h19 (xoffsets[(idx)] < 0 || (advances[(idx) - 1] == 0 && xoffsets[(idx) - 1] >= 0))
34 int8_t *xoffsets; member
55 int8_t *xoffsets, int8_t *yoffsets, u_int8_t *advances, u_int32_t *cmapped,
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/libotl/
H A Duniscribe.c84 int8_t *xoffsets, int8_t *yoffsets, u_int8_t *advances, in otl_convert_text_to_glyphs() argument
212 if (xoffsets /* && yoffsets && advances */) { in otl_convert_text_to_glyphs()
243 while (xoffsets /* && yoffsets && advances */) { in otl_convert_text_to_glyphs()
283 if (xoffsets /* && yoffsets && advances */) { in otl_convert_text_to_glyphs()
293 if (xoffsets /* && yoffsets && advances */) { in otl_convert_text_to_glyphs()
296 xoffsets[count] = offsets[count].du; in otl_convert_text_to_glyphs()
315 if (xoffsets /* && yoffsets && advances */) { in otl_convert_text_to_glyphs()
320 bl_msg_printf(" (x%d y%d a%d)", xoffsets[count], yoffsets[count], advances[count]); in otl_convert_text_to_glyphs()
H A Dhb.c70 u_int num_shape_glyphs, int8_t *xoffsets, int8_t *yoffsets, in convert_text_to_glyphs() argument
104 if (xoffsets /* && yoffsets && advances */) { in convert_text_to_glyphs()
109 xoffsets[count] = pos[count].x_offset / 64; in convert_text_to_glyphs()
116 shape_glyphs[count], (int)xoffsets[count], pos[count].x_offset, in convert_text_to_glyphs()
661 int8_t *xoffsets, int8_t *yoffsets, u_int8_t *advances, in otl_convert_text_to_glyphs() argument
746 n = convert_text_to_glyphs(hbfont, shape_glyphs, num_shape_glyphs, xoffsets, yoffsets, in otl_convert_text_to_glyphs()
750 xoffsets += n; in otl_convert_text_to_glyphs()
766 num += convert_text_to_glyphs(hbfont, shape_glyphs, num_shape_glyphs, xoffsets, yoffsets, in otl_convert_text_to_glyphs()
H A Dotl.h77 int8_t *xoffsets, int8_t *yoffsets, u_int8_t *advances, in otl_convert_text_to_glyphs() argument
80 return (*convert_sym)(otf, shape_glyphs, num_shape_glyphs, xoffsets, yoffsets, advances, cmapped, in otl_convert_text_to_glyphs()
H A Dotf.c323 int8_t *xoffsets, int8_t *yoffsets, u_int8_t *advances, in otl_convert_text_to_glyphs() argument
371 if (xoffsets /* && yoffsets && advances */) { in otl_convert_text_to_glyphs()
394 memset(xoffsets, 0, num_shape_glyphs * sizeof(*xoffsets)); in otl_convert_text_to_glyphs()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/xlib/
H A Dui_font.c696 u_int num_shape_glyphs, int8_t *xoffsets, in xft_convert_text_to_glyphs() argument
707 return (*func)(font, shape_glyphs, num_shape_glyphs, xoffsets, yoffsets, advances, in xft_convert_text_to_glyphs()
716 #define xft_convert_text_to_glyphs(font, shape_glyphs, num_shape_glyphs, xoffsets, yoffsets, \ argument
718 ft_convert_text_to_glyphs(font, shape_glyphs, num_shape_glyphs, xoffsets, yoffsets, advances, \
720 u_int ft_convert_text_to_glyphs(ui_font_t *font, u_int32_t *shape_glyphs, int8_t *xoffsets,
764 u_int num_shape_glyphs, int8_t *xoffsets, in cairo_convert_text_to_glyphs() argument
775 return (*func)(font, shape_glyphs, num_shape_glyphs, xoffsets, yoffsets, advances, in cairo_convert_text_to_glyphs()
784 #define cairo_convert_text_to_glyphs(font, shape_glyphs, num_shape_glyphs, xoffsets, yoffsets, \ argument
786 ft_convert_text_to_glyphs(font, shape_glyphs, num_shape_glyphs, xoffsets, yoffsets, advances, \
789 u_int ft_convert_text_to_glyphs(ui_font_t *font, u_int32_t *shape_glyphs, int8_t *xoffsets,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/image_processing/
H A Dcv_util.py58 xoffsets = half_length * np.cos(angles)
62 lines[:, 0] = centerx - xoffsets
63 lines[:, 2] = centerx + xoffsets
/dports/games/zangband/zangband/src/
H A Dmain-gtk.c535 *dst++ = src[xoffsets[i]]; in copy_pixels8()
551 *dst++ = src[2 * xoffsets[i]]; in copy_pixels16()
552 *dst++ = src[2 * xoffsets[i] + 1]; in copy_pixels16()
568 *dst++ = src[3 * xoffsets[i]]; in copy_pixels24()
569 *dst++ = src[3 * xoffsets[i] + 1]; in copy_pixels24()
570 *dst++ = src[3 * xoffsets[i] + 2]; in copy_pixels24()
586 *dst++ = src[4 * xoffsets[i]]; in copy_pixels32()
602 int *xoffsets; in resize_tiles() local
627 C_MAKE(xoffsets, new_wid, int); in resize_tiles()
642 xoffsets[i] = offset; in resize_tiles()
[all …]
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dsplash_screen.c79 int xoffsets[4] = { -1, -1, 0, 0 }; in draw_logo() local
101 ll.x = getparam_x_resolution()/2 + xoffsets[i]*w; in draw_logo()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/v3d/
H A Dv3d_context.c241 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
244 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_context.c336 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
339 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_context.c336 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
339 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_context.c336 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
339 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_context.c336 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
339 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_context.c336 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
339 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_context.c336 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
339 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_context.c336 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
339 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_context.c336 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
339 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/v3d/
H A Dv3d_context.c324 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
327 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/v3d/
H A Dv3d_context.c336 const int *xoffsets = (v3d->screen->devinfo.ver >= 42 ? in v3d_get_sample_position() local
339 xy[0] = 0.5 + xoffsets[sample_index] * .125; in v3d_get_sample_position()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/beos/
H A Dui_font.c432 int8_t *xoffsets, int8_t *yoffsets, u_int8_t *advances, in ui_convert_text_to_glyphs() argument
436 xoffsets, yoffsets, advances, noshape_glyphs, in ui_convert_text_to_glyphs()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/quartz/
H A Dui_font.c416 int8_t *xoffsets, int8_t *yoffsets, u_int8_t *advances, in ui_convert_text_to_glyphs() argument
420 xoffsets, yoffsets, advances, noshape_glyphs, in ui_convert_text_to_glyphs()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_font.h116 int8_t *xoffsets, int8_t *yoffsets, u_int8_t *advances,

12