| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | draw_mode.hpp | 30 explicit Lines(float lineWidth_) : lineWidth(lineWidth_) { in Lines() 31 assert(lineWidth > 0); in Lines() 34 float lineWidth; member in mbgl::gl::Lines 46 explicit LineStrip(float lineWidth_) : lineWidth(lineWidth_) { in LineStrip() 47 assert(lineWidth > 0); in LineStrip() 50 float lineWidth; member in mbgl::gl::LineStrip
|
| H A D | context.cpp | 621 lineWidth.setDirty(); in setDirtyState() 676 lineWidth = lines.lineWidth; in setDrawMode() 680 lineWidth = lineStrip.lineWidth; in setDrawMode()
|
| H A D | value.cpp | 240 GLfloat lineWidth; in Get() local 241 MBGL_CHECK_ERROR(glGetFloatv(GL_LINE_WIDTH, &lineWidth)); in Get() 242 return lineWidth; in Get()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativecirclemapitem_p_p.h | 348 const qreal lineWidth = m_circle.m_border.width(); in updatePolish() local 354 m_geometry.updateScreenPoints(*m_circle.map(), lineWidth, lineColor); in updatePolish() 361 if (lineColor.alpha() != 0 && lineWidth > 0) { in updatePolish() 364 m_borderGeometry.updateScreenPoints(*m_circle.map(), lineWidth); in updatePolish() 369 … m_circle.setPosition(1.0 * geom->firstPointOffset() - QPointF(lineWidth * 0.5,lineWidth * 0.5)); in updatePolish() 424 const qreal lineWidth = m_circle.m_border.width(); in contains() local 426 …const QRectF &bounds = (lineColor.alpha() != 0 && lineWidth > 0) ? m_borderGeometry.sourceBounding… in contains()
|
| H A D | qdeclarativerectanglemapitem_p_p.h | 315 const qreal lineWidth = m_rect.m_border.width(); in updatePolish() local 321 m_geometry.updateScreenPoints(*m_rect.map(), lineWidth, lineColor); in updatePolish() 328 if (lineColor.alpha() != 0 && lineWidth > 0) { in updatePolish() 331 m_borderGeometry.updateScreenPoints(*m_rect.map(), lineWidth); in updatePolish() 336 … m_rect.setPosition(1.0 * geom->firstPointOffset() - QPointF(lineWidth * 0.5,lineWidth * 0.5)); in updatePolish() 391 const qreal lineWidth = m_rect.m_border.width(); in contains() local 393 …const QRectF &bounds = (lineColor.alpha() != 0 && lineWidth > 0) ? m_borderGeometry.sourceBounding… in contains()
|
| H A D | qdeclarativepolylinemapitem_p_p.h | 188 float lineWidth() const in lineWidth() function 333 bool contains(const QPointF &point, qreal lineWidth, const QGeoProjectionWebMercator &p) const in contains() argument 335 const double lineHalfWidth = lineWidth * 0.5; in contains() 484 const qreal lineWidth, 556 const float lineWidth, 794 const qreal lineWidth = m_poly.m_line.width(); in updatePolish() local 797 m_geometry.updateScreenPoints(*m_poly.map(), lineWidth); in updatePolish() 801 …m_poly.setPosition(1.0 * m_geometry.firstPointOffset() - QPointF(lineWidth * 0.5,lineWidth * 0.5)); in updatePolish() 859 const float lineWidth = m_poly.m_line.width(); in updateMapItemPaintNode() local 873 lineWidth , in updateMapItemPaintNode()
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 571 const qreal lineWidth = m_poly.m_border.width(); in updatePolish() local 577 m_geometry.updateScreenPoints(*m_poly.map(), lineWidth, lineColor); in updatePolish() 584 if (lineColor.alpha() != 0 && lineWidth > 0) { in updatePolish() 587 m_borderGeometry.updateScreenPoints(*m_poly.map(), lineWidth); in updatePolish() 592 … m_poly.setPosition(1.0 * geom->firstPointOffset() - QPointF(lineWidth * 0.5,lineWidth * 0.5)); in updatePolish() 647 const qreal lineWidth = m_poly.m_border.width(); in contains() local 649 …const QRectF &bounds = (lineColor.alpha() != 0 && lineWidth > 0) ? m_borderGeometry.sourceBounding… in contains()
|
| H A D | qdeclarativepolylinemapitem.cpp | 1511 const qreal lineWidth, in update() argument 1530 fill->setLineWidth(lineWidth); in update() 1531 …fill_material_.setLineWidth(lineWidth); // to make the material not compare equal if linewidth cha… in update() 1721 const float lineWidth, in update() argument 1731 || lineWidth < 0.5 || fillColor.alpha() == 0) { // number of points in update() 1753 fill_material_.setLineWidth(lineWidth); in update() 1799 program()->setUniformValue(m_lineWidth_id, newMaterial->lineWidth()); in updateState()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | shaping.cpp | 131 float calculateBadness(const float lineWidth, const float targetWidth, const float penalty, const b… in calculateBadness() argument 132 const float raggedness = std::pow(lineWidth - targetWidth, 2); in calculateBadness() 135 if (lineWidth < targetWidth) { in calculateBadness() 187 const float lineWidth = breakX - potentialBreak.x; in evaluateBreak() local 189 calculateBadness(lineWidth, targetWidth, penalty, isLastBreak) + potentialBreak.badness; in evaluateBreak()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_line_layer.cpp | 211 float lineWidth = evaluated.get<style::LineWidth>() in getLineWidth() local 216 return gapWidth + 2 * lineWidth; in getLineWidth() 218 return lineWidth; in getLineWidth()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbline.c | 95 if (pGC->lineWidth == 0) { in fbPolyLine() 127 if (pGC->lineWidth == 0) { in fbPolySegment()
|
| H A D | fbarc.c | 41 if (pGC->lineWidth == 0) { in fbPolyArc()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_segs.c | 128 if (gc->lineWidth != 0) in glamor_poly_segment_gl() 153 if (gc->lineWidth == 0) { in glamor_poly_segment_bail()
|
| H A D | glamor_lines.c | 136 if (gc->lineWidth != 0) in glamor_poly_lines_gl()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipolyrect.c | 81 pGC->lineWidth != 0) { in miPolyRectangle() 88 offset2 = pGC->lineWidth; in miPolyRectangle()
|
| H A D | mizerline.c | 355 pgc->lineWidth = 1; in miZeroDashLine() 357 pgc->lineWidth = 0; in miZeroDashLine()
|
| H A D | miwideline.c | 987 int lw = pGC->lineWidth; in miLineJoin() 1126 slw = pGC->lineWidth; in miLineArcI() 1163 return pGC->lineWidth; in miLineArcI() 1225 radius = ((double) pGC->lineWidth) / 2.0; in miLineArcD() 1473 if ((pGC->lineStyle != LineSolid || pGC->lineWidth > 2) && in miLineArc() 1492 if (!InitSpans(&spanRec, pGC->lineWidth)) in miLineArc() 1527 lw = pGC->lineWidth; in miLineProjectingCap() 1685 int lw = pGC->lineWidth; in miWideSegment() 1961 if (pGC->lineWidth == 1 && !spanData) in miWideLine() 1982 if (pGC->lineWidth == 1 && !spanData) in miWideLine() [all …]
|
| H A D | miarc.c | 262 int l = pGC->lineWidth; in miArcSegment() 782 yorgu = parc->height + pGC->lineWidth; in miFillWideEllipse() 788 spdata = miComputeWideEllipse((int) pGC->lineWidth, parc); in miFillWideEllipse() 898 int width = pGC->lineWidth; in miWideArc() 988 gcvals[3].val = pGC->lineWidth; in miWideArc() 1390 width = (pGC->lineWidth ? (double) pGC->lineWidth : (double) 1); in miArcJoin() 1507 width = (pGC->lineWidth ? (double) pGC->lineWidth : (double) 1); in miRoundCap() 3598 if (pGC->lineWidth == 0) in miPolyArc()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | gc.c | 173 NEXTVAL(CARD16, pGC->lineWidth); in ChangeGC() 481 pGC->lineWidth = 0; in NewGCObject() 645 pgcDst->lineWidth = pgcSrc->lineWidth; in CopyGC() 1054 pGC->lineWidth = 0; in GetScratchGC()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | line_bucket.cpp | 480 float lineWidth = get<LineWidth>(layer, paintPropertyBinders); in getLineWidth() local 484 return gapWidth + 2 * lineWidth; in getLineWidth() 486 return lineWidth; in getLineWidth()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | gcstruct.h | 245 unsigned short lineWidth; member
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessGC.c | 735 int extra = pGC->lineWidth >> 1; in RootlessPolylines() 742 extra = 6 * pGC->lineWidth; in RootlessPolylines() 744 extra = pGC->lineWidth; in RootlessPolylines() 810 int extra = pGC->lineWidth; in RootlessPolySegment() 895 offset2 = pGC->lineWidth; in RootlessPolyRectangle() 953 int extra = pGC->lineWidth >> 1; in RootlessPolyArc()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | Divider.qml | 41 property alias lineWidth: line.width
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Mode.c | 787 int lineWidth, lastWidth; in xf86CheckModeSize() local 796 lineWidth = (((w * bpp) + pad - 1) / pad) * pad; in xf86CheckModeSize() 814 lineWidth = (lineWidth + (BITMAP_SCANLINE_PAD - 1)) / BITMAP_SCANLINE_PAD; in xf86CheckModeSize() 817 if ((lineWidth * (y - 1) + lastWidth) > in xf86CheckModeSize()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 886 int extra = pGC->lineWidth >> 1; in damagePolylines() 893 extra = 6 * pGC->lineWidth; in damagePolylines() 895 extra = pGC->lineWidth; in damagePolylines() 956 int extra = pGC->lineWidth; in damagePolySegment() 1040 offset2 = pGC->lineWidth; in damagePolyRectangle() 1093 int extra = pGC->lineWidth >> 1; in damagePolyArc()
|