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:letterSpacing
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
H
A
D
cj_measure_ffi.h
37
NativeOptionLength
letterSpacing
;
member
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
measure_util.h
36
std::optional<Dimension>
letterSpacing
= std::nullopt;
member
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H
A
D
text_drag_test_ng.h
46
std::optional<Dimension>
letterSpacing
= std::nullopt;
member
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H
A
D
text_style.h
138
double
letterSpacing
= 0.0;
member
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H
A
D
text_style.h
92
double
letterSpacing
= 0.0;
member
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H
A
D
text_style.h
127
double
letterSpacing
= 0.0;
member in OHOS::Rosen::SPText::TextStyle
/foundation/arkui/ace_engine/test/mock/core/rosen/
H
A
D
testing_text_style.h
131
double
letterSpacing
= 0.0;
member in OHOS::Ace::Testing::TestingTextStyle
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
selection_info.h
74
double
letterSpacing
= 0.0;
member
128
double
letterSpacing
= 0.0;
member
H
A
D
rich_editor_event_hub.cpp
168
void RichEditorAbstractSpanResult::SetLetterspacing(double
letterSpacing
)
in SetLetterspacing()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H
A
D
span_object.cpp
299
LetterSpacingSpan::LetterSpacingSpan(Dimension
letterSpacing
) : SpanBase(0, 0), letterSpacing_(
letterSpacing
) {}
in LetterSpacingSpan()
argument
301
LetterSpacingSpan::LetterSpacingSpan(Dimension
letterSpacing
, int32_t start, int32_t end)
in LetterSpacingSpan()
argument
360
auto
letterSpacing
= letterSpacingSpan->GetLetterSpacing();
in IsAttributesEqual()
local
H
A
D
span_string.cpp
1089
Dimension
letterSpacing
;
in ToLetterSpacingSpan()
local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
svg_paint_state.h
454
void SetLetterSpacing(const Dimension&
letterSpacing
, bool isSelf = true)
in SetLetterSpacing()
argument
H
A
D
text_style.h
471
void SetLetterSpacing(const Dimension&
letterSpacing
)
in SetLetterSpacing()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H
A
D
text_base.h
202
std::optional<Dimension>
letterSpacing
= std::nullopt;
member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_text_bridge.cpp
809
CalcDimension
letterSpacing
;
in SetLetterSpacing()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_richeditor.cpp
2309
JSRef<JSVal>
letterSpacing
= styleObject->GetProperty("
letterSpacing
");
in ParseJsLineHeightLetterSpacingTextStyle()
local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_text_typography.cpp
835
void OH_Drawing_SetTextStyleLetterSpacing(OH_Drawing_TextStyle* style, double
letterSpacing
)
in OH_Drawing_SetTextStyleLetterSpacing()
argument
Completed in 25 milliseconds