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:shaping
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/
H
A
D
ui_font_vector.cpp
93
uint8_t UIFontVector::RegisterFontInfo(const char* ttfName, uint8_t
shaping
)
in RegisterFontInfo()
argument
111
fontInfo_[j].
shaping
=
shaping
;
in RegisterFontInfo()
137
uint8_t result = RegisterFontInfo(fontsTable[i].ttfName, fontsTable[i].
shaping
);
in RegisterFontInfo()
183
fontInfo_[ttfIdx].
shaping
= ttfInfo[j].
shaping
;
in RegisterTtcFontInfo()
525
if (fontParam1->
shaping
== 0) {
in GetShapingFontId()
539
return fontParam2->
shaping
;
in GetShapingFontId()
549
return fontParam1->
shaping
;
in GetShapingFontId()
556
return fontInfo->
shaping
;
in GetShapingFontId()
[all...]
H
A
D
ui_multi_font_manager.cpp
39
if (!fontParam->
shaping
) {
in UIMultiFontManager()
183
// the
shaping
font is in search list, then shapingFontId_ store the real
shaping
fontid
in GetShapingFontId()
189
if (!fontParam1->
shaping
) {
in GetShapingFontId()
H
A
D
ui_font_bitmap.cpp
68
return fontParam->
shaping
;
in GetShapingFontId()
/foundation/arkui/ui_lite/interfaces/kits/font/
H
A
D
ui_font.h
26
* @brief judge whether you need
shaping
for text
30
* @param script
shaping
script
46
* @param shapingId: [in] font
shaping
id
165
uint8_t RegisterFontInfo(const char* ttfName, uint8_t
shaping
= 0)
in RegisterFontInfo()
167
return instance_->RegisterFontInfo(ttfName,
shaping
);
in RegisterFontInfo()
H
A
D
ui_font_header.h
33
uint8_t
shaping
: 1;
member
166
// text
shaping
psram
383
uint8_t
shaping
;
member
414
uint8_t
shaping
;
member
H
A
D
base_font.h
170
virtual uint8_t RegisterFontInfo(const char* ttfName, uint8_t
shaping
)
in RegisterFontInfo()
argument
/foundation/arkui/ui_lite/interfaces/innerkits/font/
H
A
D
ui_font_vector.h
45
uint8_t RegisterFontInfo(const char* ttfName, uint8_t
shaping
= 0) override;
Completed in 6 milliseconds