Home
last modified time | relevance | path

Searched refs:sx (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/tools/kermit/
H A Ddot.kermrc15 define sx !sx \%1 \%2 \%3 \%4 \%5 \%6 \%7 \%8 \%9 < \v(line) > \v(line)
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_gop.c60 unsigned long operation, unsigned long sx, in gop_blt() argument
70 buffer, operation, sx, sy, dx, dy, width, height, delta); in gop_blt()
91 (sx * sizeof(u32)); in gop_blt()
106 (sx * sizeof(u32)); in gop_blt()
/rk3399_rockchip-uboot/scripts/
H A Dkernel-doc2004 my ($px, $sx);
2007 foreach $sx (0 .. $#sects) {
2022 if ($prm_clean eq $sects[$sx]) {
2031 "'$sects[$sx]' " .
2035 if ($nested !~ m/\Q$sects[$sx]\E/) {
2038 "'$sects[$sx]' " .
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1230 … stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy) in stbtt__close_shape() argument
1235 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); in stbtt__close_shape()
1238 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); in stbtt__close_shape()
1240 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline,sx,sy,0,0); in stbtt__close_shape()
1263 stbtt_int32 x,y,cx,cy,sx,sy, scx,scy; in stbtt_GetGlyphShape() local
1331 sx = sy = cx = cy = scx = scy = 0; in stbtt_GetGlyphShape()
1339 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape()
1350 sx = (x + (stbtt_int32) vertices[off+i+1].x) >> 1; in stbtt_GetGlyphShape()
1354 sx = (stbtt_int32) vertices[off+i+1].x; in stbtt_GetGlyphShape()
1359 sx = x; in stbtt_GetGlyphShape()
[all …]
H A Dmx3fb.c294 u32 sx:10; member
/rk3399_rockchip-uboot/include/linux/
H A Dfb.h208 __u32 sx; member
/rk3399_rockchip-uboot/include/
H A Defi_api.h550 unsigned long operation, unsigned long sx,