Home
last modified time | relevance | path

Searched refs:visibleLength (Results 1 – 25 of 48) sorted by relevance

12

/dports/multimedia/mp4v2/mp4v2-2.0.0/libutil/
H A DDatabase.cpp96 int visibleLength = 0; in parsePair() local
173 visibleLength = (uint32_t)value.length(); in parsePair()
181 visibleLength = (uint32_t)value.length(); in parsePair()
193 if( visibleLength ) in parsePair()
194 value.resize( visibleLength ); in parsePair()
204 visibleLength = (uint32_t)value.length(); in parsePair()
217 if( visibleLength ) in parsePair()
218 value.resize( visibleLength ); in parsePair()
/dports/games/openspades/openspades-0.1.3/Sources/Client/
H A DTracer.cpp26 visibleLength = shutterTime * velocity; in Tracer()
27 curDistance = -visibleLength; in Tracer()
51 float endDist = curDistance + visibleLength; in Render3D()
66 float endDist = curDistance + visibleLength; in Render3D()
H A DTracer.h24 float visibleLength; variable
H A DMapView.h70 float visibleLength; variable
H A DMapView.cpp666 visibleLength = shutterTime * velocity; in MapViewTracer()
667 curDistance = -visibleLength; in MapViewTracer()
686 float endDist = curDistance + visibleLength; in GetLineSegment()
/dports/databases/cego/cego-2.47.11/src/
H A DCegoOutput.cc463 … cell = Chain("|") + fill(" ", maxLen - normString.visibleLength() + 1) + normString + Chain(" "); in formatCell()
465 cell = fill(" ", maxLen - normString.visibleLength() + 1) + normString + Chain(" "); in formatCell()
478 cell = Chain("| ") + normString + fill(" ", maxLen - normString.visibleLength() + 1); in formatCell()
480 cell = normString + fill(" ", maxLen - normString.visibleLength() + 1); in formatCell()
491 cell = "|" + fill(" ", maxLen - normString.visibleLength() + 1) + normString + Chain(" "); in formatCell()
493 cell = fill(" ", maxLen - normString.visibleLength() + 1) + normString + Chain(" "); in formatCell()
523 cell += Chain("| ") + normString + fill(" ", maxLen - normString.visibleLength() + 1); in formatCell()
525 cell += normString + fill(" ", maxLen - normString.visibleLength() + 1); in formatCell()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/translation/
H A DPseudoLocalizationTranslator.php276 $visibleLength = $this->strlen($visibleText);
277 $missingLength = (int) (ceil($visibleLength * $this->expansionFactor)) - $visibleLength;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/translation/
H A DPseudoLocalizationTranslator.php281 $visibleLength = $this->strlen($visibleText);
282 $missingLength = (int) (ceil($visibleLength * $this->expansionFactor)) - $visibleLength;
/dports/games/egl/egl-0.3.1_9/cgame/menu/
H A Dm_mp_start.c278 m_startServerMenu.timelimit_field.visibleLength = 3; in StartServerMenu_Init()
286 m_startServerMenu.fraglimit_field.visibleLength = 3; in StartServerMenu_Init()
299 m_startServerMenu.maxclients_field.visibleLength = 3; in StartServerMenu_Init()
310 m_startServerMenu.hostname_field.visibleLength = 12; in StartServerMenu_Init()
H A Dm_mp_join_addrbook.c81 m_addressBookMenu.fields[i].visibleLength = 50; in AddrBookMenu_Init()
/dports/devel/lfcbase/lfcbase-1.16.2/basecheck/
H A DChainTest.cc58 if ( bl.visibleLength() == 15 ) in main()
67 if ( hw.visibleLength() == 12 ) in main()
/dports/games/egl/egl-0.3.1_9/cgame/ui/
H A Dui_draw.c183 x -= ((f->visibleLength + 2) * UISIZE_TYPE (f->generic.flags)) * 0.5; in Field_Draw()
194 Q_strncpyz (tempbuffer, f->buffer + f->visibleOffset, f->visibleLength); in Field_Draw()
201 …cgi.R_DrawChar (NULL, x + UISIZE_TYPE (f->generic.flags) + (f->visibleLength * UISIZE_TYPE (f->gen… in Field_Draw()
202 …cgi.R_DrawChar (NULL, x + UISIZE_TYPE (f->generic.flags) + (f->visibleLength * UISIZE_TYPE (f->gen… in Field_Draw()
205 for (i=0 ; i<f->visibleLength ; i++) { in Field_Draw()
218 offset = f->visibleLength; in Field_Draw()
H A Dui_cursor.c174 …s->generic.botRight[0] = s->generic.x + s->generic.parent->x + ((s->visibleLength + 2) * UISIZE_TY… in Field_Setup()
178 s->generic.topLeft[0] -= ((s->visibleLength + 2) * UISIZE_TYPE (s->generic.flags))*0.5; in Field_Setup()
179 s->generic.botRight[0] -= ((s->visibleLength + 2) * UISIZE_TYPE (s->generic.flags))*0.5; in Field_Setup()
H A Dui_keys.c106 f->visibleOffset = (f->cursor - f->visibleLength); in UI_FieldKeyFunc()
147 if (f->cursor > f->visibleLength) in UI_FieldKeyFunc()
H A Dui_local.h169 int visibleLength; member
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DTextViewerDeleteLineTarget.java318 int visibleLength= visibleRegion.getLength(); in clipToVisibleRegion() local
321 endOffset= Math.min(endOffset, visibleStart + visibleLength); in clipToVisibleRegion()
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DChain.h59 unsigned long visibleLength() const;
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dsalsa.h301 Int4 visibleLength; member
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FormatSupport/
H A DTIFF_FileWriter.cpp1467 XMP_Uns32 visibleLength = 8; // Start with the TIFF header size. in DetermineVisibleLength() local
1475 visibleLength += (XMP_Uns32)( 6 + (12 * tagCount) ); in DetermineVisibleLength()
1482 …if ( currTag.dataLen > 4 ) visibleLength += ((currTag.dataLen + 1) & 0xFFFFFFFE); // ! Round to ev… in DetermineVisibleLength()
1487 return visibleLength; in DetermineVisibleLength()
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DTIFF_FileWriter.cpp1248 XMP_Uns32 visibleLength = 8; // Start with the TIFF header size. in DetermineVisibleLength() local
1256 visibleLength += (XMP_Uns32)( 6 + (12 * tagCount) ); in DetermineVisibleLength()
1263 …if ( currTag.dataLen > 4 ) visibleLength += ((currTag.dataLen + 1) & 0xFFFFFFFE); // ! Round to ev… in DetermineVisibleLength()
1268 return visibleLength; in DetermineVisibleLength()
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/datanode/
H A DFSDataset.java801 private volatile long visibleLength; field in FSDataset.ActiveFile
828 visibleLength = f.length(); in ActiveFile()
833 return visibleLength; in getVisibleLength()
837 visibleLength = value; in setVisibleLength()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/itemviews/
H A Dqcolumnview.cpp425 int visibleLength = qMin(horizontalLength + q->horizontalOffset(), viewportSize.width()); in updateScrollbars() local
426 int hiddenLength = horizontalLength - visibleLength; in updateScrollbars()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqcolumnview.cpp422 int visibleLength = qMin(horizontalLength + q->horizontalOffset(), viewportSize.width()); in updateScrollbars() local
423 int hiddenLength = horizontalLength - visibleLength; in updateScrollbars()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqcolumnview.cpp422 int visibleLength = qMin(horizontalLength + q->horizontalOffset(), viewportSize.width()); in updateScrollbars() local
423 int hiddenLength = horizontalLength - visibleLength; in updateScrollbars()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqcolumnview.cpp422 int visibleLength = qMin(horizontalLength + q->horizontalOffset(), viewportSize.width()); in updateScrollbars() local
423 int hiddenLength = horizontalLength - visibleLength; in updateScrollbars()

12