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:UIFontBuilder
(Results
1 - 10
of
10
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/
H
A
D
ui_font_builder.cpp
20
UIFontBuilder
::
UIFontBuilder
() : uiTextLangFontsTable_(nullptr), langTextDefaultParamTable_(nullptr),
in UIFontBuilder()
function in OHOS::UIFontBuilder
23
UIFontBuilder
*
UIFontBuilder
::GetInstance()
in GetInstance()
25
static
UIFontBuilder
uiFontBuilder;
in GetInstance()
29
void
UIFontBuilder
::SetTextLangFontsTable(const UITextLanguageFontParam* uiTextLangFontsTable,
in SetTextLangFontsTable()
38
void
UIFontBuilder
::SetLangTextDefaultParamTable(const LangTextParam* langTextDefaultParamTable,
in SetLangTextDefaultParamTable()
47
void
UIFontBuilder
::SetMaxTextId(uint16_t totalTextId)
in SetMaxTextId()
52
UITextLanguageFontParam*
UIFontBuilder
::GetTextLangFontsTable(uint16_t langFontId)
in GetTextLangFontsTable()
60
uint8_t
UIFontBuilder
[all...]
H
A
D
base_font.cpp
43
UIFontBuilder
* fontBuilder =
UIFontBuilder
::GetInstance();
in GetDefaultParamByLangId()
H
A
D
ui_multi_font_manager.cpp
33
uint16_t totalFontId =
UIFontBuilder
::GetInstance()->GetTotalFontId();
in UIMultiFontManager()
129
uint16_t totalFontId =
UIFontBuilder
::GetInstance()->GetTotalFontId();
in ClearSearchFontList()
144
if ((fontListId >=
UIFontBuilder
::GetInstance()->GetTotalFontId()) || (fontIds == nullptr) || (size == 0) ||
in SetSearchFontList()
154
if ((fontListId >=
UIFontBuilder
::GetInstance()->GetTotalFontId()) || (fontIds == nullptr) ||
in GetSearchFontList()
H
A
D
ui_font_bitmap.cpp
63
UITextLanguageFontParam* fontParam =
UIFontBuilder
::GetInstance()->GetTextLangFontsTable(fontId);
in GetShapingFontId()
74
UITextLanguageFontParam* fontParam =
UIFontBuilder
::GetInstance()->GetTextLangFontsTable(fontId);
in GetFontWeight()
115
UIFontBuilder
* fontBuilder =
UIFontBuilder
::GetInstance();
in GetFontId()
227
return
UIFontBuilder
::GetInstance()->GetTextLangFontsTable(fontId);
in GetFontInfo()
H
A
D
glyphs_file.cpp
151
if (binHeader_.fontNum >
UIFontBuilder
::GetInstance()->GetBitmapFontIdMax()) {
in SetFile()
207
UIFontBuilder
* fontBuilder =
UIFontBuilder
::GetInstance();
in GetGlyphInfo()
/foundation/arkui/ui_lite/interfaces/innerkits/font/
H
A
D
ui_font_builder.h
22
class
UIFontBuilder
: public HeapBase {
class
25
static
UIFontBuilder
* GetInstance();
49
UIFontBuilder
();
50
~
UIFontBuilder
() {}
in ~UIFontBuilder()
/foundation/arkui/ui_lite/test/framework/common/
H
A
D
ui_text_language.cpp
49
UIFontBuilder
* uiFontBuilder =
UIFontBuilder
::GetInstance();
in BitmapFontInit()
/foundation/arkui/ui_lite/test/unittest/font/
H
A
D
ui_font_unit_test.cpp
129
EXPECT_EQ(ret,
UIFontBuilder
::GetInstance()->GetTotalFontId());
in HWTEST_F()
141
EXPECT_EQ(id,
UIFontBuilder
::GetInstance()->GetTotalFontId());
in HWTEST_F()
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
text.cpp
128
if ((fontId !=
UIFontBuilder
::GetInstance()->GetTotalFontId()) &&
in SetFont()
174
UIFontBuilder
* fontBuilder =
UIFontBuilder
::GetInstance();
in SetFontId()
595
if (fontId_ ==
UIFontBuilder
::GetInstance()->GetBitmapFontIdMax()) {
in SetAbsoluteSizeSpan()
624
UITextLanguageFontParam* fontParam =
UIFontBuilder
::GetInstance()->GetTextLangFontsTable(fontId_);
in SetRelativeSizeSpan()
639
UIFontBuilder
* fontBuilder =
UIFontBuilder
::GetInstance();
in GetSpanFontIdBySize()
/foundation/arkui/ui_lite/interfaces/kits/font/
H
A
D
base_font.h
109
return
UIFontBuilder
::GetInstance()->GetTotalLangId();
in GetCurrentLangId()
Completed in 6 milliseconds