Searched refs:GetPoint (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/modules/audio_coding/audio_network_adaptor/util/ |
D | threshold_curve.h | 48 : a(GetPoint(left, right, true)), in ThresholdCurve() 49 b(GetPoint(left, right, false)), in ThresholdCurve() 92 static const Point& GetPoint(const Point& left, in GetPoint() function
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_path.cpp | 23 CFX_PointF CPDF_Path::GetPoint(int index) const { in GetPoint() function in CPDF_Path 24 return m_Ref.GetObject()->GetPoint(index); in GetPoint()
|
D | cpdf_clippath.cpp | 82 CFX_PointF point0 = old_path.GetPoint(0); in AppendPath() 83 CFX_PointF point2 = old_path.GetPoint(2); in AppendPath()
|
D | cpdf_path.h | 28 CFX_PointF GetPoint(int index) const;
|
D | cpdf_contentparser.cpp | 224 CFX_PointF point0 = ClipPath.GetPoint(0); in CheckClip() 225 CFX_PointF point2 = ClipPath.GetPoint(2); in CheckClip()
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 120 CFX_PointF pos = pPathData->GetPoint(i); in OutputPath() 135 CFX_PointF pos1 = pPathData->GetPoint(i + 1); in OutputPath() 136 CFX_PointF pos2 = pPathData->GetPoint(i + 2); in OutputPath() 548 CFX_PointF point = TransformedPath.GetPoint(p); in FindPSFontGlyph() 559 CFX_PointF point1 = TransformedPath.GetPoint(p + 1); in FindPSFontGlyph() 560 CFX_PointF point2 = TransformedPath.GetPoint(p + 2); in FindPSFontGlyph()
|
D | fx_win32_device.cpp | 1024 CFX_PointF pos1 = pPathData->GetPoint(0); in DrawPath() 1025 CFX_PointF pos2 = pPathData->GetPoint(1); in DrawPath()
|
/external/pdfium/core/fxge/ |
D | cfx_pathdata.h | 48 CFX_PointF GetPoint(int index) const { return m_Points[index].m_Point; } in GetPoint() function
|
/external/pdfium/third_party/lcms/src/ |
D | cmssm.c | 323 cmsGDBPoint* GetPoint(cmsGDB* gbd, const cmsCIELab* Lab, cmsSpherical* sp) in GetPoint() function 366 ptr = GetPoint(gbd, Lab, &sp); in cmsGDBAddPoint() 397 ptr = GetPoint(gbd, Lab, &sp); in cmsGDBCheckPoint()
|