Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 96) sorted by relevance

1234

/external/icu4c/samples/layout/
DFontMap.cpp260 le_int32 ascent, descent, leading; in getMaxMetrics() local
272 leading = fFontInstances[i]->getLeading(); in getMaxMetrics()
282 if (leading > fLeading) { in getMaxMetrics()
283 fLeading = leading; in getMaxMetrics()
Dparagraph.cpp89 le_int32 leading = 0; in Paragraph() local
137 if (pLeading > leading) { in Paragraph()
138 leading = pLeading; in Paragraph()
156 fLineHeight = ascent + descent + leading; in Paragraph()
Dpflow.c113 le_int32 leading = 0; in pf_create() local
194 if (pLeading > leading) { in pf_create()
195 leading = pLeading; in pf_create()
213 flow->fLineHeight = ascent + descent + leading; in pf_create()
/external/icu4c/layoutex/
DParagraphLayout.cpp726 le_int32 leading = font->getLeading(); in computeMetrics() local
727 le_int32 dl = descent + leading; in computeMetrics()
737 if (leading > fLeading) { in computeMetrics()
738 fLeading = leading; in computeMetrics()
1096 le_int32 leading = fRuns[i]->getLeading(); in computeMetrics() local
1097 le_int32 dl = descent + leading; in computeMetrics()
1107 if (leading > fLeading) { in computeMetrics()
1108 fLeading = leading; in computeMetrics()
/external/bison/m4/
Dgetopt.m444 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an
60 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an
/external/webkit/WebCore/platform/graphics/qt/
DSimpleFontDataQt.cpp50 m_lineGap = fm.leading(); in platformInit()
DFontQt43.cpp349 return QFontMetrics(m_font).leading(); in lineGap()
/external/tesseract/ccutil/
Dtessclas.h116 short leading; /** space between rows **/ member
/external/webkit/WebCore/platform/text/mac/
Dmac-encodings.txt6 # The items on the left are names of TEC TextEncoding values (without the leading kTextEncoding).
/external/skia/src/ports/
DSkFontHost_FreeType.cpp863 int leading = face->height - (face->ascender + -face->descender); in generateFontMetrics() local
864 if (leading < 0) { in generateFontMetrics()
865 leading = 0; in generateFontMetrics()
876 ys[4] = leading; in generateFontMetrics()
/external/webkit/WebKitTools/Scripts/
Dwkstyle73 #unpad leading spaces
/external/icu4c/data/brkitr/
Dsent.txt113 # All of the non $Sep chars leading to the preceding $Sep
/external/webkit/WebCore/platform/mac/
DWebCoreNSStringExtras.mm61 // Strip leading dots.
/external/webkit/WebKitTools/iExploder/htdocs/
Dcssvalues.in99 decimal-leading-zero
/external/bison/djgpp/
Ddjunpack.bat33 Rem where XYZ is the version number. If the argument includes leading
DREADME.in97 (The name of the distribution archive and the leading directory of the
101 If the argument to `djunpack.bat' include leading directories, it MUST
Dconfig.sed72 # a Windows box, where leading dots in file names are allowed).
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
Ddescrip.mms47 ALLOCA = ,[]alloca.obj # note leading comma
103 VMSOBJS = ,vms-code.obj # note leading comma
/external/webkit/WebCore/css/
DCSSValueKeywords.in225 decimal-leading-zero
/external/icu4c/data/rbnf/
Dmt.txt178 // a leading zero
Dga.txt321 // a leading zero
Den.txt204 // a leading zero
/external/webkit/WebCore/bridge/objc/
Dobjc_utility.mm71 escaping '_' and '$' with a leading '$', such that '_' becomes "$_" and
/external/bluetooth/glib/
DChangeLog.pre-2-12208 leading whitespace.
210 * glib/gstrfuncs.c (g_ascii_formatd): Skip leading
/external/webkit/WebKit/gtk/
DNEWS93 index it was provided, potentially leading to a buffer overflow.

1234