Searched refs:draw_polygon_gradient (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/interface/
H A DPicturePlayer.h103 void (*draw_polygon_gradient)(void* userData, size_t numPoints, const BPoint points[], bool isClosed, BGradient& gradient, bool fill); member in struct:BPrivate::picture_player_callbacks
/haiku/src/kits/interface/
H A DPicturePlayer.cpp582 draw_polygon_gradient(void* _context, size_t numPoints, const BPoint _points[], function
775 draw_polygon_gradient,
1126 if (callbacks.draw_polygon_gradient == NULL || !reader.Get(numPoints)
1144 callbacks.draw_polygon_gradient(userData, *numPoints, points, isClosed, *gradient,
/haiku/src/servers/app/
H A DServerPicture.cpp481 draw_polygon_gradient(void* _canvas, size_t numPoints, const BPoint viewPoints[], function
1068 draw_polygon_gradient,

Completed in 59 milliseconds