Home
last modified time | relevance | path

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

/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp118 uint32 imageSet = 0; in GetBackgroundImage() local
143 (int32*)&imageSet); in GetBackgroundImage()
150 mode, offset, textWidgetLabelOutline, imageSet, cacheMode); in GetBackgroundImage()
154 if (imageSet > maxImageSet) in GetBackgroundImage()
155 maxImageSet = imageSet; in GetBackgroundImage()
175 uint32 imageSet, uint32 cacheMode) in BackgroundImageInfo() argument
182 fImageSet(imageSet), in BackgroundImageInfo()
H A DBackgroundImage.h87 BPoint offset, bool textWidgetLabelOutline, uint32 imageSet,