| /OK3568_Linux_fs/buildroot/docs/website/css/ |
| H A D | timeline.css | 46 border: 1px solid #d4d4d4; 47 border-radius: 2px; 60 border-top: 15px solid transparent; 61 border-left: 15px solid #ccc; 62 border-right: 0 solid #ccc; 63 border-bottom: 15px solid transparent; 72 border-top: 14px solid transparent; 73 border-left: 14px solid #fff; 74 border-right: 0 solid #fff; 75 border-bottom: 14px solid transparent; [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap.min.css | 5 …border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-siz…
|
| H A D | bootstrap.css | 53 border-bottom: 1px dotted; 87 border: 0; 141 border: 0; 148 -webkit-box-sizing: border-box; 149 -moz-box-sizing: border-box; 150 box-sizing: border-box; 170 border: 1px solid #c0c0c0; 174 border: 0; 183 border-spacing: 0; 184 border-collapse: collapse; [all …]
|
| H A D | bootstrap.css.map | 1 …border-radius.less","less/input-groups.less","less/navs.less","less/navbar.less","less/mixins/nav-…
|
| H A D | jquery-ui.structure.min.css | 5 …border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;wid…
|
| H A D | qunit-1.18.0.css | 1 …border-radius:5px 5px 0 0;}#qunit-header a{text-decoration:none;color:#C2CCD1;}#qunit-header a:hov…
|
| H A D | screen.css | 12 border-left: 20px solid #eee; 13 border-right: 20px solid #eee; 21 border: 1px solid #ccc;
|
| H A D | font-awesome.min.css | 33 …border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius…
|
| H A D | jquery-ui.min.css | 7 …border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;wid…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/ |
| H A D | dem_data.hpp | 32 const int32_t border; member in mbgl::DEMData 40 assert(x >= -border); in idx() 41 assert(x < dim + border); in idx() 42 assert(y >= -border); in idx() 43 assert(y < dim + border); in idx() 44 return (y + border) * stride + (x + border); in idx()
|
| H A D | dem_data.cpp | 8 border(std::max<int32_t>(std::ceil(_image.size.height / 2), 1)), in DEMData() 9 stride(dim + 2 * border), in DEMData() 90 int32_t xMin = util::clamp(_xMin, -border, dim + border); in backfillBorder() 91 int32_t xMax = util::clamp(_xMax, -border, dim + border); in backfillBorder() 93 int32_t yMin = util::clamp(_yMin, -border, dim + border); in backfillBorder() 94 int32_t yMax = util::clamp(_yMax, -border, dim + border); in backfillBorder()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/ |
| H A D | main.qml | 274 border.color: "red" 305 border.color: "red" 314 border.color: "black" 315 border.width: 8 329 border.color: "red" 352 border.color: 'black' 353 border.width: 6 361 border.color: "red" 362 border.width: 1 378 border.width: 6 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/ |
| H A D | main.qml | 180 // border.color: "black" 181 // border.width: 15 364 border.color: "red" 395 border.color: "red" 404 border.color: "black" 405 border.width: 8 419 border.color: "red" 442 border.color: "black" 443 border.width: 15 457 border.color: "black" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/images/ |
| H A D | titlebar.sci | 1 border.left: 10 2 border.top: 12 3 border.bottom: 12 4 border.right: 10
|
| H A D | lineedit.sci | 1 border.left: 10 2 border.top: 10 3 border.bottom: 10 4 border.right: 10
|
| H A D | toolbutton.sci | 1 border.left: 15 2 border.top: 4 3 border.bottom: 4 4 border.right: 15
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | searchlineedit.cpp | 70 int border = offset * 2; in paintEvent() local 71 painter.drawLine(border, border, width() - border, height - border); in paintEvent() 72 painter.drawLine(border, height - border, width() - border, border); in paintEvent()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s32/ |
| H A D | mmu.c | 158 unsigned long border = (unsigned long)__init_begin - PAGE_OFFSET; in mmu_mapin_ram() local 165 if (base >= border) in mmu_mapin_ram() 167 if (top >= border) in mmu_mapin_ram() 168 top = border; in mmu_mapin_ram() 171 if (!strict_kernel_rwx_enabled() || base >= border || top <= border) in mmu_mapin_ram() 174 done = __mmu_mapin_ram(base, border); in mmu_mapin_ram() 175 if (done != border) in mmu_mapin_ram() 178 return __mmu_mapin_ram(border, top); in mmu_mapin_ram() 205 unsigned long border = (unsigned long)__init_begin - PAGE_OFFSET; in mmu_mark_initmem_nx() local 217 if (strict_kernel_rwx_enabled() && base + size > border) in mmu_mark_initmem_nx()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | quads.cpp | 25 const float border = 1.0; in getIconQuad() local 27 float top = shapedIcon.top() - border / image.pixelRatio; in getIconQuad() 28 float left = shapedIcon.left() - border / image.pixelRatio; in getIconQuad() 29 float bottom = shapedIcon.bottom() + border / image.pixelRatio; in getIconQuad() 30 float right = shapedIcon.right() + border / image.pixelRatio; in getIconQuad() 85 static_cast<uint16_t>(image.textureRect.x - border), in getIconQuad() 86 static_cast<uint16_t>(image.textureRect.y - border), in getIconQuad() 87 static_cast<uint16_t>(image.textureRect.w + border * 2), in getIconQuad() 88 static_cast<uint16_t>(image.textureRect.h + border * 2) in getIconQuad()
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/css/ |
| H A D | yui-reset-fonts-base.css | 13 …border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,s… 19 …border-bottom:1px dotted #000;cursor:help}em{font-style:italic}blockquote,ul,ol,dl{margin:1em}ol,u…
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/css/ |
| H A D | yui-reset-fonts-base.css | 13 …border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,s… 19 …border-bottom:1px dotted #000;cursor:help}em{font-style:italic}blockquote,ul,ol,dl{margin:1em}ol,u…
|
| /OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/ |
| H A D | v4l2-tpg-core.c | 1697 tpg->border.left = 0; in tpg_calculate_square_border() 1698 tpg->border.width = w; in tpg_calculate_square_border() 1699 tpg->border.top = 0; in tpg_calculate_square_border() 1700 tpg->border.height = h; in tpg_calculate_square_border() 1706 tpg->border.width = ((4 * h) / 3) & ~1; in tpg_calculate_square_border() 1707 if (((w - tpg->border.width) / 2) & ~1) in tpg_calculate_square_border() 1708 tpg->border.width -= 2; in tpg_calculate_square_border() 1709 tpg->border.left = (w - tpg->border.width) / 2; in tpg_calculate_square_border() 1712 tpg->border.height = ((3 * w) / 4) & ~1; in tpg_calculate_square_border() 1713 tpg->border.top = (h - tpg->border.height) / 2; in tpg_calculate_square_border() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmappolygonobject_p.h | 65 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT) 77 QDeclarativeMapLineProperties *border();
|
| H A D | qmapcircleobject_p.h | 65 Q_PROPERTY(QDeclarativeMapLineProperties *border READ border CONSTANT) 79 QDeclarativeMapLineProperties * border();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qgeomapmapboxgl.cpp | 224 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::colorChanged, q, &QGeoMapMapbo… in addMapItem() 225 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem() 234 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::colorChanged, q, &QGeoMapMapbo… in addMapItem() 235 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem() 243 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::colorChanged, q, &QGeoMapMapbo… in addMapItem() 244 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem() 273 q->disconnect(static_cast<QDeclarativeRectangleMapItem *>(item)->border()); in removeMapItem() 276 q->disconnect(static_cast<QDeclarativeCircleMapItem *>(item)->border()); in removeMapItem() 279 q->disconnect(static_cast<QDeclarativePolygonMapItem *>(item)->border()); in removeMapItem()
|