/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 | 90 CFX_PointF point0 = old_path.GetPoint(0); in AppendPathWithAutoMerge() 91 CFX_PointF point2 = old_path.GetPoint(2); in AppendPathWithAutoMerge()
|
D | cpdf_streamcontentparser.cpp | 404 CFX_PointF CPDF_StreamContentParser::GetPoint(uint32_t index) const { in GetPoint() function in CPDF_StreamContentParser 677 AddPathPoint(GetPoint(4), CFX_Path::Point::Type::kBezier); in Handle_CurveTo_123() 678 AddPathPoint(GetPoint(2), CFX_Path::Point::Type::kBezier); in Handle_CurveTo_123() 679 AddPathPoint(GetPoint(0), CFX_Path::Point::Type::kBezier); in Handle_CurveTo_123() 959 AddPathPoint(GetPoint(0), CFX_Path::Point::Type::kLine); in Handle_LineTo() 966 AddPathPoint(GetPoint(0), CFX_Path::Point::Type::kMove); in Handle_MoveTo() 1114 m_pCurStates->m_TextLinePos += GetPoint(0); in Handle_MoveTextPoint() 1394 AddPathPoint(GetPoint(2), CFX_Path::Point::Type::kBezier); in Handle_CurveTo_23() 1395 AddPathPoint(GetPoint(0), CFX_Path::Point::Type::kBezier); in Handle_CurveTo_23() 1411 AddPathPoint(GetPoint(2), CFX_Path::Point::Type::kBezier); in Handle_CurveTo_13() [all …]
|
D | cpdf_path.h | 27 CFX_PointF GetPoint(int index) const;
|
D | cpdf_contentparser.cpp | 238 CFX_PointF point0 = ClipPath.GetPoint(0); in CheckClip() 239 CFX_PointF point2 = ClipPath.GetPoint(2); in CheckClip()
|
D | cpdf_streamcontentparser.h | 103 CFX_PointF GetPoint(uint32_t index) const;
|
/external/pdfium/core/fxge/ |
D | cfx_path_unittest.cpp | 355 EXPECT_EQ(CFX_PointF(5, 6), path.GetPoint(0)); in TEST() 360 EXPECT_EQ(CFX_PointF(5, 6), path.GetPoint(0)); in TEST() 364 EXPECT_EQ(CFX_PointF(5, 6), path.GetPoint(0)); in TEST() 365 EXPECT_EQ(CFX_PointF(5, 6), path.GetPoint(1)); in TEST() 370 EXPECT_EQ(CFX_PointF(5, 6), path.GetPoint(0)); in TEST() 371 EXPECT_EQ(CFX_PointF(5, 6), path.GetPoint(1)); in TEST() 372 EXPECT_EQ(CFX_PointF(65, 82), path.GetPoint(2)); in TEST() 373 EXPECT_EQ(CFX_PointF(65, 82), path.GetPoint(3)); in TEST()
|
D | cfx_path.h | 49 CFX_PointF GetPoint(size_t index) const { return m_Points[index].m_Point; } in GetPoint() function
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 322 CFX_PointF pos = path.GetPoint(i); in OutputPath() 337 CFX_PointF pos1 = path.GetPoint(i + 1); in OutputPath() 338 CFX_PointF pos2 = path.GetPoint(i + 2); in OutputPath() 718 CFX_PointF point = TransformedPath.GetPoint(p); in FindPSFontGlyph() 729 CFX_PointF point1 = TransformedPath.GetPoint(p + 1); in FindPSFontGlyph() 730 CFX_PointF point2 = TransformedPath.GetPoint(p + 2); in FindPSFontGlyph()
|
D | cgdi_device_driver.cpp | 632 CFX_PointF pos1 = path.GetPoint(0); in DrawPath() 633 CFX_PointF pos2 = path.GetPoint(1); in DrawPath()
|
/external/cronet/crypto/ |
D | p224_spake.cc | 114 bssl::UniquePtr<EC_POINT> GetPoint( in GetPoint() function 128 bssl::UniquePtr<EC_POINT> MN(GetPoint(p224, use_m ? kM_X962 : kN_X962)); in GetMask()
|
/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()
|