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

/haiku/headers/private/interface/
H A DPicturePlayer.h104 void (*draw_shape_gradient)(void* userData, const BShape& shape, BGradient& gradient, bool fill); member in struct:BPrivate::picture_player_callbacks
/haiku/src/kits/interface/
H A DPicturePlayer.cpp600 draw_shape_gradient(void* _context, const BShape& shape, BGradient& gradient, bool fill) function
776 draw_shape_gradient,
1157 if (callbacks.draw_shape_gradient == NULL || !reader.Get(opCount)
1168 callbacks.draw_shape_gradient(userData, shape, *gradient,
/haiku/src/servers/app/
H A DServerPicture.cpp507 draw_shape_gradient(void* _canvas, const BShape& shape, BGradient& gradient, bool fill) function
1069 draw_shape_gradient,

Completed in 49 milliseconds