Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dresource_item.cpp1157 int hspace = m_thumbnail_size; in PaintPixelmapItem() local
1158 hspace -= m_bitmap.gx_bmp_header.biWidth; in PaintPixelmapItem()
1159 hspace /= 2; in PaintPixelmapItem()
1161 if (hspace < 0) in PaintPixelmapItem()
1163 hspace = 0; in PaintPixelmapItem()
1167 boxrect.left + hspace, in PaintPixelmapItem()