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:arcTextInfo_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_arc_label.cpp
141
arcTextInfo_
{0},
in UIArcLabel()
255
DrawArcText(gfxDstBuffer, invalidatedArea, opa,
arcTextInfo_
, orientation_);
in OnDraw()
265
center.x =
arcTextInfo_
.arcCenter.x + GetRect().GetX();
in DrawArcText()
266
center.y =
arcTextInfo_
.arcCenter.y + GetRect().GetY();
in DrawArcText()
304
arcTextInfo_
.shapingFontId = arcLabelText_->GetShapingFontId();
in ReMeasure()
305
arcTextInfo_
.codePoints = arcLabelText_->GetCodePoints();
in ReMeasure()
306
arcTextInfo_
.codePointsNum = arcLabelText_->GetCodePointNum();
in ReMeasure()
309
arcCenter_, style_->letterSpace_, orientation_,
arcTextInfo_
);
in ReMeasure()
318
arcTextInfo_
.arcCenter.x = arcCenter_.x - GetX() + style_->borderWidth_ + style_->paddingLeft_;
in ReMeasure()
319
arcTextInfo_
in ReMeasure()
[all...]
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_arc_label.h
403
ArcTextInfo
arcTextInfo_
;
member in OHOS::UIArcLabel
Completed in 3 milliseconds