Lines Matching refs:VISIBLE_PALETTE_ROWS
161 info.nPage = VISIBLE_PALETTE_ROWS; in DoDataExchange()
540 if (top_index + VISIBLE_PALETTE_ROWS > 256) in Scroll()
542 top_index = 256 - VISIBLE_PALETTE_ROWS; in Scroll()
574 deltaPos = -VISIBLE_PALETTE_ROWS; in OnVScroll()
579 deltaPos = VISIBLE_PALETTE_ROWS; in OnVScroll()
918 if (frame->GetTopIndex() < 256 - VISIBLE_PALETTE_ROWS) in PreTranslateMessage()
936 if (frame->GetTopIndex() < 256 - VISIBLE_PALETTE_ROWS) in PreTranslateMessage()
938 frame->Scroll(256 - VISIBLE_PALETTE_ROWS - frame->GetTopIndex()); in PreTranslateMessage()
944 frame->Scroll(-VISIBLE_PALETTE_ROWS); in PreTranslateMessage()
949 frame->Scroll(VISIBLE_PALETTE_ROWS); in PreTranslateMessage()
1004 int row_height = (client.Height() + VISIBLE_PALETTE_ROWS - 1) / VISIBLE_PALETTE_ROWS; in OnCreate()
1009 for (index = 0; index < VISIBLE_PALETTE_ROWS; index++) in OnCreate()
1062 for (index = 0; index < VISIBLE_PALETTE_ROWS; index++) in SetRowData()