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

/haiku/headers/private/interface/
H A DPicturePlayer.h89 void (*translate_by)(void* userData, double x, double y); member in struct:BPrivate::picture_player_callbacks
/haiku/src/kits/interface/
H A DPicturePlayer.cpp456 translate_by(void* _context, double x, double y) function
763 translate_by,
1601 if (callbacks.translate_by == NULL || !reader.Get(x)
1606 callbacks.translate_by(userData, *x, *y);
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp741 translate_by(void* _state, double x, double y) function
832 translate_by,
H A DServerPicture.cpp918 translate_by(void* _canvas, double x, double y) function
1056 translate_by,

Completed in 44 milliseconds