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:ascender
(Results
1 - 18
of
18
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H
A
D
text_layout_info.h
56
/** Text
ascender
height */
57
double
ascender
;
member
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H
A
D
typography.cpp
318
lineMetrics->
ascender
= sklineMetrics.fAscent;
in GetLineInfo()
321
lineMetrics->
ascender
= skFontMetrics.fAscent;
in GetLineInfo()
328
lineMetrics->
ascender
= sklineMetrics.fAscent;
in GetLineInfo()
331
lineMetrics->
ascender
= 0.0;
in GetLineInfo()
376
line.
ascender
= skLineMetrics.fAscent;
in GetLineMetrics()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H
A
D
rich_editor_content_modifier.cpp
85
customSpanOptions.baseline = customSpanOptions.lineTop + lineMetrics.
ascender
;
in PaintCustomSpan()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H
A
D
typography_test.cpp
217
EXPECT_EQ(std::round(lineMetrics.
ascender
), 13);
in HWTEST_F()
228
EXPECT_EQ(std::round(firstLineMetrics.
ascender
), 13);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
txt_paragraph.cpp
950
lineMetrics.
ascender
= resMetric.
ascender
;
in GetLineMetricsByRectF()
967
lineMetrics.
ascender
= resMetric.
ascender
;
in GetLineMetrics()
1079
lineMetrics.
ascender
= resMetric.
ascender
;
in GetLineMetricsByCoordinate()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H
A
D
typography.h
78
/** Text
ascender
height */
79
double
ascender
;
member
/foundation/arkui/ui_lite/interfaces/kits/font/
H
A
D
ui_font_header.h
246
int16_t
ascender
; // FONT_ASCEND_LEN
member
262
int16_t
ascender
; // GLYPH_G_ASCEND_LEN
member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H
A
D
paragraph.h
85
float
ascender
= 0.0f;
member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_layout_manager.cpp
63
panda::NumberRef::New(vm, lineMetrics.
ascender
),
in GetLineMetrics()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H
A
D
drawing_text_typography.h
230
/** Text
ascender
height */
231
double
ascender
;
member
/foundation/arkui/ui_lite/frameworks/font/
H
A
D
ui_font_vector.cpp
617
fontHeader.
ascender
= static_cast<int16_t>(faceInfo.face->size->metrics.
ascender
/ FONT_PIXEL_IN_POINT);
in GetFontHeader()
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_label.cpp
283
int16_t offset = letterInfo.compatibilityMode ? head.
ascender
: 0;
in DrawLetterWithRotate()
H
A
D
draw_utils.cpp
198
posY = letterInfo.pos.y + head.
ascender
- letterInfo.offsetY;
in DrawColorLetter()
245
posY = letterInfo.pos.y + head.
ascender
- node.top - letterInfo.offsetY;
in DrawNormalLetter()
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
text.cpp
218
textSize_.y += fontSize_ - head.
ascender
;
in ReMeasureTextSize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H
A
D
text_content_modifier.cpp
373
customSpanOptions.baseline = lineMetrics.y + lineMetrics.
ascender
+ y;
in PaintCustomSpan()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H
A
D
napi_common.cpp
565
napi_set_named_property(env, objValue, "ascent", CreateJsNumber(env, lineMetrics.
ascender
));
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H
A
D
drawing_text_typography.cpp
1027
drawingLineMetrics.
ascender
= lineMetrics.
ascender
;
in ConvertLineMetrics()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H
A
D
rich_editor_base_testone_ng.cpp
873
EXPECT_EQ(lineMetrics.
ascender
, 0.0f);
in HWTEST_F()
Completed in 43 milliseconds