Home
last modified time | relevance | path

Searched refs:beginPath (Results 1 – 25 of 59) sorted by relevance

123

/external/fonttools/Tests/pens/
DpointPen_test.py59 def beginPath(self, identifier=None, **kwargs): member in _TestPointPen
96 ppen.beginPath()
105 ppen.beginPath()
115 ppen.beginPath()
126 ppen.beginPath(identifier='foo')
137 ppen.beginPath()
147 ppen.beginPath()
160 ppen.beginPath()
180 ppen.beginPath()
202 ppen.beginPath()
[all …]
DhashPointPen_test.py10 pen.beginPath(identifier="abc")
21 pen.beginPath(identifier="abc")
33 pen.beginPath(identifier="abc")
38 pen.beginPath(identifier="pth2")
47 pen.beginPath(identifier="abc")
DrecordingPen_test.py17 pen.beginPath(identifier="abc")
/external/perfetto/ui/src/common/
Dcanvas_utils.ts45 ctx.beginPath();
55 ctx.beginPath();
61 ctx.beginPath();
77 ctx.beginPath();
/external/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js314 ctx.beginPath();
317 ctx.beginPath();
320 ctx.beginPath();
323 ctx.beginPath();
326 ctx.beginPath();
329 ctx.beginPath();
372 ctx.beginPath();
404 ctx.beginPath();
410 ctx.beginPath();
425 ctx.beginPath();
[all …]
/external/fonttools/Lib/fontTools/pens/
DpointPen.py33 def beginPath(self, identifier: Optional[str] = None, **kwargs: Any) -> None: member in AbstractPointPen
76 def beginPath(self, identifier=None, **kwargs): member in BasePointToSegmentPen
253 pen.beginPath()
354 def beginPath(self, identifier=None, **kwargs): member in GuessSmoothPointPen
359 self._outPen.beginPath(**kwargs)
398 pen.beginPath(identifier=self.currentContourIdentifier)
432 pen.beginPath(identifier=self.currentContourIdentifier)
442 def beginPath(self, identifier=None, **kwargs): member in ReverseContourPointPen
DfilterPen.py151 def beginPath(self, **kwargs): member in FilterPointPen
152 self._outPen.beginPath(**kwargs)
DhashPointPen.py47 def beginPath(self, identifier=None, **kwargs): member in HashPointPen
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js331 ctx.beginPath();
334 ctx.beginPath();
337 ctx.beginPath();
340 ctx.beginPath();
343 ctx.beginPath();
346 ctx.beginPath();
393 ctx.beginPath();
429 ctx.beginPath();
435 ctx.beginPath();
450 ctx.beginPath();
[all …]
/external/skqp/gm/
Dpoly2poly.cpp27 void beginPath();
59 void SkJSCanvas::beginPath() { fPath.reset(); } in beginPath() function in SkJSCanvas
118 ctx.beginPath(); in test_stroke()
144 ctx.beginPath(); in test_stroke()
169 ctx.beginPath(); in test_stroke()
/external/adhd/scripts/volume_tuning/
Dvolume.js92 ctx.beginPath();
101 ctx.beginPath();
137 ctx.beginPath();
166 ctx.beginPath();
178 ctx.beginPath();
/external/perfetto/ui/src/frontend/
Dflow_events_renderer.ts274 ctx.beginPath();
291 ctx.beginPath();
301 ctx.beginPath();
310 ctx.beginPath();
Dnotes_panel.ts169 ctx.beginPath();
178 ctx.beginPath();
189 ctx.beginPath();
Dvertical_line_helper.ts33 ctx.beginPath();
Dtickmark_panel.ts61 ctx.beginPath();
Dgridline_helper.ts104 ctx.beginPath();
/external/skqp/docs/
DcatalogTrailer.txt53 context.beginPath()
121 context.beginPath()
126 context.beginPath()
147 context.beginPath()
/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts197 ctx.beginPath();
225 ctx.beginPath();
251 ctx.beginPath();
259 ctx.beginPath();
/external/mdnsresponder/mDNSPosix/
Dparselog.py205 c.beginPath()
217 c.beginPath()
226 c.beginPath()
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts106 ctx.beginPath();
176 ctx.beginPath();
184 ctx.beginPath();
/external/adhd/scripts/mic_testing/frontend/
Danalysis.js201 canvasContext.beginPath();
218 canvasContext.beginPath();
226 canvasContext.beginPath();
245 canvasContext.beginPath();
/external/adhd/scripts/audio_tuning/frontend/
Daudio.js1679 canvasContext.beginPath();
1686 canvasContext.beginPath();
1702 canvasContext.beginPath();
1709 canvasContext.beginPath();
1721 canvasContext.beginPath();
1840 canvasContext.beginPath();
1854 canvasContext.beginPath();
1871 canvasContext.beginPath();
1879 canvasContext.beginPath();
1957 canvasContext.beginPath();
/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts163 ctx.beginPath();
183 ctx.beginPath();
/external/fonttools/Tests/cu2qu/
Dufo_test.py252 pen.beginPath()
261 pen.beginPath()
/external/perfetto/ui/src/tracks/cpu_slices/
Dfrontend.ts166 ctx.beginPath();
203 ctx.beginPath();

123