Home
last modified time | relevance | path

Searched refs:scx (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/sconeserver/
H A D0001-sconex-Descriptor.cpp-fix-build-with-gcc-11.patch11 Descriptor.cpp: In member function 'void scx::Descriptor::add_stream(scx::Stream*)':
12 Descriptor.cpp:150:22: error: ordered comparison of pointer with integer zero ('scx::Stream*' and '…
16 Descriptor.cpp: In member function 'bool scx::Descriptor::remove_stream(scx::Stream*)':
17 Descriptor.cpp:204:22: error: ordered comparison of pointer with integer zero ('scx::Stream*' and '…
/OK3568_Linux_fs/u-boot/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
1234 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); in stbtt__close_shape()
1235 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); 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()
1346 scx = x; in stbtt_GetGlyphShape()
1382 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape()