Home
last modified time | relevance | path

Searched refs:borderWidth (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapcircleobject.cpp112 m_borderWidth = other.borderWidth(); in QMapCircleObjectPrivateDefault()
160 qreal QMapCircleObjectPrivateDefault::borderWidth() const in borderWidth() function in QMapCircleObjectPrivateDefault
181 && borderWidth() == o.borderWidth()); in equals()
H A Dqmappolygonobject.cpp79 m_borderWidth = other.borderWidth(); in QMapPolygonObjectPrivateDefault()
122 qreal QMapPolygonObjectPrivateDefault::borderWidth() const in borderWidth() function in QMapPolygonObjectPrivateDefault
163 && borderWidth() == o.borderWidth()); in equals()
H A Dqmappolygonobject_p_p.h73 virtual qreal borderWidth() const = 0;
96 qreal borderWidth() const override;
H A Dqmapcircleobject_p_p.h74 virtual qreal borderWidth() const = 0;
100 qreal borderWidth() const override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem_p_p.h402 const qreal borderWidth = m_poly.m_border.width(); in updatePolish() local
408 m_geometry.updateScreenPoints(*map, borderWidth); in updatePolish()
414 if (m_poly.m_border.color().alpha() != 0 && borderWidth > 0) { in updatePolish()
430 m_borderGeometry.updateScreenPoints(*map, borderWidth); in updatePolish()
439 m_poly.setWidth(combined.width() + 2 * borderWidth); in updatePolish()
440 m_poly.setHeight(combined.height() + 2 * borderWidth); in updatePolish()
443 + QPointF(borderWidth, borderWidth)); in updatePolish()
H A Dqdeclarativepolylinemapitem_p_p.h683 const qreal borderWidth = m_poly.m_line.width(); in updatePolish() local
686 m_geometry.updateScreenPoints(*map, borderWidth); in updatePolish()
688 m_poly.setWidth(m_geometry.sourceBoundingBox().width() + borderWidth); in updatePolish()
689 m_poly.setHeight(m_geometry.sourceBoundingBox().height() + borderWidth); in updatePolish()
692 …+ QPointF(borderWidth, borderWidth) * 0.5 ); // it has to be shifted so that the center of the lin… in updatePolish()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h142 unsigned short borderWidth; member
201 #define wBorderWidth(w) ((int) (w)->borderWidth)
205 #define HasBorder(w) ((w)->borderWidth || wClipShape(w))
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.c226 wc.x = pWin->drawable.x - (pTopWin->drawable.x - pTopWin->borderWidth); in DRIUpdateSurface()
227 wc.y = pWin->drawable.y - (pTopWin->drawable.y - pTopWin->borderWidth); in DRIUpdateSurface()
228 wc.width = pWin->drawable.width + 2 * pWin->borderWidth; in DRIUpdateSurface()
229 wc.height = pWin->drawable.height + 2 * pWin->borderWidth; in DRIUpdateSurface()
234 wc.shape_tx = -(pTopWin->drawable.x - pTopWin->borderWidth); in DRIUpdateSurface()
235 wc.shape_ty = -(pTopWin->drawable.y - pTopWin->borderWidth); in DRIUpdateSurface()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowshape.c120 RegionTranslate(&rrNewShape, pWin->borderWidth, pWin->borderWidth); in winReshapeMultiWindow()
H A Dwinwindow.c347 RegionTranslate(&rrNewShape, pWin->borderWidth, pWin->borderWidth); in winReshapeRootless()
H A Dwinwindowswm.c432 RegionTranslate(&newShape, pWin->borderWidth, pWin->borderWidth); in ProcWindowsWMFrameDraw()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c127 pWin->borderWidth, in xnestCreateWindow()
136 xnestWindowPriv(pWin)->border_width = pWin->borderWidth; in xnestCreateWindow()
224 xnestWindowPriv(pWin)->border_width != pWin->borderWidth) { in xnestConfigureWindow()
227 xnestWindowPriv(pWin)->border_width = pWin->borderWidth; in xnestConfigureWindow()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessWindow.c222 RegionTranslate(pShape, pWin->borderWidth, pWin->borderWidth); in RootlessGetShape()
366 winRec->borderWidth = bw; in RootlessInitializeFrame()
1047 winRec->borderWidth = newBW; in StartFrameResize()
1201 oldBW = winRec->borderWidth; in RootlessMoveWindow()
1275 oldBW = winRec->borderWidth; in RootlessResizeWindow()
1468 oldBW = winRec->borderWidth; in RootlessChangeBorderWidth()
H A Drootless.h59 unsigned int borderWidth; member
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsaver.c154 unsigned short width, height, borderWidth; member
495 pAttr->borderWidth, pAttr->class, in CreateSaverWindow()
782 bw = stuff->borderWidth; in ScreenSaverSetAttributes()
868 pAttr->borderWidth = stuff->borderWidth; in ScreenSaverSetAttributes()
1331 swaps(&stuff->borderWidth); in SProcScreenSaverSetAttributes()
H A DpanoramiXprocs.c579 .borderWidth = 0 in PanoramiXGetGeometry()
600 rep.borderWidth = pWin->borderWidth; in PanoramiXGetGeometry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp143 m_dataCPU->m_borderGeometry.updateScreenPoints(*m_map, borderWidth(), false); in updateGeometryCPU()
295 float(borderWidth()), in updateMapObjectNodeGL()
H A Dqmappolygonobjectqsg.cpp180 float(borderWidth()), in updateMapObjectNode()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompalloc.c236 int bw = (int) pWin->borderWidth; in compRestoreWindow()
599 int bw = (int) pWin->borderWidth; in compAllocPixmap()
653 compSetPixmap(pWin, pParentPixmap, pWin->borderWidth); in compSetParentPixmap()
H A Dcompwindow.c465 pWin->borderWidth); in compReparentWindow()
/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c215 swaps(&pRep->borderWidth); in SGetGeometryReply()
783 cpswaps(from->u.createNotify.borderWidth, to->u.createNotify.borderWidth); in SCreateNotifyEvent()
851 cpswaps(from->u.configureNotify.borderWidth, in SConfigureNotifyEvent()
852 to->u.configureNotify.borderWidth); in SConfigureNotifyEvent()
869 cpswaps(from->u.configureRequest.borderWidth, in SConfigureRequestEvent()
870 to->u.configureRequest.borderWidth); in SConfigureRequestEvent()
H A Dwindow.c640 pWin->borderWidth = 0; in CreateRootWindow()
870 pWin->borderWidth = bw; in CreateWindow()
962 .u.createNotify.borderWidth = bw, in CreateWindow()
2211 h = pWin->drawable.height, bw = pWin->borderWidth; in ConfigureWindow()
2306 .u.configureRequest.borderWidth = bw, in ConfigureWindow()
2391 .u.configureNotify.borderWidth = bw, in ConfigureWindow()
2406 pWin->borderWidth = bw; in ConfigureWindow()
2415 pWin->borderWidth = bw; in ConfigureWindow()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.c111 pWindow->borderWidth, in dmxCreateRootWindow()
265 pWindow->borderWidth, in dmxCreateNonRootWindow()
471 c.border_width = pWindow->borderWidth; in dmxPositionWindow()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Dquartz.c303 e.u.configureNotify.borderWidth = wBorderWidth(pRoot); in QuartzUpdateScreens()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwindow.c704 pWin->borderWidth = width; in miChangeBorderWidth()

12