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

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDetectorResult.cpp 45 CFX_PtrArray* CBC_QRDetectorResult::GetPoints() {
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 46 FX_PATHPOINT* GetPoints() { return m_pObject->m_pPoints; }
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 514 void GetPoints(float p[4]) {
573 void GetPoints(FX_PATHPOINT* pPoints) {
576 x.GetPoints(p);
580 y.GetPoints(p);
674 FX_PATHPOINT* pPoints = path.GetPoints();
675 C1.GetPoints(pPoints);
676 D2.GetPoints(pPoints + 3);
773 FX_PATHPOINT* pPoints = patch.path.GetPoints();
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 129 FX_PATHPOINT* GetPoints() const { return m_pPoints; }

Completed in 439 milliseconds