Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dcolor_edit_dialog.cpp105 CRect swatch; in PaintColorPalette() local
115 swatch.left = boxrect.left; in PaintColorPalette()
116 swatch.top = boxrect.top; in PaintColorPalette()
117 swatch.right = swatch.left + m_swatch_size; in PaintColorPalette()
118 swatch.bottom = swatch.top + m_swatch_size; in PaintColorPalette()
125 swatch.left = boxrect.left; in PaintColorPalette()
126 swatch.right = swatch.left + m_swatch_size; in PaintColorPalette()
141 pDC->Rectangle(swatch); in PaintColorPalette()
142 swatch.OffsetRect(m_swatch_size, 0); in PaintColorPalette()
144 swatch.OffsetRect(0, m_swatch_size); in PaintColorPalette()
[all …]