Home
last modified time | relevance | path

Searched refs:elemWidth (Results 1 – 25 of 29) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java483 int byteWidth = align(stack.get(0).elemWidth(bb.writePosition(), 0)); in finish()
512 bitWidth = Math.max(bitWidth, keys.elemWidth(bb.writePosition(), 0)); in createVector()
518 int elemWidth = stack.get(i).elemWidth(bb.writePosition(), i + prefixElems); in createVector() local
519 bitWidth = Math.max(bitWidth, elemWidth); in createVector()
629 …int elemWidth = Value.elemWidth(FBT_KEY, WIDTH_8, stack.get(i).key, bb.writePosition(), i + prefix… in createKeyVector() local
630 bitWidth = Math.max(bitWidth, elemWidth); in createKeyVector()
744 private int elemWidth(int bufSize, int elemIndex) { in elemWidth() method in FlexBuffersBuilder.Value
745 return elemWidth(type, minBitWidth, iValue, bufSize, elemIndex); in elemWidth()
748 … private static int elemWidth(int type, int minBitWidth, long iValue, int bufSize, int elemIndex) { in elemWidth() method in FlexBuffersBuilder.Value
/dports/devel/flatbuffers/flatbuffers-2.0.0/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java483 int byteWidth = align(stack.get(0).elemWidth(bb.writePosition(), 0)); in finish()
512 bitWidth = Math.max(bitWidth, keys.elemWidth(bb.writePosition(), 0)); in createVector()
518 int elemWidth = stack.get(i).elemWidth(bb.writePosition(), i + prefixElems); in createVector() local
519 bitWidth = Math.max(bitWidth, elemWidth); in createVector()
629 …int elemWidth = Value.elemWidth(FBT_KEY, WIDTH_8, stack.get(i).key, bb.writePosition(), i + prefix… in createKeyVector() local
630 bitWidth = Math.max(bitWidth, elemWidth); in createKeyVector()
744 private int elemWidth(int bufSize, int elemIndex) { in elemWidth() method in FlexBuffersBuilder.Value
745 return elemWidth(type, minBitWidth, iValue, bufSize, elemIndex); in elemWidth()
748 … private static int elemWidth(int type, int minBitWidth, long iValue, int bufSize, int elemIndex) { in elemWidth() method in FlexBuffersBuilder.Value
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java466 int byteWidth = align(stack.get(0).elemWidth(bb.position(), 0)); in finish()
496 bitWidth = Math.max(bitWidth, keys.elemWidth(bb.position(), 0)); in createVector()
502 int elemWidth = stack.get(i).elemWidth(bb.position(), i + prefixElems); in createVector() local
503 bitWidth = Math.max(bitWidth, elemWidth); in createVector()
610 …int elemWidth = Value.elemWidth(FBT_KEY, WIDTH_8, stack.get(i).key, bb.position(), i + prefixElems… in createKeyVector() local
611 bitWidth = Math.max(bitWidth, elemWidth); in createKeyVector()
725 private int elemWidth(int bufSize, int elemIndex) { in elemWidth() method in FlexBuffersBuilder.Value
726 return elemWidth(type, minBitWidth, iValue, bufSize, elemIndex); in elemWidth()
729 … private static int elemWidth(int type, int minBitWidth, long iValue, int bufSize, int elemIndex) { in elemWidth() method in FlexBuffersBuilder.Value
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java472 int byteWidth = align(stack.get(0).elemWidth(bb.writePosition(), 0)); in finish()
501 bitWidth = Math.max(bitWidth, keys.elemWidth(bb.writePosition(), 0)); in createVector()
507 int elemWidth = stack.get(i).elemWidth(bb.writePosition(), i + prefixElems); in createVector() local
508 bitWidth = Math.max(bitWidth, elemWidth); in createVector()
618 …int elemWidth = Value.elemWidth(FBT_KEY, WIDTH_8, stack.get(i).key, bb.writePosition(), i + prefix… in createKeyVector() local
619 bitWidth = Math.max(bitWidth, elemWidth); in createKeyVector()
733 private int elemWidth(int bufSize, int elemIndex) { in elemWidth() method in FlexBuffersBuilder.Value
734 return elemWidth(type, minBitWidth, iValue, bufSize, elemIndex); in elemWidth()
737 … private static int elemWidth(int type, int minBitWidth, long iValue, int bufSize, int elemIndex) { in elemWidth() method in FlexBuffersBuilder.Value
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersBuilder.kt58 val byteWidth = align(stack[0].elemWidth(buffer.writePosition, 0)) in finish()
636 …val elemWidth = elemWidth(T_KEY, W_8, stack[i].key.toLong(), buffer.writePosition, i + prefixElems) in calculateKeyVectorBitWidth() constant
637 width = width.max(elemWidth) in calculateKeyVectorBitWidth()
701 bitWidth = bitWidth.max(keys.elemWidth(buffer.writePosition, 0))
706 val elemWidth = stack[i].elemWidth(buffer.writePosition, i + prefixElems) constant
707 bitWidth = bitWidth.max(elemWidth)
H A DFlexBuffersInternals.kt134 fun elemWidth(bufSize: Int, elemIndex: Int): BitWidth = in isTypedVector() method
135 elemWidth(type, minBitWidth, iValue.toLong(), bufSize, elemIndex) in isTypedVector()
138 internal fun elemWidth( in elemWidth() method
/dports/devel/flatbuffers/flatbuffers-2.0.0/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffersBuilder.kt58 val byteWidth = align(stack[0].elemWidth(buffer.writePosition, 0)) in finish()
636 …val elemWidth = elemWidth(T_KEY, W_8, stack[i].key.toLong(), buffer.writePosition, i + prefixElems) in calculateKeyVectorBitWidth() constant
637 width = width.max(elemWidth) in calculateKeyVectorBitWidth()
701 bitWidth = bitWidth.max(keys.elemWidth(buffer.writePosition, 0))
706 val elemWidth = stack[i].elemWidth(buffer.writePosition, i + prefixElems) constant
707 bitWidth = bitWidth.max(elemWidth)
H A DFlexBuffersInternals.kt134 fun elemWidth(bufSize: Int, elemIndex: Int): BitWidth = in isTypedVector() method in com.google.flatbuffers.kotlin.Value
135 elemWidth(type, minBitWidth, iValue.toLong(), bufSize, elemIndex) in isTypedVector()
138 internal fun elemWidth( in elemWidth() method
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/dart/lib/src/
H A Dbuilder.dart307 var elemWidth = keys.elementWidth(_offset, 0);
308 if (elemWidth.index > bitWidth.index) {
309 bitWidth = elemWidth;
316 final elemWidth = _stack[i].elementWidth(_offset, i + prefixElements);
317 if (elemWidth.index > bitWidth.index) {
318 bitWidth = elemWidth;
/dports/devel/flatbuffers/flatbuffers-2.0.0/dart/lib/src/
H A Dbuilder.dart307 var elemWidth = keys.elementWidth(_offset, 0);
308 if (elemWidth.index > bitWidth.index) {
309 bitWidth = elemWidth;
316 final elemWidth = _stack[i].elementWidth(_offset, i + prefixElements);
317 if (elemWidth.index > bitWidth.index) {
318 bitWidth = elemWidth;
/dports/games/keeperrl/keeperrl-alpha23/
H A Dgui_builder.cpp632 const int elemWidth = getImmigrationBarWidth(); in drawImmigrationOverlay() local
634 auto lines = gui.getListBuilder(elemWidth); in drawImmigrationOverlay()
678 return gui.setWidth(elemWidth, gui.stack( in drawImmigrationOverlay()
694 const int elemWidth = 80; in drawImmigrationHelp() local
697 auto lines = gui.getListBuilder(elemWidth); in drawImmigrationHelp()
698 auto line = gui.getListBuilder(elemWidth); in drawImmigrationHelp()
723 line.addSpace(elemWidth * (numPerLine - info.allImmigration.size())); in drawImmigrationHelp()
1282 const int elemWidth = 30; in drawTeams() local
2287 int elemWidth = 80; in drawAttributesOnPage() local
2289 gui.horizontalList(std::move(lines[0]), elemWidth), in drawAttributesOnPage()
[all …]
/dports/www/getleft/Getleft-v1.2/scripts/tablelist4.8/scripts/
H A DtablelistConfig.tcl1982 set elemWidth [getElemWidth $win $text $auxWidth $cellFont]
1984 if {$elemWidth == $data($col-elemWidth) &&
1990 if {$elemWidth == $data($col-elemWidth)} {
1992 } elseif {$elemWidth > $data($col-elemWidth)} {
1993 set data($col-elemWidth) $elemWidth
1995 if {$elemWidth > $data($col-reqPixels)} {
1996 set data($col-reqPixels) $elemWidth
H A DtablelistUtil.tcl2275 set elemWidth [getElemWidth $win $text $auxWidth $cellFont]
2276 if {$elemWidth == $data($col-elemWidth)} {
2278 } elseif {$elemWidth > $data($col-elemWidth)} {
2279 set data($col-elemWidth) $elemWidth
H A DtablelistWidget.tcl3248 set elemWidth [getElemWidth $win $text $auxWidth $cellFont]
3249 if {$elemWidth == $data($col-elemWidth) &&
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/tablelist/scripts/
H A DtablelistConfig.tcl1997 set elemWidth [getElemWidth $win $text $auxWidth $cellFont]
1999 if {$elemWidth == $data($col-elemWidth) &&
2005 if {$elemWidth == $data($col-elemWidth)} {
2007 } elseif {$elemWidth > $data($col-elemWidth)} {
2008 set data($col-elemWidth) $elemWidth
2010 if {$elemWidth > $data($col-reqPixels)} {
2011 set data($col-reqPixels) $elemWidth
H A DtablelistUtil.tcl2381 set elemWidth [getElemWidth $win $text $auxWidth $cellFont]
2382 if {$elemWidth == $data($col-elemWidth)} {
2384 } elseif {$elemWidth > $data($col-elemWidth)} {
2385 set data($col-elemWidth) $elemWidth
H A DtablelistWidget.tcl3269 set elemWidth [getElemWidth $win $text $auxWidth $cellFont]
3270 if {$elemWidth == $data($col-elemWidth) &&
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DWebGLTextureUpload.cpp185 uint32_t elemWidth = 0; in FromDomElem() local
190 elemWidth = layersImage->GetSize().width; in FromDomElem()
197 elemWidth = surf->GetSize().width; in FromDomElem()
207 size.x = elemWidth; in FromDomElem()
/dports/databases/pgaccess/pgaccess-1.00.20140902/lib/widgets/tablelist3.3/scripts/
H A DtablelistUtil.tcl1343 set elemWidth [expr {$imageWidth + $textWidth}]
1344 if {$elemWidth == $data($col-elemWidth)} {
1346 } elseif {$elemWidth > $data($col-elemWidth)} {
1347 set data($col-elemWidth) $elemWidth
H A DtablelistWidget.tcl1458 set elemWidth [expr {$imageWidth + $textWidth}]
1459 if {$elemWidth == $data($col-elemWidth) &&
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGLTextureUpload.cpp311 uint32_t elemWidth = 0; in FromDomElem() local
316 elemWidth = layersImage->GetSize().width; in FromDomElem()
323 elemWidth = surf->GetSize().width; in FromDomElem()
333 width = elemWidth; in FromDomElem()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGLTextureUpload.cpp330 uint32_t elemWidth = 0; in FromDomElem() local
335 elemWidth = layersImage->GetSize().width; in FromDomElem()
342 elemWidth = surf->GetSize().width; in FromDomElem()
352 width = elemWidth; in FromDomElem()
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/qtip2/dist/
H A Djquery.qtip.min.map1 …ach","overlay","modal_zindex","oEvent","last","^show.modal.(on|blur)$","elemWidth","elemHeight","o…
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/qtip2/dist/
H A Djquery.qtip.min.map1 …ach","overlay","modal_zindex","oEvent","last","^show.modal.(on|blur)$","elemWidth","elemHeight","o…
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/nonius-1.1.2/nonius/
H A Dnonius.h++2948 …tMetrics(b.style.fontSize).b;s(k)&&this.setSpanRotation(k,h,m);i=p(this.elemWidth,b.offsetWidth);i…

12