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
refs:run_
(Results
1 - 11
of
11
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H
A
D
run_impl.cpp
23
RunImpl::RunImpl(std::unique_ptr<SPText::Run> run):
run_
(std::move(run))
in RunImpl()
29
if (!
run_
) {
in GetFont()
32
return
run_
->GetFont();
in GetFont()
37
if (!
run_
) {
in GetGlyphCount()
40
return
run_
->GetGlyphCount();
in GetGlyphCount()
45
if (!
run_
) {
in GetGlyphs()
48
return
run_
->GetGlyphs();
in GetGlyphs()
53
if (!
run_
) {
in GetPositions()
56
return
run_
->GetPositions();
in GetPositions()
61
if (!
run_
) {
in GetOffsets()
[all...]
H
A
D
run_impl.h
42
void SetSpRunBase(std::unique_ptr<SPText::Run>& run) {
run_
= std::move(run); }
in SetSpRunBase()
45
std::unique_ptr<SPText::Run>
run_
= nullptr;
member in OHOS::Rosen::AdapterTxt::RunImpl
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/run_napi/
H
A
D
js_run.cpp
124
run_
= std::move(run);
in SetRun()
135
if (!
run_
) {
in OnGetGlyphCount()
139
int64_t count = static_cast<int64_t>(
run_
->GetGlyphCount());
in OnGetGlyphCount()
151
if (!
run_
) {
in OnGetGlyphs()
170
std::vector<uint16_t> glyphs =
run_
->GetGlyphs(start, end);
in OnGetGlyphs()
189
if (!
run_
) {
in OnGetPositions()
208
std::vector<Drawing::Point> positions =
run_
->GetPositions(start, end);
in OnGetPositions()
227
if (!
run_
) {
in OnGetOffsets()
232
std::vector<Drawing::Point> offsets =
run_
->GetOffsets();
in OnGetOffsets()
251
if (!
run_
) {
in OnGetFont()
[all...]
H
A
D
js_run.h
59
std::unique_ptr<Run>
run_
;
member in OHOS::Rosen::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
span_model_adapter.cpp
35
placeholder->
run_
.width = drawingPlaceholder->width;
in CreateSpanItem()
36
placeholder->
run_
.height = drawingPlaceholder->height;
in CreateSpanItem()
37
placeholder->
run_
.alignment = static_cast<PlaceholderAlignment>(drawingPlaceholder->alignment);
in CreateSpanItem()
38
placeholder->
run_
.baseline = static_cast<TextBaseline>(drawingPlaceholder->baseline);
in CreateSpanItem()
39
placeholder->
run_
.baseline_offset = drawingPlaceholder->baselineOffset;
in CreateSpanItem()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
watcher_impl.cpp
163
if (
run_
) {
in GetNotifyEvent()
167
run_
= true;
in GetNotifyEvent()
174
while (
run_
) {
in GetNotifyEvent()
178
run_
= false;
in GetNotifyEvent()
253
run_
= false;
in CloseNotifyFd()
H
A
D
watcher_impl.h
92
bool
run_
= false;
member in OHOS::CJSystemapi::FileWatcherManager
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H
A
D
watcher_entity.cpp
123
run_
= false;
in CloseNotifyFd()
184
if (
run_
) {
in GetNotifyEvent()
187
run_
= true;
in GetNotifyEvent()
195
while (
run_
) {
in GetNotifyEvent()
199
run_
= false;
in GetNotifyEvent()
H
A
D
watcher_entity.h
71
bool
run_
= false;
member in OHOS::FileManagement::ModuleFileIO::FileWatcher
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
span_node.h
511
PlaceholderRun
run_
;
member
526
dumpLog.AddDesc(std::string("Width: ").append(std::to_string(
run_
.width)));
in DumpInfo()
527
dumpLog.AddDesc(std::string("Height: ").append(std::to_string(
run_
.height)));
in DumpInfo()
528
dumpLog.AddDesc(std::string("Alignment: ").append(StringUtils::ToString(
run_
.alignment)));
in DumpInfo()
529
dumpLog.AddDesc(std::string("Baseline: ").append(StringUtils::ToString(
run_
.baseline)));
in DumpInfo()
530
dumpLog.AddDesc(std::string("BaselineOffset: ").append(std::to_string(
run_
.baseline_offset)));
in DumpInfo()
H
A
D
span_node.cpp
898
run_
= run;
in UpdateParagraph()
1017
run_
= run;
in UpdateParagraph()
Completed in 9 milliseconds