/external/icu4c/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 | 125 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/icu4c/layoutex/layout/ |
D | 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 in getAscent() function 705 return fFont->getAscent(); in getAscent()
|
/external/icu4c/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 | 630 le_int32 ParagraphLayout::getAscent() const in getAscent() function in ParagraphLayout 828 le_int32 ascent = font->getAscent(); in computeMetrics() 1168 le_int32 ParagraphLayout::Line::getAscent() const in getAscent() function in ParagraphLayout::Line 1239 le_int32 ascent = fRuns[i]->getAscent(); in computeMetrics()
|
/external/icu4c/test/letest/ |
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 | 87 virtual le_int32 getAscent() const;
|
D | PortableFontInstance.cpp | 384 le_int32 PortableFontInstance::getAscent() const in getAscent() function in PortableFontInstance
|
/external/chromium_org/third_party/icu/source/test/letest/ |
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 | 87 virtual le_int32 getAscent() const;
|
D | PortableFontInstance.cpp | 384 le_int32 PortableFontInstance::getAscent() const in getAscent() function in PortableFontInstance
|
/external/harfbuzz_ng/src/hb-icu-le/ |
D | PortableFontInstance.h | 80 virtual le_int32 getAscent() const;
|
D | PortableFontInstance.cpp | 216 le_int32 PortableFontInstance::getAscent() const in getAscent() function in PortableFontInstance
|
/external/icu4c/layout/ |
D | LEFontInstance.h | 485 virtual le_int32 getAscent() const = 0;
|
D | LEFontInstance.cpp | 145 return getAscent() + getDescent() + getLeading(); in getLineHeight()
|
/external/chromium_org/skia/ext/ |
D | vector_platform_device_emf_win.cc | 419 static SkScalar getAscent(const SkPaint& paint) { in getAscent() function 492 SkScalarRound(y + getAscent(paint)), options, 0, in drawText() 531 int startY = SkScalarRound(pos[1] + getAscent(paint)); in drawPosText()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
D | UniscribeHelper.cpp | 614 int getAscent(HFONT hfont) in getAscent() function 709 derived->ascent = getAscent(derived->hfont); in getDerivedFontData() 717 derived->ascent = getAscent(derived->hfont); in getDerivedFontData()
|