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:adjustSet
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H
A
D
font_config.h
73
AdjustSet
adjustSet
;
member
119
void DumpAjdust(const AdjustSet &
adjustSet
) const;
H
A
D
font_config.cpp
385
genericInfo.
adjustSet
.emplace_back(std::move(info));
in ParseAdjust()
520
void FontConfigJson::DumpAjdust(const AdjustSet &
adjustSet
) const
in DumpAjdust()
522
if (!
adjustSet
.empty()) {
in DumpAjdust()
525
for (auto it :
adjustSet
) {
in DumpAjdust()
542
DumpAjdust(it.
adjustSet
);
in DumpGeneric()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
font_manager.cpp
137
for (size_t j = 0; j < rosenInfo->genericSet[i].
adjustSet
.size(); ++j) {
in GetUIFontConfig()
139
adjustInfo.origValue = rosenInfo->genericSet[i].
adjustSet
[j].origValue;
in GetUIFontConfig()
140
adjustInfo.newValue = rosenInfo->genericSet[i].
adjustSet
[j].newValue;
in GetUIFontConfig()
141
genericInfo.
adjustSet
.emplace_back(adjustInfo);
in GetUIFontConfig()
H
A
D
font_manager.h
70
AdjustSet
adjustSet
;
member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_text_typography.cpp
2734
const std::vector<TextEngine::AdjustInfo>&
adjustSet
, OH_Drawing_FontConfigInfoErrorCode& code)
in CopyDrawingAdjustSet()
2741
if (!
adjustSet
.empty()) {
in CopyDrawingAdjustSet()
2742
(*drawAdjustInfoSet) = InitDrawingAdjustInfoSet(
adjustSet
.size(), code);
in CopyDrawingAdjustSet()
2747
for (; adjustInfoCount <
adjustSet
.size();) {
in CopyDrawingAdjustSet()
2748
CopyDrawingAdjustInfo((*drawAdjustInfoSet)[adjustInfoCount],
adjustSet
.at(adjustInfoCount));
in CopyDrawingAdjustSet()
2752
if (adjustInfoSize !=
adjustSet
.size()) {
in CopyDrawingAdjustSet()
2775
&drawFontGenericInfo.adjustInfoSet, drawFontGenericInfo.adjustInfoSize, genericInfo.
adjustSet
, code);
in CopyDrawingFontGenericInfo()
2733
CopyDrawingAdjustSet(OH_Drawing_FontAdjustInfo** drawAdjustInfoSet, size_t& adjustInfoSize, const std::vector<TextEngine::AdjustInfo>&
adjustSet
, OH_Drawing_FontConfigInfoErrorCode& code)
CopyDrawingAdjustSet()
argument
/foundation/arkui/ace_engine/interfaces/napi/kits/font/
H
A
D
js_font.cpp
217
for (const AdjustInfo& adjust: generic.
adjustSet
) {
in GetUIFontGenericInfo()
Completed in 8 milliseconds