Searched refs:dx6 (Results 1 – 2 of 2) sorted by relevance
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 674 dx1, dx2, dy2, dx3, dx4, dx5, dx6 = self.popall() 678 self.rCurveTo((dx4, dy4), (dx5, dy5), (dx6, dy6)) 680 dx1, dy1, dx2, dy2, dx3, dy3, dx4, dy4, dx5, dy5, dx6, dy6, fd = self.popall() 682 self.rCurveTo((dx4, dy4), (dx5, dy5), (dx6, dy6)) 684 dx1, dy1, dx2, dy2, dx3, dx4, dx5, dy5, dx6 = self.popall() 689 self.rCurveTo((dx4, dy4), (dx5, dy5), (dx6, dy6)) 695 dx6 = d6 698 dx6 = -dx 701 self.rCurveTo((dx4, dy4), (dx5, dy5), (dx6, dy6))
|
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 2133 float dx1, dx2, dx3, dx4, dx5, dx6, dy1, dy2, dy3, dy4, dy5, dy6; in stbtt__run_charstring() local 2147 dx6 = s[6]; in stbtt__run_charstring() 2149 stbtt__csctx_rccurve_to(c, dx4, 0, dx5, -dy2, dx6, 0); in stbtt__run_charstring() 2164 dx6 = s[10]; in stbtt__run_charstring() 2168 stbtt__csctx_rccurve_to(c, dx4, dy4, dx5, dy5, dx6, dy6); in stbtt__run_charstring() 2181 dx6 = s[8]; in stbtt__run_charstring() 2183 stbtt__csctx_rccurve_to(c, dx4, 0, dx5, dy5, dx6, -(dy1+dy2+dy5)); in stbtt__run_charstring() 2198 dx6 = dy6 = s[10]; in stbtt__run_charstring() 2204 dx6 = -dx; in stbtt__run_charstring() 2206 stbtt__csctx_rccurve_to(c, dx4, dy4, dx5, dy5, dx6, dy6); in stbtt__run_charstring()
|