Home
last modified time | relevance | path

Searched refs:lencalc (Results 1 – 25 of 35) sorted by relevance

12

/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddatei.cc619 dddlen = lencalc.getWidth( "..." ); in shrinkFilename()
658 return shrinkstring( str, maxlength, lencalc ); in shrinkFilename()
664 if ( lencalc.getWidth( filename ) + lencalc.getWidth( "/.../" ) > maxlength ) in shrinkFilename()
665 return shrinkstring( str, maxlength, lencalc ); in shrinkFilename()
709 l1 = lencalc.getWidth( str, len1 ); in shrinkFilename()
710 l2 = lencalc.getWidth( lastr ); in shrinkFilename()
722 l1 = lencalc.getWidth( str, len1 ); in shrinkFilename()
723 l2 = lencalc.getWidth( startr ); in shrinkFilename()
742 l1 = lencalc.getWidth( filename ); in shrinkFilename()
755 tstr = shrinkstring( str, maxlength, lencalc ); in shrinkFilename()
[all …]
H A Dtextstoragefile.cc33 const RefCount<AWidth> &lencalc, in TextStorageFile() argument
35 … enum TextStorageString::text_storage_converion convert ) : m_tss( "", lencalc ), in TextStorageFile()
38 … m_lencalc( lencalc ), in TextStorageFile()
H A Dexternalvdirop.cc166 RefCount<AFontWidth> lencalc( new AFontWidth( Worker::getAGUIX(), NULL ) ); in run() local
167 TextStorageString ts( str1, lencalc ); in run()
216 RefCount<AFontWidth> lencalc( new AFontWidth( aguix, NULL ) ); in doconfigure() local
217 …td::unique_ptr< TextStorageString >( new TextStorageString( catalog.getLocale( 1206 ), lencalc ) ); in doconfigure()
H A Dfileviewerbg.cc122 …RefCount<AFontWidth> lencalc( new AFontWidth( aguix, aguix->getFont( wconfig->getFont( 4 ).c_str()… in view() local
124 if ( buildTextView( *it1, ac1, fnt, lencalc ) != 0 ) { in view()
435 const RefCount<AWidth> &lencalc ) in buildTextView() argument
511 …ts = new TextStorageFile( filename, lencalc, initial_size, TextStorageString::CONVERT_NON_PRINTABL… in buildTextView()
H A Dfileviewerbg.hh88 const RefCount<class AWidth> &lencalc );
H A Dtextstoragefile.h31 const RefCount<AWidth> &lencalc,
H A Ddeleteop.h119 AFontWidth *lencalc; variable
H A Ddeleteop.cc248 lencalc = new AFontWidth( aguix, NULL ); in DeleteOpWin()
255 delete lencalc; in ~DeleteOpWin()
384 tstr3 = Datei::shrinkFilename( source, filenamespace, *lencalc ); in redraw()
H A Dabout.cc347 RefCount<AFontWidth> lencalc( new AFontWidth( m_aguix, NULL ) ); in showLicense() local
348 TextStorageString ts( cgpl, lencalc ); in showLicense()
H A Ddatei.h87 static char *shrinkFilename( const char *str, int maxlength, AWidth &lencalc );
H A Dtabprofilesop.cc392 RefCount<AFontWidth> lencalc( new AFontWidth( aguix, NULL ) ); in gui() local
393 TextStorageString help_ts( catalog.getLocale( 1195 ), lencalc ); in gui()
499 TextStorageString content_ts( "", lencalc ); in gui()
H A Dcopyopwin.hh161 AFontWidth *lencalc; member in CopyOpWin
H A Dcopyopwin.cc73 lencalc = new AFontWidth( aguix, NULL ); in CopyOpWin()
101 delete lencalc; in ~CopyOpWin()
358 tstr3 = Datei::shrinkFilename( source.c_str(), filenamespace[0], *lencalc ); in redraw()
374 tstr3 = Datei::shrinkFilename( dest.c_str(), filenamespace[1], *lencalc ); in redraw()
/dports/x11/runner/runner-1.1/src/aguix/
H A Dlowlevelfunc.cc126 char *shrinkstring( const char *str, int maxlen, AWidth &lencalc ) in shrinkstring() argument
136 width = lencalc.getWidth( str ); in shrinkstring()
140 ddd_width = lencalc.getWidth( "..." ); in shrinkstring()
143 lwidth = lencalc.getWidth( str, charlen ); in shrinkstring()
148 llen = lencalc.getStrlen4Width( str, rest_width / 2, &real_width ); in shrinkstring()
162 rwidth = lencalc.getWidth( trystr ); in shrinkstring()
175 llen = lencalc.getStrlen4Width( str, maxlen, &real_width ); in shrinkstring()
H A Dtextstorage.h75 const RefCount<AWidth> &lencalc,
80 const RefCount<AWidth> &lencalc,
H A Dtextstorage.cc28 const RefCount<AWidth> &lencalc, in TextStorageString() argument
31 m_lencalc( lencalc ), in TextStorageString()
48 const RefCount<AWidth> &lencalc, in TextStorageString() argument
51 m_lencalc( lencalc ), in TextStorageString()
H A Dlowlevelfunc.h35 char *shrinkstring( const char *str, int maxlen, AWidth &lencalc );
/dports/x11-fm/worker/worker-4.10.0/src/aguix/
H A Dlowlevelfunc.cc126 char *shrinkstring( const char *str, int maxlen, AWidth &lencalc ) in shrinkstring() argument
136 width = lencalc.getWidth( str ); in shrinkstring()
140 ddd_width = lencalc.getWidth( "..." ); in shrinkstring()
143 lwidth = lencalc.getWidth( str, charlen ); in shrinkstring()
148 llen = lencalc.getStrlen4Width( str, rest_width / 2, &real_width ); in shrinkstring()
162 rwidth = lencalc.getWidth( trystr ); in shrinkstring()
175 llen = lencalc.getStrlen4Width( str, maxlen, &real_width ); in shrinkstring()
H A Dtextstorage.h75 const RefCount<AWidth> &lencalc,
80 const RefCount<AWidth> &lencalc,
H A Dtextstorage.cc28 const RefCount<AWidth> &lencalc, in TextStorageString() argument
31 m_lencalc( lencalc ), in TextStorageString()
48 const RefCount<AWidth> &lencalc, in TextStorageString() argument
51 m_lencalc( lencalc ), in TextStorageString()
H A Dlowlevelfunc.h35 char *shrinkstring( const char *str, int maxlen, AWidth &lencalc );
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dprocess-x11-xcb.pl846 my $lencalc;
849 $lencalc = "(length - $length) / $info->{'size'}";
851 $lencalc = "(length - $length)";
855 when ('value') { $lencalc = $lentype->text(); }
856 when ('fieldref') { $lencalc = 'f_'.$lentype->text(); }
857 when ('paramref') { $lencalc = 'p_'.$lentype->text(); }
858 when ('op') { $lencalc = get_op($lentype); }
860 when ('sumof') { $lencalc = 'sumof_'.$lentype->att('ref'); }
873 say $impl $indent." for (i = 0; i < $lencalc; i++) {";
901 say $impl $indent."length -= $lencalc * $info->{'size'};";
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dprocess-x11-xcb.pl846 my $lencalc;
849 $lencalc = "(length - $length) / $info->{'size'}";
851 $lencalc = "(length - $length)";
855 when ('value') { $lencalc = $lentype->text(); }
856 when ('fieldref') { $lencalc = 'f_'.$lentype->text(); }
857 when ('paramref') { $lencalc = 'p_'.$lentype->text(); }
858 when ('op') { $lencalc = get_op($lentype); }
860 when ('sumof') { $lencalc = 'sumof_'.$lentype->att('ref'); }
873 say $impl $indent." for (i = 0; i < $lencalc; i++) {";
901 say $impl $indent."length -= $lencalc * $info->{'size'};";
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/tools/
H A Dprocess-x11-xcb.pl846 my $lencalc;
849 $lencalc = "(length - $length) / $info->{'size'}";
851 $lencalc = "(length - $length)";
855 when ('value') { $lencalc = $lentype->text(); }
856 when ('fieldref') { $lencalc = 'f_'.$lentype->text(); }
857 when ('paramref') { $lencalc = 'p_'.$lentype->text(); }
858 when ('op') { $lencalc = get_op($lentype); }
860 when ('sumof') { $lencalc = 'sumof_'.$lentype->att('ref'); }
873 say $impl $indent." for (i = 0; i < $lencalc; i++) {";
901 say $impl $indent."length -= $lencalc * $info->{'size'};";
[all …]
/dports/net/tshark/wireshark-3.6.1/tools/
H A Dprocess-x11-xcb.pl846 my $lencalc;
849 $lencalc = "(length - $length) / $info->{'size'}";
851 $lencalc = "(length - $length)";
855 when ('value') { $lencalc = $lentype->text(); }
856 when ('fieldref') { $lencalc = 'f_'.$lentype->text(); }
857 when ('paramref') { $lencalc = 'p_'.$lentype->text(); }
858 when ('op') { $lencalc = get_op($lentype); }
860 when ('sumof') { $lencalc = 'sumof_'.$lentype->att('ref'); }
873 say $impl $indent." for (i = 0; i < $lencalc; i++) {";
901 say $impl $indent."length -= $lencalc * $info->{'size'};";
[all …]

12