Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py309 off_x, off_y = 220, 10 variable
335 w = int ((end - start) * sec_w_base * xscale) + 2 * off_x
349 if w < (720 + off_x):
350 w = 720 + off_x
368 draw_legend_box(ctx, "CPU (user+sys)", CPU_COLOR, off_x, curr_y+20, leg_s)
369 draw_legend_box(ctx, "I/O (wait)", IO_COLOR, off_x + 120, curr_y+20, leg_s)
372 chart_rect = (off_x, curr_y+30, w, bar_h)
388 draw_legend_line(ctx, "Disk throughput", DISK_TPUT_COLOR, off_x, curr_y+20, leg_s)
389 draw_legend_box(ctx, "Disk utilization", IO_COLOR, off_x + 120, curr_y+20, leg_s)
392 chart_rect = (off_x, curr_y+30, w, bar_h)
[all …]
/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()
72 x += off_x; 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()
64 off_x -= box->x1; in glamor_set_destination_drawable()
68 *p_off_x = off_x; in glamor_set_destination_drawable()
87 off_x += drawable->x; in glamor_set_destination_drawable()
99 scale_x, (off_x + center_adjust) * scale_x - 1.0f, in glamor_set_destination_drawable()
193 int off_x, 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()
132 glScissor(box->x1 + off_x, 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()
213 int x1 = points[n].x + off_x; 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()
331 x1 += off_x; in glamor_set_spans_gl()
332 x2 += off_x; 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()
244 box.x1 = drawable->x + off_x; 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()
260 box.x1 = drawable->x + x + off_x; 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()
99 glScissor(box->x1 + off_x, 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()
204 glScissor(box->x1 + off_x, 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()
104 glScissor(box->x1 + off_x, 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()
112 glScissor(box->x1 + off_x, 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()
150 glScissor(scissor.x1 + off_x, 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()
221 glScissor(box->x1 + off_x, 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.h57 int off_x,
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()
271 glScissor(box->x1 + off_x, in glamor_glyphs_flush()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c116 int off_x; 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()
813 off_x = x; in drm_crtc_update_offsets()
819 off_x = x - area_w; in drm_crtc_update_offsets()
826 cursor_state->off_x = off_x; in drm_crtc_update_offsets()
861 crtc->cursor_curr.off_x == cursor_state->off_x && in drm_crtc_update_cursor()
868 x = cursor_state->scaled_x - cursor_state->off_x; in drm_crtc_update_cursor()
897 int off_x = cursor_state->off_x; in drm_crtc_create_fb() local
902 scaled_w, scaled_h, off_x, off_y); in drm_crtc_create_fb()
[all …]
/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_event.c79 swaps(&c->off_x); in present_event_swap()
125 .off_x = 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
288 off_x = -pixmap->screen_x; in ms_dri2_copy_region2()
291 off_x += drawable->x; 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.h138 int off_x; member
H A Diep.h220 s32 off_x; member
H A Dhw_iep_reg.c1495 reg->off_x = iep_msg->off_x; in iep_config()
H A Diep_drv.c383 ((reg->off_x & 0xFFF) << 8) + (fmt & 0xFF); 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()
125 partX2 + off_x, in exaFillSpans()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/
H A Diep.h180 RK_S32 off_x; member
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1676 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() argument
1689 z->x -= off_x * STBTT_FIX; in stbtt__new_active()
1697 static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__edge *e, int off_x, float sta… in stbtt__new_active() argument
1706 z->fx -= off_x; in stbtt__new_active()
1763 …d_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *… in stbtt__rasterize_sorted_edges() argument
1824 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y, userdata); in stbtt__rasterize_sorted_edges()
2065 …d_edges(stbtt__bitmap *result, stbtt__edge *e, int n, int vsubsample, int off_x, int off_y, void *… in stbtt__rasterize_sorted_edges() argument
2108 stbtt__active_edge *z = stbtt__new_active(&hh, e, off_x, scan_y_top, userdata); in stbtt__rasterize_sorted_edges()
2248 …windings, float scale_x, float scale_y, float shift_x, float shift_y, int off_x, int off_y, int in… 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
608 off_x = screenInfo.screens[i]->x; in XineramaConfineCursorToWindow()
612 x = off_x - screenInfo.screens[i]->x; in XineramaConfineCursorToWindow()
621 off_x = screenInfo.screens[i]->x; in XineramaConfineCursorToWindow()
804 int x, y, off_x, off_y, i; in CheckVirtualMotion() local
812 off_x = screenInfo.screens[i]->x; in CheckVirtualMotion()
816 x = off_x - screenInfo.screens[i]->x; in CheckVirtualMotion()
825 off_x = screenInfo.screens[i]->x; in CheckVirtualMotion()

12