| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbpict.c | 145 int xoff, yoff; in fbGlyphs() local 153 if (!(glyphImage = image_from_pict(pPicture, FALSE, &xoff, &yoff))) in fbGlyphs() 282 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) in create_bits_picture() argument 290 fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff); in create_bits_picture() 314 if (*xoff || *yoff) in create_bits_picture() 315 pixman_region_translate(pict->pCompositeClip, *xoff, *yoff); in create_bits_picture() 319 if (*xoff || *yoff) in create_bits_picture() 320 pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff); in create_bits_picture() 329 *yoff += pict->pDrawable->y; in create_bits_picture() 335 int *xoff, int *yoff, [all …]
|
| H A D | fbbits.h | 243 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) in DOTS() argument 257 bits += bitsStride * (yorg + yoff) + (xorg + xoff); in DOTS() 595 int yoff = pDrawable->y; in POLYLINE() local 623 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff); in POLYLINE() 624 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); in POLYLINE() 625 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1); in POLYLINE() 634 intToX(pt1) + xoff, intToY(pt1) + yoff, in POLYLINE() 635 intToX(pt2) + xoff, intToY(pt2) + yoff, in POLYLINE() 715 int yoff = pDrawable->y; in POLYSEGMENT() local 743 ((UNIT *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff); in POLYSEGMENT() [all …]
|
| H A D | fbpoint.c | 36 int yorg, int xoff, int yoff, FbBits and, FbBits xor); 45 int xorg, int yorg, int xoff, int yoff, FbBits andOrig, FbBits xorOrig) in fbDots() argument 66 d = dst + ((y + yoff) * dstStride) + (x >> FB_STIP_SHIFT); in fbDots()
|
| H A D | fbpixmap.c | 322 int xoff, yoff; in fbValidateDrawable() local 328 fbGetStipDrawable(pDrawable, bits, stride, bpp, xoff, yoff); in fbValidateDrawable() 349 int xoff, yoff; in fbInitializeDrawable() local 351 fbGetStipDrawable(pDrawable, bits, stride, bpp, xoff, yoff); in fbInitializeDrawable()
|
| H A D | fb.h | 454 #define fbGetDrawablePixmap(pDrawable, pixmap, xoff, yoff) { \ argument 458 (yoff) = __fbPixOffYWin(pixmap); \ 462 (yoff) = __fbPixOffYPix(pixmap); \ 479 #define fbGetDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \ argument 481 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \ 485 #define fbGetStipDrawable(pDrawable, pointer, stride, bpp, xoff, yoff) { \ argument 487 fbGetDrawablePixmap(pDrawable, _pPix, xoff, yoff); \ 551 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor); 599 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor); 647 int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor); [all …]
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | mirect.c | 40 int nRect, xRectangle *rects, int xoff, int yoff) in miColorRects() argument 59 tmpval[4].val = pDst->clipOrigin.y - yoff; in miColorRects() 69 if (xoff || yoff) { in miColorRects() 74 rects[i].y -= yoff; in miColorRects() 78 if (xoff || yoff) { in miColorRects() 83 rects[i].y += yoff; in miColorRects()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_reg_info.c | 102 s32 yoff = msg->dst.y_offset; in dst_ctrl_cal() local 119 pos[1] = yoff; in dst_ctrl_cal() 122 pos[3] = yoff + height - 1; in dst_ctrl_cal() 125 pos[5] = yoff + height - 1; in dst_ctrl_cal() 128 pos[7] = yoff; in dst_ctrl_cal() 146 pos[1] = yoff - height + 1; in dst_ctrl_cal() 149 pos[3] = yoff; in dst_ctrl_cal() 152 pos[5] = yoff; in dst_ctrl_cal() 155 pos[7] = yoff - height + 1; in dst_ctrl_cal() 161 pos[1] = yoff; in dst_ctrl_cal() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxcompat.c | 95 int *x, int *y, int *xoff, int *yoff, int *xorig, int *yorig) in dmxVDLDisplayEntry() argument 109 *yoff = strtol(end, NULL, 10); in dmxVDLDisplayEntry() 128 int x, y, xoff, yoff, xorig, yorig; in dmxVDLRead() local 192 dmxVDLDisplayEntry(buf, name, &len, &x, &y, &xoff, &yoff, in dmxVDLRead() 200 NULL, xoff, yoff, in dmxVDLRead() 201 xoff, yoff)), NULL); in dmxVDLRead()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 127 int xoff, yoff; in ExaCheckCopyNtoN() local 136 exaGetDrawableDeltas(pSrc, pPixmap, &xoff, &yoff); in ExaCheckCopyNtoN() 137 RegionTranslate(®, xoff + dx, yoff + dy); in ExaCheckCopyNtoN() 150 exaGetDrawableDeltas(pDst, pPixmap, &xoff, &yoff); in ExaCheckCopyNtoN() 151 RegionTranslate(®, xoff, yoff); in ExaCheckCopyNtoN() 187 int xoff, yoff; in ExaFallbackPrepareReg() local 190 exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff); in ExaFallbackPrepareReg() 192 box.y1 = pDrawable->y + y + yoff; in ExaFallbackPrepareReg() 380 int xoff, yoff; in ExaCheckCopyWindow() local 382 exaGetDrawableDeltas(&pWin->drawable, pPixmap, &xoff, &yoff); in ExaCheckCopyWindow() [all …]
|
| H A D | exa_accel.c | 148 int xoff, yoff; in exaDoPutImage() local 182 pPix = exaGetOffscreenPixmap(pDrawable, &xoff, &yoff); in exaDoPutImage() 212 ok = pExaScr->info->UploadToScreen(pPix, x1 + xoff, y1 + yoff, in exaDoPutImage() 789 int xoff, yoff; in exaPolyFillRect() local 802 exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff); in exaPolyFillRect() 885 fullX1 + xoff, fullY1 + yoff, in exaPolyFillRect() 886 fullX2 + xoff, fullY2 + yoff); in exaPolyFillRect() 913 partX1 + xoff, partY1 + yoff, in exaPolyFillRect() 914 partX2 + xoff, partY2 + yoff); in exaPolyFillRect() 999 int xoff, yoff; in exaFillRegionSolid() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/ |
| H A D | mach64_cursor.c | 71 u16 xoff, yoff; in atyfb_cursor() local 101 yoff = -y; in atyfb_cursor() 104 yoff = 0; in atyfb_cursor() 118 aty_st_le32(CUR_OFFSET, (info->fix.smem_len >> 3) + (yoff << 1), par); in atyfb_cursor() 120 ((u32) (64 - h + yoff) << 16) | xoff, par); in atyfb_cursor()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/zoran/ |
| H A D | zr36016.c | 210 zr36016_writei(ptr, ZR016I_NAY_HI, ptr->yoff >> 8); in zr36016_init() 211 zr36016_writei(ptr, ZR016I_NAY_LO, ptr->yoff & 0xFF); in zr36016_init() 267 ptr->yoff = norm->v_start + cap->y; in zr36016_set_video()
|
| H A D | zr36016.h | 23 __u16 yoff; member
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 465 float xoff,yoff,xadvance; member 511 float xoff,yoff,xadvance; member 762 …*info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 771 …ale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 798 …nfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff); 799 …t scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff); 2420 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() argument 2446 if (yoff ) *yoff = iy0; in stbtt_GetGlyphBitmapSubpixel() 2460 …info *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmap() argument 2462 …stbtt_GetGlyphBitmapSubpixel(info, scale_x, scale_y, 0.0f, 0.0f, glyph, width, height, xoff, yoff); in stbtt_GetGlyphBitmap() [all …]
|
| H A D | console_truetype.c | 198 int width, height, xoff, yoff; in console_truetype_putc_xy() local 249 &xoff, &yoff); in console_truetype_putc_xy() 257 linenum = priv->baseline + yoff; in console_truetype_putc_xy()
|
| H A D | cfb_console.c | 1162 static int display_rle8_bitmap(struct bmp_image *img, int xoff, int yoff, in display_rle8_bitmap() argument 1181 (y + yoff) * VIDEO_LINE_LEN + in display_rle8_bitmap() 1236 (y + yoff) * VIDEO_LINE_LEN + in display_rle8_bitmap() 1249 (y + yoff) * VIDEO_LINE_LEN + in display_rle8_bitmap()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | ps3fb.h | 42 __u32 yoff; /* margine y */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/ |
| H A D | armada_crtc.c | 595 uint32_t yoff, yscr, h = dcrtc->cursor_h; in armada_drm_crtc_cursor_update() local 616 yoff = -dcrtc->cursor_y; in armada_drm_crtc_cursor_update() 618 h -= min(yoff, h); in armada_drm_crtc_cursor_update() 620 yoff = 0; in armada_drm_crtc_cursor_update() 624 yoff = 0; in armada_drm_crtc_cursor_update() 671 pix += yoff * s + xoff; in armada_drm_crtc_cursor_update()
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_FAQ_RGA_CN.md | 462 …720 xoff=0 yoff=0 format=RGBA8888 //src通道的图像数据参数:y: 如有则为fd的值, uv:如有则为虚拟地址的值, v:vw * vh + uv, aw、ah… 463 …rga2: dst : y=0 uv=b4000072cc535040 v=b4000072cc616040 aw=1280 ah=720 vw=1280 vh=720 xoff=0 yoff=0… 492 rga_debugger: src: xoff = 0, yoff = 0, format = 0x0, rd_mode = 1 493 … //xoff、yoff:x、y方向的偏移量,format:传入的图像数据格式,rd_mode:当前通道读/写数据模式(1:raster,2:FBC,3:tile 16*16) 496 rga_debugger: dst: xoff = 0, yoff = 0, format = 0x0, rd_mode = 1 520 rga3_reg: win0: vw = 1280 vh = 720 xoff = 0 yoff = 0 format = RGBA8888 658 src: xoff = 0, yoff = 0, format = 0x0, rd_mode = 1 660 dst: xoff = 0, yoff = 0, format = 0x0, rd_mode = 1
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/ |
| H A D | ImageDetails.qml | 146 var yoff = (flickable.height/2 + flickable.contentY) * value / prevScale; 147 flickable.contentY = yoff - flickable.height/2;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | exa.c | 547 int *xoff, int *yoff) in ms_exa_composite_fix_offsets() argument 556 *yoff -= pPix->drawable.y - pPix->screen_y; in ms_exa_composite_fix_offsets() 559 *yoff -= pPix->drawable.y; in ms_exa_composite_fix_offsets() 563 *yoff -= pDrawable->y; in ms_exa_composite_fix_offsets() 568 *yoff -= pDrawable->y; in ms_exa_composite_fix_offsets()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.c | 469 int yoff; in dmxSetRootWindowOrigin() local 477 yoff = y - pScreen->y; in dmxSetRootWindowOrigin() 488 ReinitializeRootWindow(screenInfo.screens[0]->root, xoff, yoff); in dmxSetRootWindowOrigin() 494 pChild->origin.y - wBorderWidth(pChild) - yoff, in dmxSetRootWindowOrigin()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shape.c | 105 RegionPtr srcRgn, int op, int xoff, int yoff, CreateDftPtr create) in RegionOperate() argument 107 if (srcRgn && (xoff || yoff)) in RegionOperate() 108 RegionTranslate(srcRgn, xoff, yoff); in RegionOperate()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | 0001-font-Fix-size-overflow-in-grub_font_get_glyph_intern.patch | 38 grub_int16_t yoff;
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dix.h | 554 ReinitializeRootWindow(WindowPtr win, int xoff, int yoff);
|