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:fontBuilder
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/
H
A
D
base_font.cpp
43
UIFontBuilder*
fontBuilder
= UIFontBuilder::GetInstance();
in GetDefaultParamByLangId()
local
44
if ((langId >=
fontBuilder
->GetTotalLangId()) || (pParam == nullptr)) {
in GetDefaultParamByLangId()
48
LangTextParam *pTable =
fontBuilder
->GetLangTextDefaultParamTable();
in GetDefaultParamByLangId()
H
A
D
glyphs_file.cpp
207
UIFontBuilder*
fontBuilder
= UIFontBuilder::GetInstance();
in GetGlyphInfo()
local
208
if (fontId >
fontBuilder
->GetBitmapFontIdMax()) {
in GetGlyphInfo()
235
glyphInfo.fontId =
fontBuilder
->GetBitmapFontIdMax();
in GetGlyphInfo()
H
A
D
ui_font_bitmap.cpp
115
UIFontBuilder*
fontBuilder
= UIFontBuilder::GetInstance();
in GetFontId()
local
117
return
fontBuilder
->GetBitmapFontIdMax();
in GetFontId()
120
for (id = 0; id <
fontBuilder
->GetBitmapFontIdMax(); ++id) {
in GetFontId()
121
UITextLanguageFontParam* fontParam =
fontBuilder
->GetTextLangFontsTable(id);
in GetFontId()
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
text.cpp
174
UIFontBuilder*
fontBuilder
= UIFontBuilder::GetInstance();
in SetFontId()
local
175
if (fontId >=
fontBuilder
->GetTotalFontId()) {
in SetFontId()
185
UITextLanguageFontParam* fontParam =
fontBuilder
->GetTextLangFontsTable(fontId);
in SetFontId()
191
if ((fontId !=
fontBuilder
->GetTotalFontId()) && ((fontId_ != fontId) ||
in SetFontId()
639
UIFontBuilder*
fontBuilder
= UIFontBuilder::GetInstance();
in GetSpanFontIdBySize()
640
UITextLanguageFontParam* fontParam =
fontBuilder
->GetTextLangFontsTable(fontId_);
in GetSpanFontIdBySize()
646
for (uint16_t fontId = 0; fontId <
fontBuilder
->GetTotalFontId(); fontId++) {
in GetSpanFontIdBySize()
647
UITextLanguageFontParam* tempFontParam =
fontBuilder
->GetTextLangFontsTable(fontId);
in GetSpanFontIdBySize()
Completed in 3 milliseconds