Home
last modified time | relevance | path

Searched defs:height (Results 1 – 15 of 15) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DXPM.h17 int height=1; variable
48 int height; variable
78 mutable int height; ///< Memorize largest height of the set. variable
H A DContractionState.cxx359 bool ContractionState<LINE>::SetHeight(Sci::Line lineDoc, int height) { in SetHeight()
399 const Sci::Line height = displayNext - displayThis; in Check() local
H A DCallTip.cxx301 …const int height = lineHeight * numLines - static_cast<int>(surfaceMeasure->InternalLeading(font))… in CallTipStart() local
H A DPositionCache.h123 XYPOSITION height; member
/MusicPlayer2/MusicPlayer2/
H A DMiniModeUserUi.cpp53 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 DGaussBlur.h13 int height; //图像高度(已经被取绝对值) variable
H A DGaussBlur.cpp70 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 DMiniModeDlg.cpp98 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 DPlayListCtrl.cpp119 bool CPlayListCtrl::SetRowHeight(int height) in SetRowHeight()
H A DListCtrlEx.cpp133 bool CListCtrlEx::SetRowHeight(int height, int left_space) in SetRowHeight()
H A DLyricsWindow.cpp342 Gdiplus::REAL height = boundingBox.Height + gapHeight + translateHeight; in DrawLyrics() local
H A DCUIDrawer.cpp36 int height = m_pDC->GetTextExtent(L"文").cy; in GetLyricTextHeight() local
H A DDrawCommon.cpp90 …int height = m_pDC->DrawText(lpszString, text_rect, DT_CALCRECT | DT_CENTER | DT_EDITCONTROL | DT_… in DrawWindowText() local
H A DUIElement.cpp468 int height{ child->GetHeight(GetRect()) }; in CalculateChildrenRect() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx624 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()