Searched refs:draw_string_locations (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/private/interface/ |
H A D | PicturePlayer.h | 96 void (*draw_string_locations)(void* userData, const char* string, member
|
/haiku/src/kits/interface/ |
H A D | PicturePlayer.cpp | 513 draw_string_locations(void* _context, const char* _string, size_t length, in draw_string_locations() function 770 draw_string_locations, in Play() 1232 if (callbacks.draw_string_locations == NULL in _Play() 1239 callbacks.draw_string_locations(userData, string, length, in _Play()
|
/haiku/src/servers/app/ |
H A D | ServerPicture.cpp | 542 draw_string_locations(void* _canvas, const char* string, size_t length, in draw_string_locations() function 1066 draw_string_locations,
|