Searched refs:point1 (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/utils/win/ |
D | SkDWriteGeometrySink.cpp | 120 { beziers->point1.x, beziers->point1.y }, in AddBeziers() 128 fPath->cubicTo(beziers->point1.x, beziers->point1.y, in AddBeziers()
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | intersect.hpp | 101 genType const & point0, genType const & point1,
|
D | intersect.inl | 193 genType const & point0, genType const & point1, argument 200 genType dir = normalize(point1 - point0);
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 616 CFX_PointF point1 = TransformedPath.GetPoint(p + 1); in FindPSFontGlyph() local 618 buf << point.x << " " << point.y << " " << point1.x << " " << point1.y in FindPSFontGlyph()
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 161 CFX_VTemplate(const CFX_PTemplate<BaseType>& point1, in CFX_VTemplate() argument 163 : CFX_PTemplate<BaseType>(point2.x - point1.x, point2.y - point1.y) {} in CFX_VTemplate()
|