/external/icu/icu4c/source/samples/layout/ |
D | ScriptCompositeFontInstance.h | 98 virtual le_int32 getLeading() const; 156 inline le_int32 ScriptCompositeFontInstance::getLeading() const in getLeading() function 158 return fFontMap->getLeading(); in getLeading()
|
D | GnomeFontInstance.h | 90 virtual le_int32 getLeading() const; 142 inline le_int32 GnomeFontInstance::getLeading() const in getLeading() function
|
D | GDIFontInstance.h | 95 virtual le_int32 getLeading() const; 132 inline le_int32 GDIFontInstance::getLeading() const in getLeading() function
|
D | FontMap.cpp | 251 le_int32 FontMap::getLeading() const in getLeading() function in FontMap 276 leading = fFontInstances[i]->getLeading(); in getMaxMetrics()
|
D | FontMap.h | 38 virtual le_int32 getLeading() const;
|
D | paragraph.cpp | 134 pLeading = paragraphLayout->getLeading(); in Paragraph()
|
/external/icu/icu4c/source/layoutex/layout/ |
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 722 return fFont->getLeading(); in getLeading()
|
/external/icu/icu4c/source/layoutex/ |
D | playout.cpp | 117 return pl->getLeading(); in pl_getLeading() 197 return ll->getLeading(); in pl_getLineLeading() 329 return vr->getLeading(); in pl_getVisualRunLeading()
|
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()
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | SimpleFontInstance.h | 51 virtual le_int32 getLeading() const;
|
D | SimpleFontInstance.cpp | 90 le_int32 SimpleFontInstance::getLeading() const in getLeading() function in SimpleFontInstance
|
D | PortableFontInstance.h | 101 virtual le_int32 getLeading() const;
|
D | PortableFontInstance.cpp | 445 le_int32 PortableFontInstance::getLeading() const in getLeading() function in PortableFontInstance
|
/external/icu/icu4c/source/test/letest/ |
D | SimpleFontInstance.h | 47 virtual le_int32 getLeading() const;
|
D | SimpleFontInstance.cpp | 92 le_int32 SimpleFontInstance::getLeading() const in getLeading() function in SimpleFontInstance
|
D | PortableFontInstance.h | 96 virtual le_int32 getLeading() const;
|
D | PortableFontInstance.cpp | 437 le_int32 PortableFontInstance::getLeading() const in getLeading() function in PortableFontInstance
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
D | CalendarFrame.java | 386 - fm.getAscent() + fm.getLeading()/2); in paint() 397 fm.getHeight() + fm.getLeading()*2); in getMinimumSize()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DumbTextComponent.java | 534 lineLeading = fm.getLeading(); in paint2()
|