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

/haiku/headers/private/interface/
H A DPicturePlayer.h35 void (*move_pen_by)(void* userData, const BPoint& where); member in struct:BPrivate::picture_player_callbacks
/haiku/src/kits/interface/
H A DPicturePlayer.cpp46 move_pen_by(void* _context, const BPoint& delta) function
723 move_pen_by,
934 if (callbacks.move_pen_by == NULL || !reader.Get(where))
937 callbacks.move_pen_by(userData, *where);
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp184 move_pen_by(void* _state, const BPoint& delta) function
792 move_pen_by,
H A DServerPicture.cpp270 move_pen_by(void* _canvas, const BPoint& delta) function
1016 move_pen_by,

Completed in 97 milliseconds