Home
last modified time | relevance | path

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

/haiku/src/apps/patchbay/
H A DEndpointInfo.cpp33 static BBitmap* CreateIcon(const BMessage* msg, icon_size which);
55 fIcon = CreateIcon(&msg, DISPLAY_ICON_SIZE); in EndpointInfo()
93 fIcon = CreateIcon(props, DISPLAY_ICON_SIZE); in UpdateProperties()
98 CreateIcon(const BMessage* msg, icon_size which) in CreateIcon() function