Home
last modified time | relevance | path

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

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/librender/opengl/
H A DRenderer_ogl.cpp414 std::vector<oglVertex> shape_points; in interpolate() local
415 shape_points.push_back(oglVertex(anchor)); in interpolate()
422 shape_points.push_back(oglVertex(target)); in interpolate()
426 trace_curve(anchor, control, target, shape_points); in interpolate()
431 return shape_points; in interpolate()
1518 const std::vector<oglVertex>& shape_points = (*pathpoints.find(&cur_path)).second; in draw_outlines() local
1522 glVertexPointer(3, GL_DOUBLE, 0 /* tight packing */, &shape_points.front()); in draw_outlines()
1523 glDrawArrays(GL_LINE_STRIP, 0, shape_points.size()); in draw_outlines()
/dports/deskutils/mate-notification-daemon/mate-notification-daemon-1.26.0/src/themes/standard/
H A Dtheme.c296 shape_points[i].x = (_x) + (shapeoffset_x); \
297 shape_points[i].y = (_y) + (shapeoffset_y); \
313 GdkPoint* shape_points = NULL; in create_border_with_arrow() local
382 shape_points = g_new0(GdkPoint, windata->num_border_points); in create_border_with_arrow()
483 g_assert(shape_points != NULL); in create_border_with_arrow()
487 g_free(shape_points); in create_border_with_arrow()
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dpreviewwindow.py140 shape_points = []
148 shape_points.extend(points)
155 x, y, w, h = _points_to_enclosing_rect(shape_points)
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A DMakefile.am90 shape_points.cpp\