Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/ui/
H A DSharedIcons.cpp19 BitmapHolderRef SharedIcons::sIconStarBlue16Scaled; member in SharedIcons
42 if (!SharedIcons::sIconStarBlue16Scaled.IsSet()) { in IconStarBlue16Scaled()
43 SharedIcons::sIconStarBlue16Scaled in IconStarBlue16Scaled()
46 return SharedIcons::sIconStarBlue16Scaled; in IconStarBlue16Scaled()
118 sIconStarBlue16Scaled.Unset(); in UnsetAllIcons()
H A DSharedIcons.h41 static BitmapHolderRef sIconStarBlue16Scaled; variable