Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py325 off_x, off_y = 220, 10 variable
371 if w < (720 + off_x):
372 w = 720 + off_x
394 chart_rect = (off_x, curr_y+30, w, bar_h)
414 chart_rect = (off_x, curr_y+30, w, bar_h)
432 if (pos_x < off_x + 245):
448 chart_rect = (off_x, curr_y+30, w, bar_h)
465 if (pos_x < off_x + 245):
499 if (pos_x < off_x + 245):
533 if (pos_x < off_x + 245):
[all …]
/openbmc/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()