Home
last modified time | relevance | path

Searched refs:cxWidth (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/wince/
H A DWinCE_main.cpp219 if ((gx_displayprop.cyHeight!=320)||(gx_displayprop.cxWidth!=240)) in InitGAPI()
417 int hCenter = (gx_displayprop.cxWidth >> 1) - ((screenHeight<<doublePixels) >> 1); in POINTFROMPARAM()
429 int hCenter = (gx_displayprop.cxWidth >> 1) - ((screenHeight<<doublePixels) >> 1); in POINTFROMPARAM()
434 point.y = gx_displayprop.cxWidth - 1 - (LOWORD(param) + hCenter); in POINTFROMPARAM()
440 int hCenter = (gx_displayprop.cxWidth >> 1) - ((screenWidth<<doublePixels) >> 1); in POINTFROMPARAM()
479 const unsigned int hRes = gx_displayprop.cxWidth >> doublePixels; in UpdateScreen()
496 int hCenter = (gx_displayprop.cxWidth >> 1) - ((screenHeight<<doublePixels) >> 1); in UpdateScreen()
619 int hCenter = (gx_displayprop.cxWidth >> 1) - ((screenWidth<<doublePixels) >> 1); in UpdateScreen()
711 const unsigned int hRes = gx_displayprop.cxWidth >> doublePixels; in UpdateScreenRegion()
871 int hCenter = (gx_displayprop.cxWidth >> 1) - ((screenWidth<<doublePixels) >> 1); in UpdateScreenRegion()
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c152 unsigned long cxWidth; //0c member
428 gapi->gxProperties.cxWidth = gxInfo.cxWidth; in FillStructs()
441 gapi->gxProperties.cxWidth = g_RawFrameBufferInfo.cxPixels; in FillStructs()
542 GAPI_AddMode(this, bpp, gapi->gxProperties.cyHeight, gapi->gxProperties.cxWidth); in GAPI_VideoInit()
543 GAPI_AddMode(this, bpp, gapi->gxProperties.cxWidth, gapi->gxProperties.cyHeight); in GAPI_VideoInit()
556 GAPI_AddMode(this, bpp, gapi->gxProperties.cyHeight, gapi->gxProperties.cxWidth); in GAPI_VideoInit()
557 GAPI_AddMode(this, bpp, gapi->gxProperties.cxWidth, gapi->gxProperties.cyHeight); in GAPI_VideoInit()
683 …if( (((unsigned)width != gapi->gxProperties.cxWidth) || ((unsigned)height != gapi->gxProperties.cy… in GAPI_SetVideoMode()
684 …nsigned)width != gapi->gxProperties.cyHeight) || ((unsigned)height != gapi->gxProperties.cxWidth))) in GAPI_SetVideoMode()
695 if( (width > height) && (gapi->gxProperties.cxWidth < gapi->gxProperties.cyHeight)) in GAPI_SetVideoMode()
[all …]
H A DSDL_gapivideo.h35 DWORD cxWidth; member
/dports/emulators/atari800/atari800-3.1.0/src/wince/port/
H A Dscreen_wince.cpp255 …if (((unsigned int) GetSystemMetrics(SM_CXSCREEN) != gxdp.cxWidth) || ((unsigned int) GetSystemMet… in gron()
274 gxdp.cxWidth = rfbi.cxPixels; in gron()
325 if( !pCls || !pRefresh || !pDrawKbd || ((gxdp.cxWidth < 240) && (gxdp.cxWidth != 176)) in gron()
334 geom[0].width = gxdp.cxWidth; // 240 in gron()
340 geom[0].xSkipMask = gxdp.cxWidth < 320 ? 0x00000003 : 0xffffffff; in gron()
346 geom[1].height = gxdp.cxWidth; // 240 in gron()
357 geom[2].height = gxdp.cxWidth; // 240 in gron()
358 geom[2].startoffset = gxdp.cbxPitch*(gxdp.cxWidth-1); in gron()
367 if ((gxdp.cxWidth == 176) & (gxdp.cyHeight == 220) & (pRefresh == hicolor_Refresh)) in gron()
391 if ((gxdp.cxWidth == 480) & (gxdp.cyHeight == 640) & (pRefresh == hicolor_Refresh)) in gron()
[all …]
/dports/games/q2pro/q2pro/source/
H A Dwin_ceimp.c149 Com_Printf( "cxWidth %d\n", props.cxWidth );
180 sww_state.width = props.cxWidth;
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComPrediction.cpp675 UInt cxWidth = width >> refPic->getComponentScaleX(compID); in xPredInterBlk() local
682 m_if.filterHor(compID, ref, refStride, dst, dstStride, cxWidth, cxHeight, xFrac, !bi, chFmt); in xPredInterBlk()
686 …m_if.filterVer(compID, ref, refStride, dst, dstStride, cxWidth, cxHeight, yFrac, true, !bi, chFmt); in xPredInterBlk()
695 …ompID, ref - ((vFilterSize>>1) -1)*refStride, refStride, tmp, tmpStride, cxWidth, cxHeight+vFilter… in xPredInterBlk()
696 …ompID, tmp + ((vFilterSize>>1) -1)*tmpStride, tmpStride, dst, dstStride, cxWidth, cxHeight, … in xPredInterBlk()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlframe.h510 rbBand.cx = (cxWidth != 0) ? cxWidth : rcTmp.right;
531 rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left);
556 …return AddSimpleReBarBandCtrl(m_hWndToolBar, hWndBand, 0, lpstrTitle, bNewRow, cxWidth, bFullWidth…
3041 void DlgResize_UpdateLayout(int cxWidth, int cyHeight) in DlgResize_UpdateLayout() argument
3049 if(cxWidth < m_ptMinTrackSize.x) in DlgResize_UpdateLayout()
3050 cxWidth = m_ptMinTrackSize.x; in DlgResize_UpdateLayout()
3081 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i + j], true, pDataPrev); in DlgResize_UpdateLayout()
3089 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i], false); in DlgResize_UpdateLayout()
3152 int cxRight = rectGroup.right + cxWidth - m_sizeDialog.cx;
3219 rectCtl.left = (cxWidth - cxCtl) / 2;
[all …]
H A Datlctrlw.h3403 int cxWidth = rect.right - rect.left; in OnNcPaint() local
3422 pT->_CalcIconRect(cxWidth, cyHeight, rcIcon); in OnNcPaint()
3426 ::SetRect(&rect, cxWidth - m_cxRight, 0, cxWidth, cyHeight); in OnNcPaint()
3451 pT->_CalcBtnRects(cxWidth, cyHeight, arrRect); in OnNcPaint()
3889 void _CalcIconRect(int cxWidth, int cyHeight, RECT& rect, bool bInvertX = false) const
3899 …::SetRect(&rect, cxWidth - (xStart + m_cxBtnWidth), yStart, cxWidth - xStart, yStart + m_cyBtnHeig…
3904 void _CalcBtnRects(int cxWidth, int cyHeight, RECT arrRect[3], bool bInvertX = false) const
3910 RECT rcBtn = { cxWidth - m_cxBtnWidth, yStart, cxWidth, yStart + m_cyBtnHeight };
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlframe.h641 rbBand.cx = (cxWidth != 0) ? cxWidth : rcTmp.right;
662 rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left);
691 …return AddSimpleReBarBandCtrl(m_hWndToolBar, hWndBand, 0, lpstrTitle, bNewRow, cxWidth, bFullWidth…
3400 void DlgResize_UpdateLayout(int cxWidth, int cyHeight) in DlgResize_UpdateLayout() argument
3408 if(cxWidth < m_ptMinTrackSize.x) in DlgResize_UpdateLayout()
3409 cxWidth = m_ptMinTrackSize.x; in DlgResize_UpdateLayout()
3440 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i + j], true, pDataPrev); in DlgResize_UpdateLayout()
3448 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i], false); in DlgResize_UpdateLayout()
3517 int cxRight = rectGroup.right + cxWidth - m_sizeDialog.cx;
3584 rectCtl.left = (cxWidth - cxCtl) / 2;
[all …]
H A Datlctrlw.h3536 int cxWidth = rect.right - rect.left; in OnNcPaint() local
3560 pT->_CalcIconRect(cxWidth, cyHeight, rcIcon); in OnNcPaint()
3564 ::SetRect(&rect, cxWidth - m_cxRight, 0, cxWidth, cyHeight); in OnNcPaint()
3598 pT->_CalcBtnRects(cxWidth, cyHeight, arrRect); in OnNcPaint()
4076 void _CalcIconRect(int cxWidth, int cyHeight, RECT& rect, bool bInvertX = false) const
4086 …::SetRect(&rect, cxWidth - (xStart + m_cxBtnWidth), yStart, cxWidth - xStart, yStart + m_cyBtnHeig…
4091 void _CalcBtnRects(int cxWidth, int cyHeight, RECT arrRect[3], bool bInvertX = false) const
4097 RECT rcBtn = { cxWidth - m_cxBtnWidth, yStart, cxWidth, yStart + m_cyBtnHeight };
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlframe.h510 rbBand.cx = (cxWidth != 0) ? cxWidth : rcTmp.right;
531 rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left);
556 …return AddSimpleReBarBandCtrl(m_hWndToolBar, hWndBand, 0, lpstrTitle, bNewRow, cxWidth, bFullWidth…
3041 void DlgResize_UpdateLayout(int cxWidth, int cyHeight) in DlgResize_UpdateLayout() argument
3049 if(cxWidth < m_ptMinTrackSize.x) in DlgResize_UpdateLayout()
3050 cxWidth = m_ptMinTrackSize.x; in DlgResize_UpdateLayout()
3081 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i + j], true, pDataPrev); in DlgResize_UpdateLayout()
3089 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i], false); in DlgResize_UpdateLayout()
3152 int cxRight = rectGroup.right + cxWidth - m_sizeDialog.cx;
3219 rectCtl.left = (cxWidth - cxCtl) / 2;
[all …]
H A Datlctrlw.h3403 int cxWidth = rect.right - rect.left; in OnNcPaint() local
3422 pT->_CalcIconRect(cxWidth, cyHeight, rcIcon); in OnNcPaint()
3426 ::SetRect(&rect, cxWidth - m_cxRight, 0, cxWidth, cyHeight); in OnNcPaint()
3451 pT->_CalcBtnRects(cxWidth, cyHeight, arrRect); in OnNcPaint()
3889 void _CalcIconRect(int cxWidth, int cyHeight, RECT& rect, bool bInvertX = false) const
3899 …::SetRect(&rect, cxWidth - (xStart + m_cxBtnWidth), yStart, cxWidth - xStart, yStart + m_cyBtnHeig…
3904 void _CalcBtnRects(int cxWidth, int cyHeight, RECT arrRect[3], bool bInvertX = false) const
3910 RECT rcBtn = { cxWidth - m_cxBtnWidth, yStart, cxWidth, yStart + m_cyBtnHeight };
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlframe.h641 rbBand.cx = (cxWidth != 0) ? cxWidth : rcTmp.right;
662 rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left);
691 …return AddSimpleReBarBandCtrl(m_hWndToolBar, hWndBand, 0, lpstrTitle, bNewRow, cxWidth, bFullWidth…
3400 void DlgResize_UpdateLayout(int cxWidth, int cyHeight) in DlgResize_UpdateLayout() argument
3408 if(cxWidth < m_ptMinTrackSize.x) in DlgResize_UpdateLayout()
3409 cxWidth = m_ptMinTrackSize.x; in DlgResize_UpdateLayout()
3440 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i + j], true, pDataPrev); in DlgResize_UpdateLayout()
3448 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i], false); in DlgResize_UpdateLayout()
3517 int cxRight = rectGroup.right + cxWidth - m_sizeDialog.cx;
3584 rectCtl.left = (cxWidth - cxCtl) / 2;
[all …]
H A Datlctrlw.h3536 int cxWidth = rect.right - rect.left; in OnNcPaint() local
3560 pT->_CalcIconRect(cxWidth, cyHeight, rcIcon); in OnNcPaint()
3564 ::SetRect(&rect, cxWidth - m_cxRight, 0, cxWidth, cyHeight); in OnNcPaint()
3598 pT->_CalcBtnRects(cxWidth, cyHeight, arrRect); in OnNcPaint()
4076 void _CalcIconRect(int cxWidth, int cyHeight, RECT& rect, bool bInvertX = false) const
4086 …::SetRect(&rect, cxWidth - (xStart + m_cxBtnWidth), yStart, cxWidth - xStart, yStart + m_cyBtnHeig…
4091 void _CalcBtnRects(int cxWidth, int cyHeight, RECT arrRect[3], bool bInvertX = false) const
4097 RECT rcBtn = { cxWidth - m_cxBtnWidth, yStart, cxWidth, yStart + m_cyBtnHeight };
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlframe.h641 rbBand.cx = (cxWidth != 0) ? cxWidth : rcTmp.right;
662 rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left);
691 …return AddSimpleReBarBandCtrl(m_hWndToolBar, hWndBand, 0, lpstrTitle, bNewRow, cxWidth, bFullWidth…
3400 void DlgResize_UpdateLayout(int cxWidth, int cyHeight) in DlgResize_UpdateLayout() argument
3408 if(cxWidth < m_ptMinTrackSize.x) in DlgResize_UpdateLayout()
3409 cxWidth = m_ptMinTrackSize.x; in DlgResize_UpdateLayout()
3440 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i + j], true, pDataPrev); in DlgResize_UpdateLayout()
3448 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i], false); in DlgResize_UpdateLayout()
3517 int cxRight = rectGroup.right + cxWidth - m_sizeDialog.cx;
3584 rectCtl.left = (cxWidth - cxCtl) / 2;
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlframe.h641 rbBand.cx = (cxWidth != 0) ? cxWidth : rcTmp.right;
662 rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left);
691 …return AddSimpleReBarBandCtrl(m_hWndToolBar, hWndBand, 0, lpstrTitle, bNewRow, cxWidth, bFullWidth…
3400 void DlgResize_UpdateLayout(int cxWidth, int cyHeight) in DlgResize_UpdateLayout() argument
3408 if(cxWidth < m_ptMinTrackSize.x) in DlgResize_UpdateLayout()
3409 cxWidth = m_ptMinTrackSize.x; in DlgResize_UpdateLayout()
3440 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i + j], true, pDataPrev); in DlgResize_UpdateLayout()
3448 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i], false); in DlgResize_UpdateLayout()
3517 int cxRight = rectGroup.right + cxWidth - m_sizeDialog.cx;
3584 rectCtl.left = (cxWidth - cxCtl) / 2;
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlframe.h641 rbBand.cx = (cxWidth != 0) ? cxWidth : rcTmp.right;
662 rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left);
691 …return AddSimpleReBarBandCtrl(m_hWndToolBar, hWndBand, 0, lpstrTitle, bNewRow, cxWidth, bFullWidth…
3400 void DlgResize_UpdateLayout(int cxWidth, int cyHeight) in DlgResize_UpdateLayout() argument
3408 if(cxWidth < m_ptMinTrackSize.x) in DlgResize_UpdateLayout()
3409 cxWidth = m_ptMinTrackSize.x; in DlgResize_UpdateLayout()
3440 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i + j], true, pDataPrev); in DlgResize_UpdateLayout()
3448 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i], false); in DlgResize_UpdateLayout()
3517 int cxRight = rectGroup.right + cxWidth - m_sizeDialog.cx;
3584 rectCtl.left = (cxWidth - cxCtl) / 2;
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlframe.h641 rbBand.cx = (cxWidth != 0) ? cxWidth : rcTmp.right;
662 rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left);
691 …return AddSimpleReBarBandCtrl(m_hWndToolBar, hWndBand, 0, lpstrTitle, bNewRow, cxWidth, bFullWidth…
3400 void DlgResize_UpdateLayout(int cxWidth, int cyHeight) in DlgResize_UpdateLayout() argument
3408 if(cxWidth < m_ptMinTrackSize.x) in DlgResize_UpdateLayout()
3409 cxWidth = m_ptMinTrackSize.x; in DlgResize_UpdateLayout()
3440 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i + j], true, pDataPrev); in DlgResize_UpdateLayout()
3448 pT->DlgResize_PositionControl(cxWidth, cyHeight, rectGroup, m_arrData[i], false); in DlgResize_UpdateLayout()
3517 int cxRight = rectGroup.right + cxWidth - m_sizeDialog.cx;
3584 rectCtl.left = (cxWidth - cxCtl) / 2;
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/windows/
H A DSDL_windowstaskdialog.h153 …UINT cxWidth; // width of the Task Dialog's client area in D… member
/dports/devel/sdl20/SDL2-2.0.18/src/video/windows/
H A DSDL_windowstaskdialog.h153 …UINT cxWidth; // width of the Task Dialog's client area in D… member
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DVistaTaskDialog.cs169 public uint cxWidth; field
201 cxWidth = 0; in VtdConfig()
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dgx.pp18 cxWidth : DWord;
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/wince/gapi/
H A Dp_gx.pp18 cxWidth: DWord;
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/gapi/
H A Dgapi.cpp1304 unsigned long cxWidth; //0c member
1389 ((DCWidth == GXInfo.cxWidth && DCHeight == GXInfo.cyHeight) || in gapi_get_raw_fb()
1390 (DCWidth == GXInfo.cyHeight && DCHeight == GXInfo.cxWidth))) in gapi_get_raw_fb()
1402 Info.cxPixels = GXInfo.cxWidth; in gapi_get_raw_fb()
1496 } else if (check_resolution_switch(dr, gx.cxWidth, gx.cyHeight)) { in GAPI_InitBackBuffer()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/gapi/
H A Dgapi.cpp1304 unsigned long cxWidth; //0c member
1389 ((DCWidth == GXInfo.cxWidth && DCHeight == GXInfo.cyHeight) || in gapi_get_raw_fb()
1390 (DCWidth == GXInfo.cyHeight && DCHeight == GXInfo.cxWidth))) in gapi_get_raw_fb()
1402 Info.cxPixels = GXInfo.cxWidth; in gapi_get_raw_fb()
1496 } else if (check_resolution_switch(dr, gx.cxWidth, gx.cyHeight)) { in GAPI_InitBackBuffer()

12345678910>>...18