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:fontNodes_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/
H
A
D
ui_multi_font_manager.cpp
64
fontNodes_
[index].fontIds = nullptr;
in UIMultiFontManager()
65
fontNodes_
[index].size = 0;
in UIMultiFontManager()
77
fontNodes_
[fontIndex].fontIds = static_cast<uint16_t*>(UIMalloc(size * sizeof(uint16_t)));
in AddNewFont()
78
if (
fontNodes_
[fontIndex].fontIds == nullptr) {
in AddNewFont()
82
(void)memcpy_s(
fontNodes_
[fontIndex].fontIds, size * sizeof(uint16_t), fontIds, size * sizeof(uint16_t));
in AddNewFont()
83
fontNodes_
[fontIndex].size = size;
in AddNewFont()
91
UIFree(
fontNodes_
[index].fontIds);
in UpdateFont()
92
fontNodes_
[index].fontIds = nullptr;
in UpdateFont()
101
return (
fontNodes_
[index].fontIds == nullptr) ? INVALID_RET_VALUE : RET_VALUE_OK;
in UpdateFont()
134
for (auto &node :
fontNodes_
) {
in ClearSearchFontList()
[all...]
H
A
D
ui_multi_font_manager.h
81
FontIdNode
fontNodes_
[MAX_FONT_SEARCH_NUM];
member in OHOS::UIMultiFontManager
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
font_manager.cpp
214
if (
fontNodes_
.find(node) ==
fontNodes_
.end()) {
in AddFontNode()
215
fontNodes_
.emplace(node);
in AddFontNode()
221
fontNodes_
.erase(node);
in RemoveFontNode()
227
for (auto iter =
fontNodes_
.begin(); iter !=
fontNodes_
.end();) {
in RebuildFontNode()
235
iter =
fontNodes_
.erase(iter);
in RebuildFontNode()
H
A
D
font_manager.h
134
std::set<WeakPtr<RenderNode>>
fontNodes_
;
member in OHOS::Ace::FontManager
Completed in 3 milliseconds