/external/icu/icu4c/source/samples/layout/ |
D | ScriptCompositeFontInstance.h | 93 virtual le_int32 getDescent() const; 148 inline le_int32 ScriptCompositeFontInstance::getDescent() const in getDescent() function 150 return fFontMap->getDescent(); in getDescent()
|
D | GDIFontInstance.h | 87 virtual le_int32 getDescent() const; 121 inline le_int32 GDIFontInstance::getDescent() const in getDescent() function
|
D | GnomeFontInstance.h | 82 virtual le_int32 getDescent() const; 131 inline le_int32 GnomeFontInstance::getDescent() const in getDescent() function
|
D | FontMap.cpp | 238 le_int32 FontMap::getDescent() const in getDescent() function in FontMap 271 descent = fFontInstances[i]->getDescent(); in getMaxMetrics()
|
D | FontMap.h | 32 virtual le_int32 getDescent() const;
|
D | paragraph.cpp | 126 pDescent = paragraphLayout->getDescent(); in Paragraph()
|
/external/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 100 le_int32 getDescent() const; 291 inline le_int32 getDescent() const; 482 virtual le_int32 getDescent() const; 708 inline le_int32 ParagraphLayout::VisualRun::getDescent() const in getDescent() function 710 return fFont->getDescent(); in getDescent()
|
/external/icu/icu4c/source/layoutex/ |
D | playout.cpp | 103 return pl->getDescent(); in pl_getDescent() 183 return ll->getDescent(); in pl_getLineDescent() 315 return vr->getDescent(); in pl_getVisualRunDescent()
|
D | ParagraphLayout.cpp | 642 le_int32 ParagraphLayout::getDescent() const in getDescent() function in ParagraphLayout 832 le_int32 descent = font->getDescent(); in computeMetrics() 1180 le_int32 ParagraphLayout::Line::getDescent() const in getDescent() function in ParagraphLayout::Line 1243 le_int32 descent = fRuns[i]->getDescent(); in computeMetrics()
|
/external/chromium_org/third_party/icu/source/test/letest/ |
D | SimpleFontInstance.h | 43 virtual le_int32 getDescent() const;
|
D | SimpleFontInstance.cpp | 79 le_int32 SimpleFontInstance::getDescent() const in getDescent() function in SimpleFontInstance
|
D | PortableFontInstance.h | 89 virtual le_int32 getDescent() const;
|
D | PortableFontInstance.cpp | 389 le_int32 PortableFontInstance::getDescent() const in getDescent() function in PortableFontInstance
|
/external/icu/icu4c/source/test/letest/ |
D | SimpleFontInstance.h | 43 virtual le_int32 getDescent() const;
|
D | SimpleFontInstance.cpp | 79 le_int32 SimpleFontInstance::getDescent() const in getDescent() function in SimpleFontInstance
|
D | PortableFontInstance.h | 93 virtual le_int32 getDescent() const;
|
D | PortableFontInstance.cpp | 434 le_int32 PortableFontInstance::getDescent() const in getDescent() function in PortableFontInstance
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | SimpleFontInstance.h | 43 virtual le_int32 getDescent() const;
|
D | SimpleFontInstance.cpp | 79 le_int32 SimpleFontInstance::getDescent() const in getDescent() function in SimpleFontInstance
|
D | PortableFontInstance.h | 93 virtual le_int32 getDescent() const;
|
D | PortableFontInstance.cpp | 434 le_int32 PortableFontInstance::getDescent() const in getDescent() function in PortableFontInstance
|
/external/icu/icu4c/source/layout/ |
D | LEFontInstance.h | 499 virtual le_int32 getDescent() const = 0;
|
D | LEFontInstance.cpp | 145 return getAscent() + getDescent() + getLeading(); in getLineHeight()
|