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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 527 if(!DrawLine(m_pPrint3dVtx, m_nCachedNumVerts))
946 bool CPVRTPrint3D::DrawLine(SPVRTPrint3DAPIVertex *pVtx, unsigned int nVertices)
    [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...]
  /external/ImageMagick/MagickWand/
drawing-wand.c     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 923 void CGdiDeviceDriver::DrawLine(float x1, float y1, float x2, float y2) {
    [all...]

Completed in 3567 milliseconds