Home
last modified time | relevance | path

Searched refs:point0 (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_clippath.cpp87 CFX_PointF point0 = old_path.GetPoint(0); in AppendPath() local
89 CFX_FloatRect old_rect(point0.x, point0.y, point2.x, point2.y); in AppendPath()
Dcpdf_contentparser.cpp207 CFX_PointF point0 = ClipPath.GetPoint(0); in Continue() local
209 CFX_FloatRect old_rect(point0.x, point0.y, point2.x, point2.y); in Continue()
/external/vulkan-validation-layers/libs/glm/gtx/
Dintersect.inl193 genType const & point0, genType const & point1, argument
200 genType dir = normalize(point1 - point0);
201 genType diff = sphereCenter - point0;
211 intersectionPoint1 = point0 + dir * (t0 - t1);
213 intersectionPoint2 = point0 + dir * (t0 + t1);
Dintersect.hpp101 genType const & point0, genType const & point1,