Home
last modified time | relevance | path

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

/haiku/src/preferences/appearance/
H A DColorWhichListView.cpp57 BString hexStr; in InitiateDrag() local
58 hexStr.SetToFormat("#%.2X%.2X%.2X", color.red, color.green, color.blue); in InitiateDrag()
61 message.AddData("text/plain", B_MIME_TYPE, hexStr.String(), in InitiateDrag()
62 hexStr.Length()); in InitiateDrag()
H A DColorPreview.cpp233 BString hexStr; in _DragColor() local
234 hexStr.SetToFormat("#%.2X%.2X%.2X", fColor.red, fColor.green, fColor.blue); in _DragColor()
237 message.AddData("text/plain", B_MIME_TYPE, hexStr.String(), in _DragColor()
238 hexStr.Length()); in _DragColor()
/haiku/src/apps/terminal/
H A DColorListView.cpp57 BString hexStr; in InitiateDrag() local
58 hexStr.SetToFormat("#%.2X%.2X%.2X", color.red, color.green, color.blue); in InitiateDrag()
61 message.AddData("text/plain", B_MIME_TYPE, hexStr.String(), in InitiateDrag()
62 hexStr.Length()); in InitiateDrag()
H A DColorPreview.cpp233 BString hexStr; in _DragColor() local
234 hexStr.SetToFormat("#%.2X%.2X%.2X", fColor.red, fColor.green, fColor.blue); in _DragColor()
237 message.AddData("text/plain", B_MIME_TYPE, hexStr.String(), in _DragColor()
238 hexStr.Length()); in _DragColor()