Searched refs:point0 (Results 1 – 4 of 4) sorted by relevance
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | intersect.inl | 146 genType const & point0, genType const & point1, argument 153 genType dir = normalize(point1 - point0); 154 genType diff = sphereCenter - point0; 164 intersectionPoint1 = point0 + dir * (t0 - t1); 166 intersectionPoint2 = point0 + dir * (t0 + t1);
|
D | intersect.hpp | 79 genType const & point0, genType const & point1,
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_clippath.cpp | 82 CFX_PointF point0 = old_path.GetPoint(0); in AppendPath() local 84 CFX_FloatRect old_rect(point0.x, point0.y, point2.x, point2.y); in AppendPath()
|
D | cpdf_contentparser.cpp | 224 CFX_PointF point0 = ClipPath.GetPoint(0); in CheckClip() local 226 CFX_FloatRect old_rect(point0.x, point0.y, point2.x, point2.y); in CheckClip()
|