Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
DPaletteLayoutDlg.cpp161 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 …]
DPaletteLayoutDlg.h9 #define VISIBLE_PALETTE_ROWS 6 macro
63 palette_row mPaletteRows[VISIBLE_PALETTE_ROWS];