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

  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDetectorResult.h 20 CFX_PtrArray* GetPoints();
BC_QRDetectorResult.cpp 45 CFX_PtrArray* CBC_QRDetectorResult::GetPoints() {
  /external/pdfium/xfa/src/fxgraphics/src/
fx_path_generator.cpp 24 FX_PATHPOINT* pPoints = pPathData->GetPoints();
32 FX_PATHPOINT* pDstPoints = m_pPathData->GetPoints();
60 FX_PATHPOINT* pPoints = m_pPathData->GetPoints();
  /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/xfa/src/fdp/src/fde/
fde_geobject.cpp 32 return m_Path.GetPoints() + iPoints - iCount;
44 return m_Path.GetPoints() + iPoints;
  /external/opencv3/modules/viz/src/vtk/
vtkCloudMatSink.cpp 69 vtkSmartPointer<vtkPoints> points_Data = input->GetPoints();
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 46 FX_PATHPOINT* GetPoints() { return m_pObject->m_pPoints; }
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 230 FX_PATHPOINT* pPoints = pPathData->GetPoints();
  /external/pdfium/core/include/fxge/
fx_ge.h 129 FX_PATHPOINT* GetPoints() const { return m_pPoints; }
  /external/pdfium/core/src/fxge/ge/
fx_ge_device.cpp 137 FX_PATHPOINT* pPoints = pPathData->GetPoints();
fx_ge_text.cpp     [all...]
  /external/opencv3/modules/viz/src/
clouds.cpp 109 Vec6d bounds(cloud_source->GetOutput()->GetPoints()->GetBounds());
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 137 FX_PATHPOINT* pPoints = pFPath->GetPoints();
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 763 FX_PATHPOINT* pPoints = pPathData->GetPoints();
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/src/
fx_agg_driver.cpp 36 FX_PATHPOINT* pPoints = pPathData->GetPoints();
    [all...]

Completed in 385 milliseconds