Home
last modified time | relevance | path

Searched refs:off_y (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_image.c42 int off_x, off_y; in glamor_put_image_gl() local
70 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y); in glamor_put_image_gl()
71 if (off_x || off_y) { in glamor_put_image_gl()
73 y += off_y; in glamor_put_image_gl()
74 RegionTranslate(&region, off_x, off_y); in glamor_put_image_gl()
117 int off_x, off_y; in glamor_get_image_gl() local
126 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y); in glamor_get_image_gl()
132 drawable->x + off_x, drawable->y + off_y, in glamor_get_image_gl()
H A Dglamor_transform.c49 int off_x, off_y; in glamor_set_destination_drawable() local
62 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y); in glamor_set_destination_drawable()
65 off_y -= box->y1; in glamor_set_destination_drawable()
69 *p_off_y = off_y; in glamor_set_destination_drawable()
88 off_y += drawable->y; in glamor_set_destination_drawable()
100 scale_y, (off_y + center_adjust) * scale_y - 1.0f); in glamor_set_destination_drawable()
194 int off_y, in glamor_set_texture() argument
201 glUniform2f(offset_uniform, off_x, off_y); in glamor_set_texture()
H A Dglamor_spans.c54 int off_x, off_y; in glamor_fill_spans_gl() local
128 prog->matrix_uniform, &off_x, &off_y)) in glamor_fill_spans_gl()
133 box->y1 + off_y, in glamor_fill_spans_gl()
193 int off_x, off_y; in glamor_get_spans_gl() local
200 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y); in glamor_get_spans_gl()
214 int y = points[n].y + off_y; in glamor_get_spans_gl()
278 int off_x, off_y; in glamor_set_spans_gl() local
290 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y); in glamor_set_spans_gl()
333 y1 += off_y; in glamor_set_spans_gl()
H A Dglamor_prepare.c240 int off_x, off_y; in glamor_prepare_access() local
242 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y); in glamor_prepare_access()
246 box.y1 = drawable->y + off_y; in glamor_prepare_access()
257 int off_x, off_y; in glamor_prepare_access_box() local
259 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y); in glamor_prepare_access_box()
262 box.y1 = drawable->y + y + off_y; in glamor_prepare_access_box()
H A Dglamor_points.c46 int off_x, off_y; in glamor_poly_point_gl() local
95 prog->matrix_uniform, &off_x, &off_y)) in glamor_poly_point_gl()
100 box->y1 + off_y, in glamor_poly_point_gl()
H A Dglamor_text.c100 int off_x, off_y; in glamor_text() local
197 &off_x, &off_y); in glamor_text()
205 box->y1 + off_y, in glamor_text()
437 int off_x, off_y; in glamor_image_text() local
448 glamor_get_drawable_deltas(drawable, pixmap, &off_x, &off_y); in glamor_image_text()
461 RegionTranslate(&region, off_x, off_y); in glamor_image_text()
H A Dglamor_segs.c44 int off_x, off_y; in glamor_poly_segment_solid_gl() local
100 prog->matrix_uniform, &off_x, &off_y)) in glamor_poly_segment_solid_gl()
105 box->y1 + off_y, in glamor_poly_segment_solid_gl()
H A Dglamor_lines.c44 int off_x, off_y; in glamor_poly_lines_solid_gl() local
108 prog->matrix_uniform, &off_x, &off_y)) in glamor_poly_lines_solid_gl()
113 box->y1 + off_y, in glamor_poly_lines_solid_gl()
H A Dglamor_rects.c53 int off_x, off_y; in glamor_poly_fill_rect_gl() local
134 prog->matrix_uniform, &off_x, &off_y)) in glamor_poly_fill_rect_gl()
151 scissor.y1 + off_y, in glamor_poly_fill_rect_gl()
H A Dglamor_dash.c209 int off_x, off_y; in glamor_dash_loop() local
218 prog->matrix_uniform, &off_x, &off_y); in glamor_dash_loop()
222 box->y1 + off_y, in glamor_dash_loop()
H A Dglamor_glyphblt.c76 int off_x, off_y; in glamor_poly_glyph_blt_gl() local
80 prog->matrix_uniform, &off_x, &off_y)) in glamor_poly_glyph_blt_gl()
H A Dglamor_transform.h58 int off_y,
H A Dglamor_composite_glyphs.c245 int off_x, off_y; in glamor_glyphs_flush() local
264 &off_x, &off_y); in glamor_glyphs_flush()
272 box->y1 + off_y, in glamor_glyphs_flush()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c117 int off_y; member
785 int x, y, off_x, off_y, width, height, area_w, area_h; in drm_crtc_update_offsets() local
810 off_x = off_y = 0; in drm_crtc_update_offsets()
816 off_y = y; in drm_crtc_update_offsets()
822 off_y = y - area_h; in drm_crtc_update_offsets()
827 cursor_state->off_y = off_y; in drm_crtc_update_offsets()
862 crtc->cursor_curr.off_y == cursor_state->off_y) { in drm_crtc_update_cursor()
869 y = cursor_state->scaled_y - cursor_state->off_y; in drm_crtc_update_cursor()
898 int off_y = cursor_state->off_y; in drm_crtc_create_fb() local
902 scaled_w, scaled_h, off_x, off_y); in drm_crtc_create_fb()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py309 off_x, off_y = 220, 10 variable
336 h = proc_h * processes + header_h + 2 * off_y
500 chart_rect = [off_x, curr_y+header_h, w, h - curr_y - 1 * off_y - header_h ]
581 curr_y = off_y;
601 curr_y = off_y;
617 cuml_rect = (off_x, curr_y + off_y, w, CUML_HEIGHT/2 - off_y * 2)
623 cuml_rect = (off_x, curr_y + off_y * 100, w, CUML_HEIGHT/2 - off_y * 2)
641 w, h - 2 * off_y - (curr_y + header_size + 15) + proc_h]
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_event.c80 swaps(&c->off_y); in present_event_swap()
126 .off_y = 0, in present_send_config_notify()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddri2.c271 int off_x = 0, off_y = 0; in ms_dri2_copy_region2() local
289 off_y = -pixmap->screen_y; in ms_dri2_copy_region2()
292 off_y += drawable->y; in ms_dri2_copy_region2()
302 REGION_TRANSLATE(screen, pCopyClip, off_x, off_y); in ms_dri2_copy_region2()
318 off_x, off_y); in ms_dri2_copy_region2()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Diep_drv.h139 int off_y; member
H A Diep.h221 s32 off_y; member
H A Dhw_iep_reg.c1496 reg->off_y = iep_msg->off_y; in iep_config()
H A Diep_drv.c382 fb->var.nonstd = ((reg->off_y & 0xFFF) << 20) + in iep_config_lcdc()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_accel.c54 int off_x, off_y; in exaFillSpans() local
74 if (!(pPixmap = exaGetOffscreenPixmap(pDrawable, &off_x, &off_y)) || in exaFillSpans()
109 fullX1 + off_x, fullY1 + off_y, in exaFillSpans()
110 fullX2 + off_x, fullY1 + 1 + off_y); in exaFillSpans()
124 partX1 + off_x, fullY1 + off_y, in exaFillSpans()
126 fullY1 + 1 + off_y); in exaFillSpans()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/
H A Diep.h181 RK_S32 off_y; member
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1763 …stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) in stbtt__rasterize_sorted_edges() argument
1777 y = off_y * vsubsample; in stbtt__rasterize_sorted_edges()
1778 e[n].y0 = (off_y + result->h) * (float) vsubsample + 1; in stbtt__rasterize_sorted_edges()
2065 …stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *userdata) in stbtt__rasterize_sorted_edges() argument
2079 y = off_y; in stbtt__rasterize_sorted_edges()
2080 e[n].y0 = (float) (off_y + result->h) + 1; in stbtt__rasterize_sorted_edges()
2248 …loat scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int invert, void … in stbtt__rasterize() argument
2300 stbtt__rasterize_sorted_edges(result, e, n, vsubsample, off_x, off_y, userdata); in stbtt__rasterize()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c598 int x, y, off_x, off_y, i; in XineramaConfineCursorToWindow() local
609 off_y = screenInfo.screens[i]->y; in XineramaConfineCursorToWindow()
613 y = off_y - screenInfo.screens[i]->y; in XineramaConfineCursorToWindow()
622 off_y = screenInfo.screens[i]->y; in XineramaConfineCursorToWindow()
804 int x, y, off_x, off_y, i; in CheckVirtualMotion() local
813 off_y = screenInfo.screens[i]->y; in CheckVirtualMotion()
817 y = off_y - screenInfo.screens[i]->y; in CheckVirtualMotion()
826 off_y = screenInfo.screens[i]->y; in CheckVirtualMotion()

12