Searched refs:m_points (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/agg23/ |
D | agg_curves.cpp | 35 m_points.remove_all(); in init() 73 m_points.add(point_type(x1234, y1234, path_flags_jr)); in recursive_bezier() 80 m_points.add(point_type(x23, y23, path_flags_jr)); in recursive_bezier() 87 m_points.add(point_type(x23, y23, path_flags_jr)); in recursive_bezier() 94 m_points.add(point_type(x23, y23, path_flags_jr)); in recursive_bezier() 107 m_points.add(point_type(x1, y1)); in bezier() 109 m_points.add(point_type(x4, y4)); in bezier()
|
D | agg_curves.h | 83 m_points.remove_all(); in reset() 100 if(m_count >= m_points.size()) { in vertex() 103 const point_type& p = m_points[m_count++]; in vertex() 110 if(m_count >= m_points.size()) { in vertex_flag() 113 const point_type& p = m_points[m_count++]; in vertex_flag() 121 return m_points.size(); in count() 136 pod_deque<point_type> m_points; variable
|
/external/deqp/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 492 const std::vector<tcu::Vec4> m_points; member in deqp::gles3::Functional::__anonf0d61e2b0111::PointCase 499 , m_points (pointsBegin, pointsEnd) in PointCase() 531 for (size_t ndx = 0; ndx < m_points.size(); ++ndx) in testRender() 533 << "\tx=" << m_points[ndx].x() in testRender() 534 << "\ty=" << m_points[ndx].y() in testRender() 535 << "\tz=" << m_points[ndx].z() in testRender() 536 << "\tw=" << m_points[ndx].w() in testRender() 537 << "\t" << genClippingPointInfoString(m_points[ndx]) in testRender() 555 ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, 0, &m_points[0]); in testRender() 558 ctx.drawArrays (GL_POINTS, 0, (glw::GLsizei)m_points.size()); in testRender()
|
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 489 const std::vector<tcu::Vec4> m_points; member in deqp::gles2::Functional::__anon07cb73c90111::PointCase 496 , m_points (pointsBegin, pointsEnd) in PointCase() 528 for (size_t ndx = 0; ndx < m_points.size(); ++ndx) in testRender() 530 << "\tx=" << m_points[ndx].x() in testRender() 531 << "\ty=" << m_points[ndx].y() in testRender() 532 << "\tz=" << m_points[ndx].z() in testRender() 533 << "\tw=" << m_points[ndx].w() in testRender() 534 << "\t" << genClippingPointInfoString(m_points[ndx]) in testRender() 552 ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, 0, &m_points[0]); in testRender() 555 ctx.drawArrays (GL_POINTS, 0, (glw::GLsizei)m_points.size()); in testRender()
|