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

/haiku/headers/private/interface/
H A DPicturePlayer.h90 void (*scale_by)(void* userData, double x, double y); member in struct:BPrivate::picture_player_callbacks
/haiku/src/kits/interface/
H A DPicturePlayer.cpp465 scale_by(void* _context, double x, double y) function
764 scale_by,
1614 if (callbacks.scale_by == NULL || !reader.Get(x)
1619 callbacks.scale_by(userData, *x, *y);
/haiku/src/servers/app/
H A DPictureBoundingBoxPlayer.cpp753 scale_by(void* _state, double x, double y) function
833 scale_by,
H A DServerPicture.cpp934 scale_by(void* _canvas, double x, double y) function
1057 scale_by,

Completed in 37 milliseconds