/external/icu/icu4c/source/samples/layout/ |
D | ScriptCompositeFontInstance.h | 91 virtual le_int32 getAscent() const; 143 inline le_int32 ScriptCompositeFontInstance::getAscent() const in getAscent() function 145 return fFontMap->getAscent(); in getAscent()
|
D | paragraph.h | 40 le_int32 getAscent(); 81 inline le_int32 Paragraph::getAscent() in getAscent() function
|
D | GDIFontInstance.h | 85 virtual le_int32 getAscent() const; 116 inline le_int32 GDIFontInstance::getAscent() const in getAscent() function
|
D | GnomeFontInstance.h | 80 virtual le_int32 getAscent() const; 126 inline le_int32 GnomeFontInstance::getAscent() const in getAscent() function
|
D | FontMap.cpp | 229 le_int32 FontMap::getAscent() const in getAscent() function in FontMap 270 ascent = fFontInstances[i]->getAscent(); in getMaxMetrics()
|
D | FontMap.h | 30 virtual le_int32 getAscent() const;
|
D | paragraph.cpp | 126 pAscent = paragraphLayout->getAscent(); in Paragraph()
|
D | GDIFontInstance.cpp | 93 …ExtTextOut(fHdc, x + (le_int32) xOffset, y + (le_int32) yOffset - font->getAscent(), ETO_CLIPPED |… in drawGlyphs()
|
/external/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 97 le_int32 getAscent() const; 288 inline le_int32 getAscent() const; 479 virtual le_int32 getAscent() const; 710 inline le_int32 ParagraphLayout::VisualRun::getAscent() const in getAscent() function 712 return fFont->getAscent(); in getAscent()
|
/external/icu/icu4c/source/layoutex/ |
D | playout.cpp | 91 return pl->getAscent(); in pl_getAscent() 171 return ll->getAscent(); in pl_getLineAscent() 303 return vr->getAscent(); in pl_getVisualRunAscent()
|
D | ParagraphLayout.cpp | 633 le_int32 ParagraphLayout::getAscent() const in getAscent() function in ParagraphLayout 831 le_int32 ascent = font->getAscent(); in computeMetrics() 1171 le_int32 ParagraphLayout::Line::getAscent() const in getAscent() function in ParagraphLayout::Line 1242 le_int32 ascent = fRuns[i]->getAscent(); in computeMetrics()
|
/external/icu/icu4c/source/test/letest/ |
D | SimpleFontInstance.h | 41 virtual le_int32 getAscent() const;
|
D | SimpleFontInstance.cpp | 80 le_int32 SimpleFontInstance::getAscent() const in getAscent() function in SimpleFontInstance
|
D | PortableFontInstance.h | 90 virtual le_int32 getAscent() const;
|
D | PortableFontInstance.cpp | 425 le_int32 PortableFontInstance::getAscent() const in getAscent() function in PortableFontInstance
|
/external/icu/icu4c/source/test/perf/leperf/ |
D | SimpleFontInstance.h | 41 virtual le_int32 getAscent() const;
|
D | SimpleFontInstance.cpp | 74 le_int32 SimpleFontInstance::getAscent() const in getAscent() function in SimpleFontInstance
|
D | PortableFontInstance.h | 91 virtual le_int32 getAscent() const;
|
D | PortableFontInstance.cpp | 429 le_int32 PortableFontInstance::getAscent() const in getAscent() function in PortableFontInstance
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DemoTextBox.java | 37 y += metrics.getAscent(); in draw()
|
/external/icu/icu4c/source/layout/ |
D | LEFontInstance.h | 463 virtual le_int32 getAscent() const = 0;
|
D | LEFontInstance.cpp | 145 return getAscent() + getDescent() + getLeading(); in getLineHeight()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
D | CalendarPanel.java | 210 int v = fm.getAscent() + YINSET; in paint() 320 int y = celly + + fm.getAscent() + YINSET + i * fm.getHeight(); in paint()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayCalendarDemo.java | 604 int v = fm.getAscent() + INSET; in paint() 674 y = y + fm.getAscent() + INSET; in paint()
|
D | HolidayBorderPanel.java | 417 int ascent = fm.getAscent(); in paint()
|