Searched refs:rotate_by (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/interface/
H A DPicturePlayer.h91 void (*rotate_by)(void* userData, double angleRadians); member in struct:BPrivate::picture_player_callbacks
/haiku/src/kits/interface/
H A DPicturePlayer.cpp474 rotate_by(void* _context, double angleRadians) function
765 rotate_by,
1626 if (callbacks.rotate_by == NULL || !reader.Get(angleRadians))
1629 callbacks.rotate_by(userData, *angleRadians);
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp765 rotate_by(void* _state, double angleRadians) function
834 rotate_by,
H A DServerPicture.cpp950 rotate_by(void* _canvas, double angleRadians) function
1058 rotate_by,

Completed in 46 milliseconds