Searched refs:scy (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 1624 … stbtt_int32 sx, stbtt_int32 sy, stbtt_int32 scx, stbtt_int32 scy, stbtt_int32 cx, stbtt_int32 cy) in stbtt__close_shape() argument 1628 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); in stbtt__close_shape() 1629 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); in stbtt__close_shape() 1657 stbtt_int32 x,y,cx,cy,sx,sy, scx,scy; in stbtt__GetGlyphShapeTT() local 1725 sx = sy = cx = cy = scx = scy = 0; in stbtt__GetGlyphShapeTT() 1733 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt__GetGlyphShapeTT() 1741 scy = y; in stbtt__GetGlyphShapeTT() 1776 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt__GetGlyphShapeTT()
|
/external/python/cpython3/Lib/ |
D | turtle.py | 2455 scx, scy = self._stretchfactor 2458 self._shapetrafo = ( scx*ca, scy*(shf*ca + sa), 2459 -scx*sa, scy*(ca - shf*sa))
|