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:getDescent
(Results
1 - 25
of
25
) sorted by relevance
/third_party/icu/icu4c/source/samples/layout/
H
A
D
ScriptCompositeFontInstance.h
96
virtual le_int32
getDescent
() const;
151
inline le_int32 ScriptCompositeFontInstance::
getDescent
() const
in getDescent()
function in ScriptCompositeFontInstance
153
return fFontMap->
getDescent
();
in getDescent()
H
A
D
GnomeFontInstance.h
88
virtual le_int32
getDescent
() const;
137
inline le_int32 GnomeFontInstance::
getDescent
() const
in getDescent()
function in GnomeFontInstance
H
A
D
GDIFontInstance.h
93
virtual le_int32
getDescent
() const;
127
inline le_int32 GDIFontInstance::
getDescent
() const
in getDescent()
function in GDIFontInstance
H
A
D
FontMap.cpp
242
le_int32 FontMap::
getDescent
() const
in getDescent()
function in FontMap
275
descent = fFontInstances[i]->
getDescent
();
in getMaxMetrics()
H
A
D
FontMap.h
36
virtual le_int32
getDescent
() const;
H
A
D
paragraph.cpp
133
pDescent = paragraphLayout->
getDescent
();
in Paragraph()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H
A
D
ScriptCompositeFontInstance.h
96
virtual le_int32
getDescent
() const;
151
inline le_int32 ScriptCompositeFontInstance::
getDescent
() const
in getDescent()
function in ScriptCompositeFontInstance
153
return fFontMap->
getDescent
();
in getDescent()
H
A
D
GDIFontInstance.h
93
virtual le_int32
getDescent
() const;
127
inline le_int32 GDIFontInstance::
getDescent
() const
in getDescent()
function in GDIFontInstance
H
A
D
GnomeFontInstance.h
88
virtual le_int32
getDescent
() const;
137
inline le_int32 GnomeFontInstance::
getDescent
() const
in getDescent()
function in GnomeFontInstance
H
A
D
FontMap.cpp
242
le_int32 FontMap::
getDescent
() const
in getDescent()
function in FontMap
275
descent = fFontInstances[i]->
getDescent
();
in getMaxMetrics()
H
A
D
FontMap.h
36
virtual le_int32
getDescent
() const;
H
A
D
paragraph.cpp
133
pDescent = paragraphLayout->
getDescent
();
in Paragraph()
/third_party/icu/icu4c/source/layoutex/layout/
H
A
D
ParagraphLayout.h
107
le_int32
getDescent
() const;
298
inline le_int32
getDescent
() const;
489
virtual le_int32
getDescent
() const;
715
inline le_int32 ParagraphLayout::VisualRun::
getDescent
() const
in getDescent()
function in ParagraphLayout::VisualRun
717
return fFont->
getDescent
();
in getDescent()
/third_party/icu/icu4c/source/layoutex/
H
A
D
playout.cpp
105
return pl->
getDescent
();
in pl_getDescent()
185
return ll->
getDescent
();
in pl_getLineDescent()
317
return vr->
getDescent
();
in pl_getVisualRunDescent()
H
A
D
ParagraphLayout.cpp
644
le_int32 ParagraphLayout::
getDescent
() const
in getDescent()
function in ParagraphLayout
834
le_int32 descent = font->
getDescent
();
in computeMetrics()
1182
le_int32 ParagraphLayout::Line::
getDescent
() const
in getDescent()
function in ParagraphLayout::Line
1245
le_int32 descent = fRuns[i]->
getDescent
();
in computeMetrics()
/third_party/icu/icu4c/source/test/letest/
H
A
D
SimpleFontInstance.h
45
virtual le_int32
getDescent
() const;
H
A
D
SimpleFontInstance.cpp
87
le_int32 SimpleFontInstance::
getDescent
() const
in getDescent()
function in SimpleFontInstance
H
A
D
PortableFontInstance.h
94
virtual le_int32
getDescent
() const;
H
A
D
PortableFontInstance.cpp
432
le_int32 PortableFontInstance::
getDescent
() const
in getDescent()
function in PortableFontInstance
/third_party/icu/icu4c/source/test/perf/leperf/
H
A
D
SimpleFontInstance.h
49
virtual le_int32
getDescent
() const;
H
A
D
SimpleFontInstance.cpp
85
le_int32 SimpleFontInstance::
getDescent
() const
in getDescent()
function in SimpleFontInstance
H
A
D
PortableFontInstance.h
99
virtual le_int32
getDescent
() const;
H
A
D
PortableFontInstance.cpp
440
le_int32 PortableFontInstance::
getDescent
() const
in getDescent()
function in PortableFontInstance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H
A
D
ViewableTaggedData.java
367
int baseline = (int) Math.ceil(Math.max(dataMetrics.
getDescent
() + dataMetrics.getLeading(),
in measureLineHeight()
368
labelMetrics.
getDescent
() + labelMetrics.getLeading()));
in measureLineHeight()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H
A
D
DumbTextComponent.java
535
lineHeight = lineAscent + fm.
getDescent
() + lineLeading;
in paint2()
Completed in 16 milliseconds