Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:textLineStyle
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
text_testsix_ng.cpp
88
auto
textLineStyle
= std::make_unique<TextLineStyle>();
in HWTEST_F()
local
119
auto
textLineStyle
= std::make_unique<TextLineStyle>();
HWTEST_F()
local
[all...]
H
A
D
text_testfive_ng.cpp
2824
auto
textLineStyle
= std::make_unique<TextLineStyle>();
HWTEST_F()
local
2855
auto
textLineStyle
= std::make_unique<TextLineStyle>();
HWTEST_F()
local
[all...]
H
A
D
text_test_ng.cpp
90
const std::unique_ptr<TextLineStyle>&
textLineStyle
= textLayoutProperty->GetTextLineStyle();
in HWTEST_F()
local
141
const std::unique_ptr<TextLineStyle>&
textLineStyle
= textLayoutProperty->GetTextLineStyle();
in HWTEST_F()
local
167
const std::unique_ptr<TextLineStyle>&
textLineStyle
= textLayoutProperty->GetTextLineStyle();
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_styles.cpp
31
CreateTextStyleUsingTheme(const std::unique_ptr<FontStyle>& fontStyle, const std::unique_ptr<TextLineStyle>&
textLineStyle
, const RefPtr<TextTheme>& textTheme)
CreateTextStyleUsingTheme()
argument
39
UseSelfStyle(const std::unique_ptr<FontStyle>& fontStyle, const std::unique_ptr<TextLineStyle>&
textLineStyle
, TextStyle& textStyle)
UseSelfStyle()
argument
82
CreateTextStyleUsingThemeWithText(const RefPtr<FrameNode> frameNode, const std::unique_ptr<FontStyle>& fontStyle, const std::unique_ptr<TextLineStyle>&
textLineStyle
, const RefPtr<TextTheme>& textTheme)
CreateTextStyleUsingThemeWithText()
argument
[all...]
H
A
D
span_node.h
202
std::unique_ptr<TextLineStyle>
textLineStyle
= std::make_unique<TextLineStyle>();
global()
member
[all...]
H
A
D
text_model_ng.cpp
721
auto&
textLineStyle
= layoutProperty->GetTextLineStyle();
in GetMaxLines()
local
731
auto&
textLineStyle
= layoutProperty->GetTextLineStyle();
in GetTextAlign()
local
741
auto&
textLineStyle
= layoutProperty->GetTextLineStyle();
in GetTextOverflow()
local
752
auto&
textLineStyle
in GetTextIndent()
local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H
A
D
rich_editor_accessibility_test_ng.cpp
248
auto&
textLineStyle
= spanItem->
textLineStyle
;
in HWTEST_F()
local
316
auto&
textLineStyle
= spanItem->
textLineStyle
;
HWTEST_F()
local
433
auto&
textLineStyle
= spanItem->
textLineStyle
;
HWTEST_F()
local
[all...]
H
A
D
rich_editor_styled_string_test_ng.cpp
239
auto&
textLineStyle
= spanItem->
textLineStyle
;
in HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H
A
D
span_to_html.cpp
523
std::string SpanToHtml::ParagraphStyleToHtml(const OHOS::Ace::NG::TextLineStyle&
textLineStyle
)
in ParagraphStyleToHtml()
argument
431
NormalStyleToHtml( const NG::FontStyle& fontStyle, const OHOS::Ace::NG::TextLineStyle&
textLineStyle
)
NormalStyleToHtml()
argument
[all...]
Completed in 22 milliseconds