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:getLeading
(Results
1 - 25
of
29
) sorted by relevance
1
2
/third_party/icu/icu4c/source/samples/layout/
H
A
D
ScriptCompositeFontInstance.h
98
virtual le_int32
getLeading
() const;
156
inline le_int32 ScriptCompositeFontInstance::
getLeading
() const
in getLeading()
function in ScriptCompositeFontInstance
158
return fFontMap->
getLeading
();
in getLeading()
H
A
D
GnomeFontInstance.h
90
virtual le_int32
getLeading
() const;
142
inline le_int32 GnomeFontInstance::
getLeading
() const
in getLeading()
function in GnomeFontInstance
H
A
D
GDIFontInstance.h
95
virtual le_int32
getLeading
() const;
132
inline le_int32 GDIFontInstance::
getLeading
() const
in getLeading()
function in GDIFontInstance
H
A
D
FontMap.cpp
251
le_int32 FontMap::
getLeading
() const
in getLeading()
function in FontMap
276
leading = fFontInstances[i]->
getLeading
();
in getMaxMetrics()
H
A
D
FontMap.h
38
virtual le_int32
getLeading
() const;
H
A
D
paragraph.cpp
134
pLeading = paragraphLayout->
getLeading
();
in Paragraph()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H
A
D
ScriptCompositeFontInstance.h
98
virtual le_int32
getLeading
() const;
156
inline le_int32 ScriptCompositeFontInstance::
getLeading
() const
in getLeading()
function in ScriptCompositeFontInstance
158
return fFontMap->
getLeading
();
in getLeading()
H
A
D
GDIFontInstance.h
95
virtual le_int32
getLeading
() const;
132
inline le_int32 GDIFontInstance::
getLeading
() const
in getLeading()
function in GDIFontInstance
H
A
D
GnomeFontInstance.h
90
virtual le_int32
getLeading
() const;
142
inline le_int32 GnomeFontInstance::
getLeading
() const
in getLeading()
function in GnomeFontInstance
H
A
D
FontMap.cpp
251
le_int32 FontMap::
getLeading
() const
in getLeading()
function in FontMap
276
leading = fFontInstances[i]->
getLeading
();
in getMaxMetrics()
H
A
D
FontMap.h
38
virtual le_int32
getLeading
() const;
H
A
D
paragraph.cpp
134
pLeading = paragraphLayout->
getLeading
();
in Paragraph()
/third_party/icu/icu4c/source/layoutex/layout/
H
A
D
ParagraphLayout.h
117
le_int32
getLeading
() const;
308
inline le_int32
getLeading
() const;
499
virtual le_int32
getLeading
() const;
720
inline le_int32 ParagraphLayout::VisualRun::
getLeading
() const
in getLeading()
function in ParagraphLayout::VisualRun
722
return fFont->
getLeading
();
in getLeading()
/third_party/icu/icu4c/source/layoutex/
H
A
D
playout.cpp
117
return pl->
getLeading
();
in pl_getLeading()
197
return ll->
getLeading
();
in pl_getLineLeading()
329
return vr->
getLeading
();
in pl_getVisualRunLeading()
H
A
D
ParagraphLayout.cpp
653
le_int32 ParagraphLayout::
getLeading
() const
in getLeading()
function in ParagraphLayout
835
le_int32 leading = font->
getLeading
();
in computeMetrics()
1191
le_int32 ParagraphLayout::Line::
getLeading
() const
in getLeading()
function in ParagraphLayout::Line
1246
le_int32 leading = fRuns[i]->
getLeading
();
in computeMetrics()
/third_party/icu/icu4c/source/test/letest/
H
A
D
SimpleFontInstance.h
47
virtual le_int32
getLeading
() const;
H
A
D
SimpleFontInstance.cpp
92
le_int32 SimpleFontInstance::
getLeading
() const
in getLeading()
function in SimpleFontInstance
H
A
D
PortableFontInstance.h
96
virtual le_int32
getLeading
() const;
/third_party/icu/icu4c/source/test/perf/leperf/
H
A
D
SimpleFontInstance.h
51
virtual le_int32
getLeading
() const;
H
A
D
SimpleFontInstance.cpp
90
le_int32 SimpleFontInstance::
getLeading
() const
in getLeading()
function in SimpleFontInstance
H
A
D
PortableFontInstance.h
101
virtual le_int32
getLeading
() const;
H
A
D
PortableFontInstance.cpp
445
le_int32 PortableFontInstance::
getLeading
() const
in getLeading()
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()
369
int xHeight = (int) Math.ceil(Math.max(dataMetrics.getAscent() - dataMetrics.
getLeading
(),
in measureLineHeight()
370
labelMetrics.getAscent() - labelMetrics.
getLeading
()) / 2.0 - baseline);
in measureLineHeight()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
H
A
D
CalendarFrame.java
386
- fm.getAscent() + fm.
getLeading
()/2);
in paint()
397
fm.getHeight() + fm.
getLeading
()*2);
in getMinimumSize()
/third_party/skia/modules/skparagraph/include/
H
A
D
ParagraphStyle.h
65
SkScalar
getLeading
() const { return fLeading; }
in getLeading()
function
Completed in 13 milliseconds
1
2