Searched refs:VISIBLE_PALETTE_ROWS (Results 1 – 2 of 2) sorted by relevance
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()[all …]
9 #define VISIBLE_PALETTE_ROWS 6 macro63 palette_row mPaletteRows[VISIBLE_PALETTE_ROWS];