Searched refs:DrawRectangle (Results 1 - 3 of 3) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
H A DJetSegGraph.py267 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, Marker.iWidth, Marker.iHeight)
277 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, 1, Marker.iHeight)
284 dc.DrawRectangle(Marker.iStart + self.iEdges, Marker.iTop, 1, Marker.iHeight)
331 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
356 dc.DrawRectangle(self.iEdges + iOffset, gHeight-6, till, 3)
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py93 dc.DrawRectangle(offset_px, offset_py, width_px, RootFrame.EVENT_MARKING_WIDTH)
101 dc.DrawRectangle(offset_px, offset_py, width_px, width_py)
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusGraphics.h682 Status DrawRectangle(IN const Pen* pen, function in class:Graphics
685 return DrawRectangle(pen, rect.X, rect.Y, rect.Width, rect.Height);
688 Status DrawRectangle(IN const Pen* pen, function in class:Graphics
709 Status DrawRectangle(IN const Pen* pen, function in class:Graphics
712 return DrawRectangle(pen,
719 Status DrawRectangle(IN const Pen* pen, function in class:Graphics

Completed in 102 milliseconds