Searched refs:GetTopIndex (Results 1 – 2 of 2) sorted by relevance
527 int top_index = mpPaletteFrame->GetTopIndex(); in Scroll()545 if (top_index != mpPaletteFrame->GetTopIndex()) in Scroll()558 int top_index = mpPaletteFrame->GetTopIndex(); in OnVScroll()906 if (frame->GetTopIndex() > 0) in PreTranslateMessage()918 if (frame->GetTopIndex() < 256 - VISIBLE_PALETTE_ROWS) in PreTranslateMessage()928 if (frame->GetTopIndex() > 0) in PreTranslateMessage()930 frame->Scroll(-frame->GetTopIndex()); in PreTranslateMessage()936 if (frame->GetTopIndex() < 256 - VISIBLE_PALETTE_ROWS) in PreTranslateMessage()938 frame->Scroll(256 - VISIBLE_PALETTE_ROWS - frame->GetTopIndex()); in PreTranslateMessage()
56 INT GetTopIndex() { return mTopIndex; } in GetTopIndex() function