Home
last modified time | relevance | path

Searched refs:getDescent (Results 1 - 25 of 25) sorted by relevance

/third_party/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.h96 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 DGnomeFontInstance.h88 virtual le_int32 getDescent() const;
137 inline le_int32 GnomeFontInstance::getDescent() const in getDescent() function in GnomeFontInstance
H A DGDIFontInstance.h93 virtual le_int32 getDescent() const;
127 inline le_int32 GDIFontInstance::getDescent() const in getDescent() function in GDIFontInstance
H A DFontMap.cpp242 le_int32 FontMap::getDescent() const in getDescent() function in FontMap
275 descent = fFontInstances[i]->getDescent(); in getMaxMetrics()
H A DFontMap.h36 virtual le_int32 getDescent() const;
H A Dparagraph.cpp133 pDescent = paragraphLayout->getDescent(); in Paragraph()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DScriptCompositeFontInstance.h96 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 DGDIFontInstance.h93 virtual le_int32 getDescent() const;
127 inline le_int32 GDIFontInstance::getDescent() const in getDescent() function in GDIFontInstance
H A DGnomeFontInstance.h88 virtual le_int32 getDescent() const;
137 inline le_int32 GnomeFontInstance::getDescent() const in getDescent() function in GnomeFontInstance
H A DFontMap.cpp242 le_int32 FontMap::getDescent() const in getDescent() function in FontMap
275 descent = fFontInstances[i]->getDescent(); in getMaxMetrics()
H A DFontMap.h36 virtual le_int32 getDescent() const;
H A Dparagraph.cpp133 pDescent = paragraphLayout->getDescent(); in Paragraph()
/third_party/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h107 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 Dplayout.cpp105 return pl->getDescent(); in pl_getDescent()
185 return ll->getDescent(); in pl_getLineDescent()
317 return vr->getDescent(); in pl_getVisualRunDescent()
H A DParagraphLayout.cpp644 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 DSimpleFontInstance.h45 virtual le_int32 getDescent() const;
H A DSimpleFontInstance.cpp87 le_int32 SimpleFontInstance::getDescent() const in getDescent() function in SimpleFontInstance
H A DPortableFontInstance.h94 virtual le_int32 getDescent() const;
H A DPortableFontInstance.cpp432 le_int32 PortableFontInstance::getDescent() const in getDescent() function in PortableFontInstance
/third_party/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.h49 virtual le_int32 getDescent() const;
H A DSimpleFontInstance.cpp85 le_int32 SimpleFontInstance::getDescent() const in getDescent() function in SimpleFontInstance
H A DPortableFontInstance.h99 virtual le_int32 getDescent() const;
H A DPortableFontInstance.cpp440 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 DViewableTaggedData.java367 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 DDumbTextComponent.java535 lineHeight = lineAscent + fm.getDescent() + lineLeading; in paint2()

Completed in 18 milliseconds