| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 771 …Subpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, i… 781 …nt out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, i… 792 …stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, i… 799 …Subpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, i… 801 …nt out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, i… 803 …onst stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, i… 819 … float shift_x, float shift_y, // translation applied to input vertices 1562 …onst stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, i… in stbtt_GetGlyphBitmapBoxSubpixel() argument 1573 if (ix0) *ix0 = STBTT_ifloor( x0 * scale_x + shift_x); in stbtt_GetGlyphBitmapBoxSubpixel() 1575 if (ix1) *ix1 = STBTT_iceil ( x1 * scale_x + shift_x); in stbtt_GetGlyphBitmapBoxSubpixel() [all …]
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_largepixmap.c | 469 int shift_x; in _glamor_compute_clipped_regions() local 477 shift_x = (extent->x1 / pixmap_width) * pixmap_width; in _glamor_compute_clipped_regions() 486 repeat_box.x1 = shift_x + priv->box_array[idx].x1; in _glamor_compute_clipped_regions() 493 repeat_box.x2 = shift_x + priv->box_array[idx].x2; in _glamor_compute_clipped_regions() 982 int shift_x, shift_y; in _glamor_process_transformed_clipped_region() local 1001 shift_x = (temp_box->x1 - rem) / pixmap->drawable.width; in _glamor_process_transformed_clipped_region() 1005 if (shift_x != 0) { in _glamor_process_transformed_clipped_region() 1007 shift_x * pixmap->drawable.width; in _glamor_process_transformed_clipped_region() 1009 shift_x * pixmap->drawable.width; in _glamor_process_transformed_clipped_region()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/ |
| H A D | xprFrame.c | 98 int shift_x, 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 D | winwin32rootless.c | 833 int shift_x, int shift_y) in winMWExtWMDamageRects() argument 840 pRLWinPriv, nCount, pRects, shift_x, shift_y); in winMWExtWMDamageRects() 846 rcDmg.left = pRects->x1 + shift_x; in winMWExtWMDamageRects() 848 rcDmg.right = pRects->x2 + shift_x; in winMWExtWMDamageRects()
|
| H A D | win.h | 1057 int shift_x, int shift_y);
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootless.h | 226 int shift_x, int shift_y);
|
| H A D | README.txt | 288 * shift_x, Vector to shift rectangles by 293 int shift_x, int shift_y);
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 409 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)
|