Home
last modified time | relevance | path

Searched refs:ComputeLength (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/ftp/lftp/lftp-4.9.2/src/
H A DSFtp.h316 void ComputeLength() { Packet::ComputeLength(); length+=4; } in ComputeLength() function
333 void ComputeLength() { Packet::ComputeLength(); length+=4+string.length(); } in ComputeLength() function
379 void ComputeLength() in ComputeLength() function
512 void ComputeLength() in ComputeLength() function
542 void ComputeLength() in ComputeLength() function
590 void ComputeLength() { PacketSTRING::ComputeLength(); length+=8+4; } in ComputeLength() function
609 void ComputeLength() { PacketSTRING::ComputeLength(); length+=8+4+data.length(); } in ComputeLength() function
647 void ComputeLength();
662 void ComputeLength() in ComputeLength() function
664 Packet::ComputeLength(); in ComputeLength()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_selector_list.cc49 unsigned length = this->ComputeLength(); in Copy()
63 unsigned expanded_length = expanded.ComputeLength(); in ConcatenateListExpansion()
64 unsigned original_length = original.ComputeLength(); in ConcatenateListExpansion()
97 result.push_back(list.First() + list.ComputeLength()); in SelectorBoundaries()
135 unsigned original_length = this->ComputeLength(); in ExpandedFirstPseudoClass()
156 simple_selector->SelectorList()->ComputeLength(); in ExpandedFirstPseudoClass()
202 DCHECK_GT(this->ComputeLength(), 0u); in TransformForListExpansion()
204 this->selector_array_[this->ComputeLength() - 1].IsLastInOriginalList()); in TransformForListExpansion()
213 if (transformed.ComputeLength() == 0) in TransformForListExpansion()
295 unsigned CSSSelectorList::ComputeLength() const { in ComputeLength() function in blink::CSSSelectorList
H A Dcss_primitive_value.h218 T ComputeLength(const CSSToLengthConversionData&) const;
281 int CSSPrimitiveValue::ComputeLength(const CSSToLengthConversionData&) const;
284 Length CSSPrimitiveValue::ComputeLength(const CSSToLengthConversionData&) const;
287 unsigned CSSPrimitiveValue::ComputeLength(
291 int16_t CSSPrimitiveValue::ComputeLength(
295 CORE_EXPORT float CSSPrimitiveValue::ComputeLength(
299 double CSSPrimitiveValue::ComputeLength(const CSSToLengthConversionData&) const;
H A Dcss_primitive_value.cc221 int CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
227 unsigned CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
234 Length CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
241 int16_t CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
248 uint16_t CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
255 uint8_t CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
262 float CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
268 double CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
358 return ComputeLength<Length>(conversion_data); in ConvertToLength()
H A Dmedia_values_dynamic.cc55 bool MediaValuesDynamic::ComputeLength(double value, in ComputeLength() function in blink::MediaValuesDynamic
58 return MediaValues::ComputeLength(value, type, in ComputeLength()
63 bool MediaValuesDynamic::ComputeLength(double value, in ComputeLength() function in blink::MediaValuesDynamic
66 return MediaValues::ComputeLength(value, type, in ComputeLength()
H A Dmedia_values_cached.cc95 bool MediaValuesCached::ComputeLength(double value, in ComputeLength() function in blink::MediaValuesCached
98 return MediaValues::ComputeLength(value, type, data_.default_font_size, in ComputeLength()
103 bool MediaValuesCached::ComputeLength(double value, in ComputeLength() function in blink::MediaValuesCached
106 return MediaValues::ComputeLength(value, type, data_.default_font_size, in ComputeLength()
H A Dmedia_values.h43 static bool ComputeLength(double value, in ComputeLength() function
56 virtual bool ComputeLength(double value,
59 virtual bool ComputeLength(double value,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_primitive_value.h218 T ComputeLength(const CSSToLengthConversionData&) const;
281 int CSSPrimitiveValue::ComputeLength(const CSSToLengthConversionData&) const;
284 Length CSSPrimitiveValue::ComputeLength(const CSSToLengthConversionData&) const;
287 unsigned CSSPrimitiveValue::ComputeLength(
291 int16_t CSSPrimitiveValue::ComputeLength(
295 CORE_EXPORT float CSSPrimitiveValue::ComputeLength(
299 double CSSPrimitiveValue::ComputeLength(const CSSToLengthConversionData&) const;
H A Dcss_primitive_value.cc221 int CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
227 unsigned CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
234 Length CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
241 int16_t CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
248 uint16_t CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
255 uint8_t CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
262 float CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
268 double CSSPrimitiveValue::ComputeLength( in ComputeLength() function in blink::CSSPrimitiveValue
358 return ComputeLength<Length>(conversion_data); in ConvertToLength()
H A Dmedia_values_dynamic.cc54 bool MediaValuesDynamic::ComputeLength(double value, in ComputeLength() function in blink::MediaValuesDynamic
57 return MediaValues::ComputeLength(value, type, in ComputeLength()
62 bool MediaValuesDynamic::ComputeLength(double value, in ComputeLength() function in blink::MediaValuesDynamic
65 return MediaValues::ComputeLength(value, type, in ComputeLength()
H A Dmedia_values_cached.cc100 bool MediaValuesCached::ComputeLength(double value, in ComputeLength() function in blink::MediaValuesCached
103 return MediaValues::ComputeLength(value, type, data_.default_font_size, in ComputeLength()
108 bool MediaValuesCached::ComputeLength(double value, in ComputeLength() function in blink::MediaValuesCached
111 return MediaValues::ComputeLength(value, type, data_.default_font_size, in ComputeLength()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/DataStructureAndEncodingDefinition/
H A DgdcmImplicitDataElement.cxx32 + sq->ComputeLength<ImplicitDataElement>(); in GetLength()
40 + ValueLengthField.GetLength() + sf->ComputeLength(); in GetLength()
51 + sqi->ComputeLength<ImplicitDataElement>(); in GetLength()
H A DgdcmFragment.cxx27 VL Fragment::ComputeLength() const in ComputeLength() function in gdcm_ns::Fragment
34 + bv->ComputeLength() /*ValueLengthField*/; in ComputeLength()
H A DgdcmCP246ExplicitDataElement.cxx35 ValueLengthField.GetLength() + sq->ComputeLength<CP246ExplicitDataElement>(); in GetLength()
42 + ValueLengthField.GetLength() + sf->ComputeLength(); in GetLength()
H A DgdcmUNExplicitDataElement.cxx35 ValueLengthField.GetLength() + sq->ComputeLength<UNExplicitDataElement>(); in GetLength()
42 + ValueLengthField.GetLength() + sf->ComputeLength(); in GetLength()
H A DgdcmExplicitImplicitDataElement.cxx35 ValueLengthField.GetLength() + sq->ComputeLength<ExplicitImplicitDataElement>(); in GetLength()
42 + ValueLengthField.GetLength() + sf->ComputeLength(); in GetLength()
H A DgdcmUNExplicitImplicitDataElement.cxx35 ValueLengthField.GetLength() + sq->ComputeLength<UNExplicitImplicitDataElement>(); in GetLength()
42 + ValueLengthField.GetLength() + sf->ComputeLength(); in GetLength()
H A DgdcmVR16ExplicitDataElement.cxx35 ValueLengthField.GetLength() + sq->ComputeLength<VR16ExplicitDataElement>(); in GetLength()
42 + ValueLengthField.GetLength() + sf->ComputeLength(); in GetLength()
/dports/devel/gdcm/gdcm-3.0.10/Source/DataStructureAndEncodingDefinition/
H A DgdcmImplicitDataElement.cxx32 + sq->ComputeLength<ImplicitDataElement>(); in GetLength()
40 + ValueLengthField.GetLength() + sf->ComputeLength(); in GetLength()
51 + sqi->ComputeLength<ImplicitDataElement>(); in GetLength()
H A DgdcmFragment.cxx27 VL Fragment::ComputeLength() const in ComputeLength() function in gdcm_ns::Fragment
34 + bv->ComputeLength() /*ValueLengthField*/; in ComputeLength()
H A DgdcmCP246ExplicitDataElement.cxx35 ValueLengthField.GetLength() + sq->ComputeLength<CP246ExplicitDataElement>(); in GetLength()
42 + ValueLengthField.GetLength() + sf->ComputeLength(); in GetLength()
H A DgdcmUNExplicitImplicitDataElement.cxx35 ValueLengthField.GetLength() + sq->ComputeLength<UNExplicitImplicitDataElement>(); in GetLength()
42 + ValueLengthField.GetLength() + sf->ComputeLength(); in GetLength()
H A DgdcmVR16ExplicitDataElement.cxx35 ValueLengthField.GetLength() + sq->ComputeLength<VR16ExplicitDataElement>(); in GetLength()
42 + ValueLengthField.GetLength() + sf->ComputeLength(); in GetLength()
/dports/math/vtk9/VTK-9.1.0/Filters/Verdict/
H A DvtkCellSizeFilter.h74 vtkSetMacro(ComputeLength, bool);
75 vtkGetMacro(ComputeLength, bool);
76 vtkBooleanMacro(ComputeLength, bool);
171 bool ComputeLength; variable
/dports/math/vtk8/VTK-8.2.0/Filters/Verdict/
H A DvtkCellSizeFilter.h74 vtkSetMacro(ComputeLength, bool);
75 vtkGetMacro(ComputeLength, bool);
76 vtkBooleanMacro(ComputeLength, bool);
171 bool ComputeLength; variable

12345678910>>...15