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:font_
(Results
1 - 13
of
13
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H
A
D
texgine_font.cpp
26
return
font_
;
in GetFont()
32
font_
->SetTypeface(tf->GetTypeface());
in SetTypeface()
34
font_
->SetTypeface(nullptr);
in SetTypeface()
40
font_
->SetSize(textSize);
in SetSize()
49
return
font_
->GetMetrics(metrics->GetFontMetrics().get());
in GetMetrics()
53
font_
->SetSubpixel(isSubpixel);
in SetSubpixel()
58
font_
->SetEdging(static_cast<Drawing::FontEdging>(edging));
in SetEdging()
63
font_
->SetHinting(static_cast<Drawing::FontHinting>(hinting));
in SetHinting()
68
font_
->SetSkewX(-DEFAULT_ITALIC / 4); // standard italic offset is 1/4
in SetSkewX()
73
font_
in SetBold()
[all...]
H
A
D
texgine_font.h
83
std::shared_ptr<RSFont>
font_
= std::make_shared<RSFont>();
member in OHOS::Rosen::TextEngine::TexgineFont
/foundation/arkui/ui_lite/test/unittest/font/
H
A
D
ui_font_unit_test.cpp
39
static BaseFont*
font_
;
member in OHOS::UIFontTest
42
BaseFont* UIFontTest::
font_
= nullptr;
member in OHOS::UIFontTest
46
if (
font_
== nullptr) {
in SetUpTestCase()
48
font_
= new UIFontVector();
in SetUpTestCase()
50
font_
= new UIFontBitmap();
in SetUpTestCase()
57
if (
font_
!= nullptr) {
in TearDownTestCase()
58
delete
font_
;
in TearDownTestCase()
59
font_
= nullptr;
in TearDownTestCase()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H
A
D
span_object.cpp
57
FontSpan::FontSpan(Font font) : SpanBase(0, 0),
font_
(std::move(font)) {}
in FontSpan()
59
FontSpan::FontSpan(Font font, int32_t start, int32_t end) : SpanBase(start, end),
font_
(std::move(font)) {}
in FontSpan()
74
RefPtr<SpanBase> spanBase = MakeRefPtr<FontSpan>(
font_
, start, end);
in GetSubSpan()
80
if (
font_
.fontColor.has_value()) {
in AddSpanStyle()
81
spanItem->fontStyle->UpdateTextColor(
font_
.fontColor.value());
in AddSpanStyle()
84
if (
font_
.fontFamiliesNG.has_value()) {
in AddSpanStyle()
85
spanItem->fontStyle->UpdateFontFamily(
font_
.fontFamiliesNG.value());
in AddSpanStyle()
88
if (
font_
.fontSize.has_value()) {
in AddSpanStyle()
89
spanItem->fontStyle->UpdateFontSize(
font_
.fontSize.value());
in AddSpanStyle()
92
if (
font_
in AddSpanStyle()
[all...]
H
A
D
span_object.h
139
Font
font_
;
member in OHOS::Ace::SpanType::FontSpan
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
style.cpp
53
font_
(16), // 16 : default font size
in Style()
101
return
font_
;
in GetStyle()
175
font_
= value;
in SetStyle()
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_picker_unit_test.cpp
74
uint8_t highlightFontId = StyleDefault::GetPickerHighlightStyle().
font_
;
in HWTEST_F()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
style.h
183
uint16_t
font_
;
member in OHOS::Style
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_time_picker.cpp
48
backgroundFontId_ = style_->
font_
;
in timePickerListener_()
58
highlightFontId_ = style_->
font_
;
in timePickerListener_()
H
A
D
ui_picker.cpp
119
backgroundFontId_ = style_->
font_
;
in UIPicker()
128
highlightFontId_ = style_->
font_
;
in UIPicker()
H
A
D
text_adapter.cpp
43
fontId_ = style_.
font_
;
in TextAdapter()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H
A
D
marquee_tdd_test.cpp
373
if (fontSize == style.
font_
) {
in ComponentMarqueeStyleSetTest013()
378
EXPECT_TRUE(fontSize == style.
font_
);
in ComponentMarqueeStyleSetTest013()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
jsUIContext.js
230
this.
font_
= new Font(this.instanceId_);
231
return this.
font_
;
Completed in 9 milliseconds