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

/haiku/headers/private/interface/
H A DPicturePlayer.h98 void (*draw_rect_gradient)(void* userData, const BRect& rect, BGradient& gradient, bool fill); member in struct:BPrivate::picture_player_callbacks
/haiku/src/kits/interface/
H A DPicturePlayer.cpp527 draw_rect_gradient(void* _context, const BRect& rect, BGradient& gradient, bool fill) function
770 draw_rect_gradient,
1077 if (callbacks.draw_rect_gradient == NULL || !reader.Get(rect) || !reader.GetGradient(gradient))
1081 callbacks.draw_rect_gradient(userData, *rect, *gradient,
/haiku/src/servers/app/
H A DServerPicture.cpp400 draw_rect_gradient(void* _canvas, const BRect& _rect, BGradient& gradient, bool fill) function
1063 draw_rect_gradient,

Completed in 56 milliseconds