HomeSort by relevance Sort by last modified time
    Searched refs:DrawLine (Results 1 - 5 of 5) sorted by null

  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 309 dc.DrawLine(k, self.iScaleTop, k, self.iScaleTop+8)
313 dc.DrawLine(k, self.iScaleTop, k, self.iScaleTop+4)
  /external/pdfium/core/src/fxge/win32/
win32_int.h 112 virtual void DrawLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2);
fx_win32_device.cpp 724 void CGdiDeviceDriver::DrawLine(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2)
827 DrawLine(x1, y1, x2, y2);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgraphics.h 497 Status DrawLine(const Pen *pen, REAL x1, REAL y1, REAL x2, REAL y2)
503 Status DrawLine(const Pen *pen, INT x1, INT y1, INT x2, INT y2)
509 Status DrawLine(const Pen *pen, const PointF& pt1, const PointF& pt2)
515 Status DrawLine(const Pen *pen, const Point& pt1, const Point& pt2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 743 STDMETHOD_(void, DrawLine)(D2D1_POINT_2F point0, D2D1_POINT_2F point1, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE;
    [all...]

Completed in 300 milliseconds