Home
last modified time | relevance | path

Searched refs:LengthSize (Results 1 – 25 of 85) sorted by relevance

1234

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DBorderData.h109 const LengthSize& topLeft() const { return m_topLeft; } in topLeft()
110 const LengthSize& topRight() const { return m_topRight; } in topRight()
111 const LengthSize& bottomLeft() const { return m_bottomLeft; } in bottomLeft()
112 const LengthSize& bottomRight() const { return m_bottomRight; } in bottomRight()
122 LengthSize m_topLeft;
123 LengthSize m_topRight;
124 LengthSize m_bottomLeft;
125 LengthSize m_bottomRight;
H A DFillLayer.h43 FillSize(EFillSizeType t, LengthSize l) in FillSize()
59 LengthSize size;
77 LengthSize sizeLength() const { return m_sizeLength; } in sizeLength()
105 void setSizeLength(LengthSize l) { m_sizeLength = l; } in setSizeLength()
159 static LengthSize initialFillSizeLength(EFillLayerType) { return LengthSize(); } in initialFillSizeLength()
185 LengthSize m_sizeLength;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dlength_size.h29 class LengthSize {
33 LengthSize() = default;
35 LengthSize(const Length& width, const Length& height) in LengthSize() function
38 bool operator==(const LengthSize& o) const {
41 bool operator!=(const LengthSize& o) const { return !(*this == o); }
H A Dlength_functions.h37 class LengthSize; variable
56 PLATFORM_EXPORT FloatSize FloatSizeForLengthSize(const LengthSize&,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dlength_size.h29 class LengthSize {
33 LengthSize() = default;
35 LengthSize(const Length& width, const Length& height) in LengthSize() function
38 bool operator==(const LengthSize& o) const {
41 bool operator!=(const LengthSize& o) const { return !(*this == o); }
H A Dlength_functions.h37 class LengthSize; variable
56 PLATFORM_EXPORT FloatSize FloatSizeForLengthSize(const LengthSize&,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dbasic_shapes.h255 const LengthSize& TopLeftRadius() const { return top_left_radius_; }
256 const LengthSize& TopRightRadius() const { return top_right_radius_; }
257 const LengthSize& BottomRightRadius() const { return bottom_right_radius_; }
258 const LengthSize& BottomLeftRadius() const { return bottom_left_radius_; }
266 void SetTopRightRadius(const LengthSize& radius) {
269 void SetBottomRightRadius(const LengthSize& radius) {
272 void SetBottomLeftRadius(const LengthSize& radius) {
289 LengthSize top_left_radius_;
290 LengthSize top_right_radius_;
291 LengthSize bottom_right_radius_;
[all …]
H A Dfill_layer.h44 FillSize(EFillSizeType t, const LengthSize& l) : type(t), size(l) {} in FillSize()
52 LengthSize size;
83 const LengthSize& SizeLength() const { return size_length_; } in SizeLength()
171 void SetSizeLength(const LengthSize& length) { size_length_ = length; } in SetSizeLength()
274 static LengthSize InitialFillSizeLength(EFillLayerType) { in InitialFillSizeLength()
275 return LengthSize(); in InitialFillSizeLength()
310 LengthSize size_length_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dbasic_shapes.h255 const LengthSize& TopLeftRadius() const { return top_left_radius_; }
256 const LengthSize& TopRightRadius() const { return top_right_radius_; }
257 const LengthSize& BottomRightRadius() const { return bottom_right_radius_; }
258 const LengthSize& BottomLeftRadius() const { return bottom_left_radius_; }
266 void SetTopRightRadius(const LengthSize& radius) {
269 void SetBottomRightRadius(const LengthSize& radius) {
272 void SetBottomLeftRadius(const LengthSize& radius) {
289 LengthSize top_left_radius_;
290 LengthSize top_right_radius_;
291 LengthSize bottom_right_radius_;
[all …]
H A Dcached_ua_style.h57 LengthSize top_left_;
58 LengthSize top_right_;
59 LengthSize bottom_left_;
60 LengthSize bottom_right_;
H A Dfill_layer.h44 FillSize(EFillSizeType t, const LengthSize& l) : type(t), size(l) {} in FillSize()
52 LengthSize size;
83 const LengthSize& SizeLength() const { return size_length_; } in SizeLength()
175 void SetSizeLength(const LengthSize& length) { size_length_ = length; } in SetSizeLength()
279 static LengthSize InitialFillSizeLength(EFillLayerType) { in InitialFillSizeLength()
280 return LengthSize(); in InitialFillSizeLength()
318 LengthSize size_length_;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DLengthSize.h28 struct LengthSize { struct
30 LengthSize() in LengthSize() argument
34 LengthSize(Length width, Length height) in LengthSize() argument
40 bool operator==(const LengthSize& o) const
H A DTheme.h87 …virtual LengthSize controlSize(ControlPart, const Font&, const LengthSize& zoomedSize, float /*zoo… in controlSize()
90 …virtual LengthSize minimumControlSize(ControlPart, const Font&, float /*zoomFactor*/) const { retu… in minimumControlSize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_theme_mac.h183 LengthSize GetControlSize(ControlPart,
185 const LengthSize&,
187 LengthSize MinimumControlSize(ControlPart,
230 static CORE_EXPORT LengthSize CheckboxSize(const FontDescription&,
231 const LengthSize& zoomed_size,
242 static CORE_EXPORT LengthSize RadioSize(const FontDescription&,
243 const LengthSize& zoomed_size,
H A Dlayout_theme.h50 class LengthSize; variable
76 const LengthSize* part_size,
77 const LengthSize* min_part_size = nullptr);
265 virtual LengthSize GetControlSize(ControlPart, in GetControlSize()
267 const LengthSize& zoomed_size, in GetControlSize()
273 virtual LengthSize MinimumControlSize(ControlPart, in MinimumControlSize()
277 return LengthSize(Length::Fixed(0), Length::Fixed(0)); in MinimumControlSize()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DDEREncoding.cs91 public static int LengthSize(int length) in LengthSize() method in System.IdentityModel.Tokens.DEREncoding
134 …WriteLength(buffer, ref offset, ref len, 1 + LengthSize(mech.Length) + mech.Length + type.Length +… in MakeTokenHeader()
212 bodySize += 2 + mech.Length + LengthSize(mech.Length) + 1; in TokenSize()
214 return (1 + LengthSize(bodySize) + bodySize); in TokenSize()
309 buffer[offset++] = (byte)(LengthSize(length) + 127); in WriteLength()
/dports/misc/fq/fq-0.0.2/format/
H A Dformat.go145 LengthSize uint64 member
149 LengthSize uint64 member
153 LengthSize uint64 member
157 LengthSize uint64 member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/mac/
H A DThemeMac.h42 …virtual LengthSize controlSize(ControlPart, const Font&, const LengthSize&, float zoomFactor) cons…
43 virtual LengthSize minimumControlSize(ControlPart, const Font&, float zoomFactor) const;
H A DThemeMac.mm101 static LengthSize sizeFromNSControlSize(NSControlSize nsControlSize, const LengthSize& zoomedSize, …
106 LengthSize result = zoomedSize;
114 static LengthSize sizeFromFont(const Font& font, const LengthSize& zoomedSize, float zoomFactor, co…
224 static LengthSize checkboxSize(const Font& font, const LengthSize& zoomedSize, float zoomFactor)
304 static LengthSize radioSize(const Font& font, const LengthSize& zoomedSize, float zoomFactor)
591 LengthSize ThemeMac::controlSize(ControlPart part, const Font& font, const LengthSize& zoomedSize, …
607 return LengthSize(Length(Fixed), Length(Fixed));
617 LengthSize ThemeMac::minimumControlSize(ControlPart part, const Font& font, float zoomFactor) const
624 return LengthSize(Length(0, Fixed), Length(static_cast<int>(15 * zoomFactor), Fixed));
627 return LengthSize(Length(Fixed), Length(Fixed));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp60 struct LengthSize { struct
69 LengthSize size;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp63 struct LengthSize { struct
72 LengthSize size;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp60 struct LengthSize { struct
69 LengthSize size;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp60 struct LengthSize { struct
69 LengthSize size;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp60 struct LengthSize { struct
69 LengthSize size;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp60 struct LengthSize { struct
69 LengthSize size;

1234