Home
last modified time | relevance | path

Searched refs:TextIndent (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmDocumentationFormatter.cxx62 os << this->TextIndent; in PrintPreformatted()
76 os << this->TextIndent; in PrintParagraph()
83 this->TextIndent = indent; in SetIndent()
93 int width = this->TextWidth - static_cast<int>(strlen(this->TextIndent)); in PrintColumn()
120 os << (firstLine ? "" : this->TextIndent); in PrintColumn()
143 os << this->TextIndent; in PrintColumn()
169 this->TextIndent = " "; in PrintSection()
170 int align = static_cast<int>(strlen(this->TextIndent)) - 4; in PrintSection()
174 if (entry.Name.size() > strlen(this->TextIndent) - 4) { in PrintSection()
176 os.write(this->TextIndent, strlen(this->TextIndent) - 2); in PrintSection()
[all …]
H A DcmDocumentationFormatter.h62 const char* TextIndent = ""; variable
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmDocumentationFormatter.cxx62 os << this->TextIndent; in PrintPreformatted()
76 os << this->TextIndent; in PrintParagraph()
83 this->TextIndent = indent; in SetIndent()
93 int width = this->TextWidth - static_cast<int>(strlen(this->TextIndent)); in PrintColumn()
120 os << (firstLine ? "" : this->TextIndent); in PrintColumn()
143 os << this->TextIndent; in PrintColumn()
169 this->TextIndent = " "; in PrintSection()
170 int align = static_cast<int>(strlen(this->TextIndent)) - 4; in PrintSection()
174 if (entry.Name.size() > strlen(this->TextIndent) - 4) { in PrintSection()
176 os.write(this->TextIndent, strlen(this->TextIndent) - 2); in PrintSection()
[all …]
H A DcmDocumentationFormatter.h62 const char* TextIndent = ""; variable
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmDocumentationFormatter.cxx62 os << this->TextIndent; in PrintPreformatted()
76 os << this->TextIndent; in PrintParagraph()
83 this->TextIndent = indent; in SetIndent()
93 int width = this->TextWidth - static_cast<int>(strlen(this->TextIndent)); in PrintColumn()
120 os << (firstLine ? "" : this->TextIndent); in PrintColumn()
143 os << this->TextIndent; in PrintColumn()
169 this->TextIndent = " "; in PrintSection()
170 int align = static_cast<int>(strlen(this->TextIndent)) - 4; in PrintSection()
174 if (entry.Name.size() > strlen(this->TextIndent) - 4) { in PrintSection()
176 os.write(this->TextIndent, strlen(this->TextIndent) - 2); in PrintSection()
[all …]
H A DcmDocumentationFormatter.h62 const char* TextIndent = ""; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcss_text_indent_interpolation_type.cc104 return length_ == state.ParentStyle()->TextIndent() && in IsValid()
152 parent_style.TextIndent(), mode)); in MaybeConvertInherit()
153 return CreateValue(parent_style.TextIndent(), mode, in MaybeConvertInherit()
189 return CreateValue(style.TextIndent(), IndentMode(style), in MaybeConvertStandardPropertyUnderlyingValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcss_text_indent_interpolation_type.cc104 return length_ == state.ParentStyle()->TextIndent() && in IsValid()
152 parent_style.TextIndent(), mode)); in MaybeConvertInherit()
153 return CreateValue(parent_style.TextIndent(), mode, in MaybeConvertInherit()
189 return CreateValue(style.TextIndent(), IndentMode(style), in MaybeConvertStandardPropertyUnderlyingValue()
/dports/x11/xmotd/xmotd-1.17.3b/libhtmlw/
H A DHTMLformat.c149 static int TextIndent; variable
1538 *x = TextIndent;
1638 *x = TextIndent;
4168 TextIndent = TextIndent -
4213 TextIndent = TextIndent +
4253 TextIndent = TextIndent -
4276 TextIndent = TextIndent -
4311 TextIndent = TextIndent +
4332 TextIndent = TextIndent -
4366 TextIndent = TextIndent +
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_para.cpp23 {XFA_Attribute::TextIndent, XFA_AttributeType::Measure, (void*)L"0in"},
88 return JSObject()->GetMeasureInUnit(XFA_Attribute::TextIndent, XFA_Unit::Pt); in GetTextIndent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_para.cpp23 {XFA_Attribute::TextIndent, XFA_AttributeType::Measure, (void*)L"0in"},
90 return JSObject()->GetMeasureInUnit(XFA_Attribute::TextIndent, XFA_Unit::Pt); in GetTextIndent()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dcombo.h206 TextIndent = 0x0008, ///< wxComboCtrl::SetMargins() can be used. enumerator
214 TextIndent | PaintControl | PaintWritable |
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dcombo.h206 TextIndent = 0x0008, ///< wxComboCtrl::SetMargins() can be used. enumerator
214 TextIndent | PaintControl | PaintWritable |
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dcombo.h206 TextIndent = 0x0008, ///< wxComboCtrl::SetMargins() can be used. enumerator
214 TextIndent | PaintControl | PaintWritable |
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_block_layout_algorithm_utils.cc46 inline_offset += MinimumValueForLength(container_style.TextIndent(), in CalculateOutOfFlowStaticInlineLevelOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_block_layout_algorithm_utils.cc46 inline_offset += MinimumValueForLength(container_style.TextIndent(), in CalculateOutOfFlowStaticInlineLevelOffset()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_combo.py18 wx.ComboCtrlFeatures.TextIndent
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_inline_item_result.cc242 LayoutUnit inline_size = TextIndent(); in ComputeWidth()
251 float inline_size = TextIndent(); in ComputeWidthInFloat()
/dports/www/firefox/firefox-99.0/accessible/base/
H A DStyleInfo.h26 mozilla::LengthPercentage TextIndent();
H A DStyleInfo.cpp35 mozilla::LengthPercentage StyleInfo::TextIndent() { in TextIndent() function in StyleInfo
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DStyleInfo.h26 mozilla::LengthPercentage TextIndent();
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/base/
H A DStyleInfo.h26 mozilla::LengthPercentage TextIndent();
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DStyleInfo.h26 void TextIndent(nsAString& aValue);
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/base/
H A DStyleInfo.h23 void TextIndent(nsAString& aValue);
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/base/
H A DStyleInfo.h24 void TextIndent(nsAString& aValue);

12345678910>>...12