OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAscent
(Results
1 - 25
of
35
) sorted by null
1
2
/external/icu4c/samples/layout/
ScriptCompositeFontInstance.h
91
virtual le_int32
getAscent
() const;
143
inline le_int32 ScriptCompositeFontInstance::
getAscent
() const
145
return fFontMap->
getAscent
();
paragraph.h
40
le_int32
getAscent
();
81
inline le_int32 Paragraph::
getAscent
()
FontMap.h
30
virtual le_int32
getAscent
() const;
GDIFontInstance.h
85
virtual le_int32
getAscent
() const;
116
inline le_int32 GDIFontInstance::
getAscent
() const
GnomeFontInstance.h
80
virtual le_int32
getAscent
() const;
126
inline le_int32 GnomeFontInstance::
getAscent
() const
FontMap.cpp
229
le_int32 FontMap::
getAscent
() const
270
ascent = fFontInstances[i]->
getAscent
();
paragraph.cpp
125
pAscent = paragraphLayout->
getAscent
();
/external/chromium_org/third_party/icu/source/test/letest/
SimpleFontInstance.h
41
virtual le_int32
getAscent
() const;
SimpleFontInstance.cpp
74
le_int32 SimpleFontInstance::
getAscent
() const
PortableFontInstance.h
87
virtual le_int32
getAscent
() const;
PortableFontInstance.cpp
384
le_int32 PortableFontInstance::
getAscent
() const
/external/icu4c/test/letest/
SimpleFontInstance.h
41
virtual le_int32
getAscent
() const;
SimpleFontInstance.cpp
74
le_int32 SimpleFontInstance::
getAscent
() const
PortableFontInstance.h
87
virtual le_int32
getAscent
() const;
PortableFontInstance.cpp
384
le_int32 PortableFontInstance::
getAscent
() const
/external/icu4c/layoutex/layout/
ParagraphLayout.h
90
le_int32
getAscent
() const;
281
inline le_int32
getAscent
() const;
472
virtual le_int32
getAscent
() const;
703
inline le_int32 ParagraphLayout::VisualRun::
getAscent
() const
705
return fFont->
getAscent
();
/external/harfbuzz_ng/src/hb-icu-le/
PortableFontInstance.h
80
virtual le_int32
getAscent
() const;
PortableFontInstance.cpp
216
le_int32 PortableFontInstance::
getAscent
() const
/external/icu4c/layout/
LEFontInstance.h
485
virtual le_int32
getAscent
() const = 0;
LEFontInstance.cpp
145
return
getAscent
() + getDescent() + getLeading();
/external/icu4c/layoutex/
playout.cpp
91
return pl->
getAscent
();
171
return ll->
getAscent
();
303
return vr->
getAscent
();
ParagraphLayout.cpp
630
le_int32 ParagraphLayout::
getAscent
() const
828
le_int32 ascent = font->
getAscent
();
[
all
...]
/external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc
419
static SkScalar
getAscent
(const SkPaint& paint) {
492
SkScalarRound(y +
getAscent
(paint)), options, 0,
531
int startY = SkScalarRound(pos[1] +
getAscent
(paint));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.cpp
614
int
getAscent
(HFONT hfont)
706
//
GetAscent
may return kUndefinedAscent, but we still want to
709
derived->ascent =
getAscent
(derived->hfont);
713
// Last time,
getAscent
or getSpaceGlyph failed so that only HFONT was
717
derived->ascent =
getAscent
(derived->hfont);
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java
510
return - javaMetrics.
getAscent
();
557
fmi.ascent = - javaMetrics.
getAscent
();
[
all
...]
Completed in 243 milliseconds
1
2