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:paragraph
(Results
1 - 25
of
75
) sorted by relevance
1
2
3
/foundation/arkui/ace_engine/test/mock/core/render/
H
A
D
mock_paragraph.cpp
29
RefPtr<Paragraph> Paragraph::Create(void*
paragraph
)
in Create()
argument
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
styled_string.h
34
void*
paragraph
= nullptr;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H
A
D
rich_editor_click_testone_ng.cpp
71
auto
paragraph
= Paragraph::Create(paragraphStyle, FontCollection::Current());
in HWTEST_F()
local
103
auto
paragraph
= Paragraph::Create(paragraphStyle, FontCollection::Current());
in HWTEST_F()
local
H
A
D
rich_editor_pattern_testfive_ng.cpp
188
auto
paragraph
= MockParagraph::GetOrCreateMockParagraph();
in HWTEST_F()
local
333
auto
paragraph
= MockParagraph::GetOrCreateMockParagraph();
in HWTEST_F()
local
H
A
D
rich_editor_pattern_testthree_ng.cpp
479
auto
paragraph
= MockParagraph::GetOrCreateMockParagraph();
in HWTEST_F()
local
H
A
D
rich_editor_common_test_ng.cpp
73
auto
paragraph
= MockParagraph::GetOrCreateMockParagraph();
in AddParagraph()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
paragraph_manager.h
31
RefPtr<Paragraph>
paragraph
;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H
A
D
text_input_base.cpp
60
auto
paragraph
= MockParagraph::GetOrCreateMockParagraph();
in ExpectCallParagraphMethods()
local
[all...]
H
A
D
text_field_pattern_testthree.cpp
196
auto
paragraph
= MockParagraph::GetOrCreateMockParagraph();
in HWTEST_F()
local
214
auto
paragraph
= MockParagraph::GetOrCreateMockParagraph();
in HWTEST_F()
local
248
auto
paragraph
= MockParagraph::GetOrCreateMockParagraph();
in HWTEST_F()
local
274
auto
paragraph
= MockParagraph::GetOrCreateMockParagraph();
in HWTEST_F()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H
A
D
slider_builder_test_ng.cpp
135
void SliderBuilderTestNg::MockParagraphFunction(RefPtr<MockParagraph>&
paragraph
, Testing::MockCanvas& canvas)
in MockParagraphFunction()
argument
H
A
D
slider_content_modifier_test_ng.cpp
133
void SliderContentModifierTestNg::MockParagraphFunction(RefPtr<MockParagraph>&
paragraph
, Testing::MockCanvas& canvas)
in MockParagraphFunction()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H
A
D
toast_layout_algorithm.cpp
89
auto
paragraph
= textLayoutAlgorithm->GetSingleParagraph();
in GetLineCount()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
txt_paragraph.h
44
TxtParagraph(void*
paragraph
) : hasExternalParagraph_(true)
in TxtParagraph()
argument
148
auto
paragraph
= GetParagraph();
global()
variable
[all...]
H
A
D
overlay_modifier.h
68
auto
paragraph
= GetParagraph(context.width);
variable
69
CHECK_NULL_VOID(
paragraph
);
variable
120
auto
paragraph
in GetParagraph()
local
124
auto
paragraph
= builder->CreateTypography();
GetParagraph()
local
133
auto
paragraph
= GetParagraph(contextWidth);
GetParagraphSize()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
multiple_paragraph_layout_algorithm.h
60
virtual void HandleEmptyParagraph(RefPtr<Paragraph>
paragraph
, const std::list<RefPtr<SpanItem>>& spanGroup) {}
in HandleEmptyParagraph()
argument
H
A
D
text_adapt_font_sizer.cpp
122
auto
paragraph
= GetParagraph();
in DidExceedMaxLines()
local
132
auto
paragraph
= GetParagraph();
in IsAdaptExceedLimit()
local
160
IsAdaptFontSizeExceedLineHeight(const RefPtr<Paragraph>&
paragraph
)
IsAdaptFontSizeExceedLineHeight()
argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
paragraph_manager_test_ng.cpp
59
auto
paragraph
= MockParagraph::GetOrCreateMockParagraph();
in ConstructParagraphs()
local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/track/
H
A
D
rosen_render_arc_track.cpp
142
auto
paragraph
= builder->Build();
in SetTextStyle()
local
145
auto
paragraph
= builder->CreateTypography();
in SetTextStyle()
local
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H
A
D
canvas_custom_paint_method_testtwo_ng.cpp
739
auto
paragraph
= std::make_unique<RSParagraph>();
in HWTEST_F()
local
H
A
D
canvas_custom_paint_method_test_ng.cpp
1238
auto
paragraph
= std::make_unique<RSParagraph>();
in HWTEST_F()
local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H
A
D
text_drag_overlay_modifier.cpp
112
auto
paragraph
= pattern->GetParagraph().Upgrade();
in onDraw()
local
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H
A
D
paragraph_test.cpp
71
ParagraphImpl* ParagraphTest::GetParagraphImpl(const std::shared_ptr<Paragraph>&
paragraph
)
in GetParagraphImpl()
argument
76
skia::textlayout::ParagraphImpl* ParagraphTest::GetParagraphSkiaImpl(const std::shared_ptr<Paragraph>&
paragraph
)
in GetParagraphSkiaImpl()
argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H
A
D
typography_create.cpp
92
auto
paragraph
= builder_->Build();
in CreateTypography()
local
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H
A
D
drag_window_ohos.cpp
380
void DragWindowOhos::DrawTextNG(const RefPtr<NG::Paragraph>&
paragraph
, const RefPtr<NG::TextPattern>& textPattern)
in DrawTextNG()
argument
315
DrawText( std::shared_ptr<txt::Paragraph>
paragraph
, const Offset& offset, const RefPtr<RenderText>& renderText)
DrawText()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H
A
D
text_select_controller.h
144
void UpdateParagraph(const RefPtr<Paragraph>&
paragraph
)
in UpdateParagraph()
argument
Completed in 18 milliseconds
1
2
3