Lines Matching refs:top
163 dc.MoveTo(client.left, client.top); in BEGIN_MESSAGE_MAP()
164 dc.LineTo(client.right, client.top); in BEGIN_MESSAGE_MAP()
167 dc.MoveTo(client.left, client.top); in BEGIN_MESSAGE_MAP()
169 dc.MoveTo(client.right - 1, client.top); in BEGIN_MESSAGE_MAP()
183 rect.top += (size.Height() - sz.cy) / 2; in BEGIN_MESSAGE_MAP()
185 dc.MoveTo(size.right, size.top); in BEGIN_MESSAGE_MAP()
190 rect.top += (size.Height() - sz.cy) / 2; in BEGIN_MESSAGE_MAP()
193 dc.MoveTo(size.right, size.top); in BEGIN_MESSAGE_MAP()
198 rect.top += (size.Height() - sz.cy) / 2; in BEGIN_MESSAGE_MAP()
248 RangeListEntrySize.bottom = RangeListEntrySize.top + m_range_row_height; in OnCreate()
284 childsize.top -= (m_scroll_helper->GetScrollPos()).cy; in CreateExtendedRangeEntry()
285 childsize.top += NUM_FONT_CHAR_RANGES * m_range_row_height; in CreateExtendedRangeEntry()
286 childsize.bottom = childsize.top + m_range_row_height - 1; in CreateExtendedRangeEntry()
301 childsize.top += m_range_row_height; in CreateExtendedRangeEntry()
366 if (rect.top < list_client.top) in OnSetFocus()
411 fieldsize.top++; in OnCreate()
633 if (rect.top < list_client.top) in PreTranslateKeyDown()
635 list->Scroll(rect.top - list_client.top); in PreTranslateKeyDown()
1138 RangeListSize.top = Size.bottom + m_range_row_height + 8; in OnInitDialog()
1154 Size.top = RangeListSize.top - m_range_row_height - 4; in OnInitDialog()
1156 Size.bottom = RangeListSize.top - 1; in OnInitDialog()