Home
last modified time | relevance | path

Searched refs:draw_string_locations (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/interface/
H A DPicturePlayer.h96 void (*draw_string_locations)(void* userData, const char* string, member
/haiku/src/kits/interface/
H A DPicturePlayer.cpp513 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 DServerPicture.cpp542 draw_string_locations(void* _canvas, const char* string, size_t length, in draw_string_locations() function
1066 draw_string_locations,