Home
last modified time | relevance | path

Searched refs:dy (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_gop.c62 unsigned long dy, unsigned long width, in gop_blt() argument
70 buffer, operation, sx, sy, dx, dy, width, height, delta); in gop_blt()
88 u32 *dest = fb + ((i + dy) * line_len32) + in gop_blt()
103 u16 *dest = fb + ((i + dy) * line_len16) + in gop_blt()
/rk3399_rockchip-uboot/include/linux/
H A Dfb.h205 __u32 dy; member
214 __u32 dy; member
223 __u32 dy; member
348 __u32 dy; member
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1318 stbtt_int16 dy = *points++; in stbtt_GetGlyphShape() local
1319 y += (flags & 32) ? dy : -dy; // ??? in stbtt_GetGlyphShape()
1928 float dy = e->fdy; in stbtt__fill_active_edges_new() local
1972 dy = -dy; in stbtt__fill_active_edges_new()
1979 y_crossing = (x1+1 - x0) * dy + y_top; in stbtt__fill_active_edges_new()
1987 step = sign * dy; in stbtt__fill_active_edges_new()
1992 y_crossing += dy * (x2 - (x1+1)); in stbtt__fill_active_edges_new()
2320 float dy = (y0+y2)/2 - my; in stbtt__tesselate_curve() local
2323 …if (dx*dx+dy*dy > objspace_flatness_squared) { // half-pixel error allowed... need to be smaller i… in stbtt__tesselate_curve()
/rk3399_rockchip-uboot/include/
H A Defi_api.h552 unsigned long dy, unsigned long width,