/MusicPlayer2/scintilla/src/ |
H A D | XPM.h | 17 int height=1; variable 48 int height; variable 78 mutable int height; ///< Memorize largest height of the set. variable
|
H A D | ContractionState.cxx | 359 bool ContractionState<LINE>::SetHeight(Sci::Line lineDoc, int height) { in SetHeight() 399 const Sci::Line height = displayNext - displayThis; in Check() local
|
H A D | CallTip.cxx | 301 …const int height = lineHeight * numLines - static_cast<int>(surfaceMeasure->InternalLeading(font))… in CallTipStart() local
|
H A D | PositionCache.h | 123 XYPOSITION height; member
|
/MusicPlayer2/MusicPlayer2/ |
H A D | MiniModeUserUi.cpp | 53 bool CMiniModeUserUi::GetUiSize(int& width, int& height, int& height_with_playlist) in GetUiSize() 88 int width{}, height{}, height_width_playlist; in PreDrawInfo() local
|
H A D | GaussBlur.h | 13 int height; //图像高度(已经被取绝对值) variable
|
H A D | GaussBlur.cpp | 70 int height = image_src.GetHeight(); in DoGaussBlur() local 78 bool CGaussBlur::Filter(LPCVOID pSrc, LPVOID pDest, int width, int height, int bpp) in Filter()
|
H A D | MiniModeDlg.cpp | 98 int width{}, height{}, height_with_playlist{}; in AdjustWindowSize() local 124 bool CMiniModeDlg::CalculateWindowSize(int& width, int& height, int& height_with_playlist) in CalculateWindowSize() 630 int width{}, height{}, height_with_playlist{}; in OnShowPlayList() local
|
H A D | PlayListCtrl.cpp | 119 bool CPlayListCtrl::SetRowHeight(int height) in SetRowHeight()
|
H A D | ListCtrlEx.cpp | 133 bool CListCtrlEx::SetRowHeight(int height, int left_space) in SetRowHeight()
|
H A D | LyricsWindow.cpp | 342 Gdiplus::REAL height = boundingBox.Height + gapHeight + translateHeight; in DrawLyrics() local
|
H A D | CUIDrawer.cpp | 36 int height = m_pDC->GetTextExtent(L"文").cy; in GetLyricTextHeight() local
|
H A D | DrawCommon.cpp | 90 …int height = m_pDC->DrawText(lpszString, text_rect, DT_CALCRECT | DT_CENTER | DT_EDITCONTROL | DT_… in DrawWindowText() local
|
H A D | UIElement.cpp | 468 int height{ child->GetHeight(GetRect()) }; in CalculateChildrenRect() local
|
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 624 void SurfaceGDI::InitPixMap(int width, int height, Surface *surface_, WindowID wid) { in InitPixMap() 950 void SurfaceGDI::DrawRGBAImage(PRectangle rc, int width, int height, const unsigned char *pixelsIma… in DrawRGBAImage() 1311 void SurfaceD2D::InitPixMap(int width, int height, Surface *surface_, WindowID wid) { in InitPixMap() 1422 const int height = std::abs(y - yEnd) + 1; in LineTo() local 1604 void SurfaceD2D::DrawRGBAImage(PRectangle rc, int width, int height, const unsigned char *pixelsIma… in DrawRGBAImage() 2394 void FlipBitmap(HBITMAP bitmap, int width, int height) noexcept { in FlipBitmap() 2414 const int height = SystemMetricsForDpi(SM_CYCURSOR, dpi); in LoadReverseArrowCursor() local 2779 void ListBoxX::RegisterRGBAImage(int type, int width, int height, const unsigned char *pixelsImage)… in RegisterRGBAImage()
|