Searched refs:dy (Results 1 - 5 of 5) sorted by relevance

/u-boot/lib/efi_loader/
H A Defi_gop.c112 efi_uintn_t dy,
157 dy + height > gopobj->info.height)
196 dlineoff = dwidth * dy;
282 efi_uintn_t dy, efi_uintn_t width,
287 dy, width, height, delta, vid_bpp);
294 efi_uintn_t dy, efi_uintn_t width,
298 dy, width, height, delta, 16);
305 efi_uintn_t dy, efi_uintn_t width,
309 dy, width, height, delta, 30);
316 efi_uintn_t dy, efi_uintn_
108 gop_blt_int(struct efi_gop *this, struct efi_gop_pixel *bufferp, u32 operation, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta, efi_uintn_t vid_bpp) argument
278 gop_blt_video_fill(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta, efi_uintn_t vid_bpp) argument
290 gop_blt_buf_to_vid16(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta) argument
301 gop_blt_buf_to_vid30(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta) argument
312 gop_blt_buf_to_vid32(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta) argument
323 gop_blt_vid_to_vid(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta, efi_uintn_t vid_bpp) argument
335 gop_blt_vid_to_buf(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 foo, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta, efi_uintn_t vid_bpp) argument
403 gop_blt(struct efi_gop *this, struct efi_gop_pixel *buffer, u32 operation, efi_uintn_t sx, efi_uintn_t sy, efi_uintn_t dx, efi_uintn_t dy, efi_uintn_t width, efi_uintn_t height, efi_uintn_t delta) argument
[all...]
/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c46 efi_uintn_t dy = y1 - y0 + 1; local
48 if (dy * dy * (2 * x - xm) * (2 * x - xm) +
49 dx * dx * (2 * y - ym) * (2 * y - ym) <= dx * dx * dy * dy)
/u-boot/include/linux/
H A Dfb.h205 __u32 dy; member in struct:fb_copyarea
214 __u32 dy; member in struct:fb_fillrect
223 __u32 dy; member in struct:fb_image
348 __u32 dy; member in struct:fb_image_user
/u-boot/drivers/video/
H A Dstb_truetype.h1747 stbtt_int16 dy = *points++; local
1748 y += (flags & 32) ? dy : -dy; // ???
1942 static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) argument
1946 ctx->first_y = ctx->y = ctx->y + dy;
1950 static void stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) argument
1953 ctx->y += dy;
2166 float dx, dy; local
2232 dy = dy1+dy2+dy3+dy4+dy5;
2233 if (STBTT_fabs(dx) > STBTT_fabs(dy))
3108 float dy = e->fdy; local
4664 float dx = x1-x0, dy = y1-y0; local
[all...]
/u-boot/include/
H A Defi_api.h1442 efi_uintn_t dy, efi_uintn_t width,

Completed in 94 milliseconds