Home
last modified time | relevance | path

Searched refs:shift_y (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h771 …stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, i…
781 … out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint);
792 …*font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *i…
799 …stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *…
801 … int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph);
803 …info *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *i…
819 … float shift_x, float shift_y, // translation applied to input vertices
1562 …info *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *i… in stbtt_GetGlyphBitmapBoxSubpixel() argument
1574 if (iy0) *iy0 = STBTT_ifloor(-y1 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel()
1576 if (iy1) *iy1 = STBTT_iceil (-y0 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c669 int shift_c, shift_y; in sti_hqvdp_update_hvsrc() local
675 shift_y = SHIFT_LUT_F_Y_LEGACY; in sti_hqvdp_update_hvsrc()
680 shift_y = SHIFT_LUT_E_Y_LEGACY; in sti_hqvdp_update_hvsrc()
685 shift_y = SHIFT_LUT_D_Y_LEGACY; in sti_hqvdp_update_hvsrc()
690 shift_y = SHIFT_LUT_C_Y_LEGACY; in sti_hqvdp_update_hvsrc()
694 shift_y = shift_c = SHIFT_LUT_B; in sti_hqvdp_update_hvsrc()
697 shift_y = shift_c = SHIFT_LUT_A_LEGACY; in sti_hqvdp_update_hvsrc()
701 hvsrc->hori_shift = (shift_c << 16) | shift_y; in sti_hqvdp_update_hvsrc()
705 hvsrc->vert_shift = (shift_c << 16) | shift_y; in sti_hqvdp_update_hvsrc()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_largepixmap.c470 int shift_y; in _glamor_compute_clipped_regions() local
478 shift_y = (extent->y1 / pixmap_height) * pixmap_height; in _glamor_compute_clipped_regions()
487 repeat_box.y1 = shift_y + priv->box_array[idx].y1; in _glamor_compute_clipped_regions()
499 repeat_box.y2 = shift_y + priv->box_array[idx].y2; in _glamor_compute_clipped_regions()
982 int shift_x, shift_y; in _glamor_process_transformed_clipped_region() local
1003 shift_y = (temp_box->y1 - rem) / pixmap->drawable.height; in _glamor_process_transformed_clipped_region()
1011 if (shift_y != 0) { in _glamor_process_transformed_clipped_region()
1013 shift_y * pixmap->drawable.height; in _glamor_process_transformed_clipped_region()
1015 shift_y * pixmap->drawable.height; in _glamor_process_transformed_clipped_region()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprFrame.c99 int shift_y);
422 int shift_x, int shift_y) in xprDamageRects() argument
424 xp_mark_window(x_cvt_vptr_to_uint(wid), nrects, rects, shift_x, shift_y); in xprDamageRects()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinwin32rootless.c833 int shift_x, int shift_y) in winMWExtWMDamageRects() argument
840 pRLWinPriv, nCount, pRects, shift_x, shift_y); in winMWExtWMDamageRects()
847 rcDmg.top = pRects->y1 + shift_y; in winMWExtWMDamageRects()
849 rcDmg.bottom = pRects->y2 + shift_y; in winMWExtWMDamageRects()
H A Dwin.h1057 int shift_x, int shift_y);
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A Drootless.h226 int shift_x, int shift_y);
H A DREADME.txt289 * shift_y
293 int shift_x, int shift_y);
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py409 shift_x, shift_y = -20, 20
411 shift_x, shift_y = 5, 40
414 draw_text (ctx, label, DISK_TPUT_COLOR, pos_x + shift_x, curr_y + shift_y)