/external/icu4c/samples/layout/ |
D | FontMap.cpp | 260 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()
|
D | paragraph.cpp | 89 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()
|
D | pflow.c | 113 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/ |
D | ParagraphLayout.cpp | 726 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/ |
D | getopt.m4 | 44 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/ |
D | SimpleFontDataQt.cpp | 50 m_lineGap = fm.leading(); in platformInit()
|
D | FontQt43.cpp | 349 return QFontMetrics(m_font).leading(); in lineGap()
|
/external/tesseract/ccutil/ |
D | tessclas.h | 116 short leading; /** space between rows **/ member
|
/external/webkit/WebCore/platform/text/mac/ |
D | mac-encodings.txt | 6 # The items on the left are names of TEC TextEncoding values (without the leading kTextEncoding).
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 863 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/ |
D | wkstyle | 73 #unpad leading spaces
|
/external/icu4c/data/brkitr/ |
D | sent.txt | 113 # All of the non $Sep chars leading to the preceding $Sep
|
/external/webkit/WebCore/platform/mac/ |
D | WebCoreNSStringExtras.mm | 61 // Strip leading dots.
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
D | cssvalues.in | 99 decimal-leading-zero
|
/external/bison/djgpp/ |
D | djunpack.bat | 33 Rem where XYZ is the version number. If the argument includes leading
|
D | README.in | 97 (The name of the distribution archive and the leading directory of the 101 If the argument to `djunpack.bat' include leading directories, it MUST
|
D | config.sed | 72 # a Windows box, where leading dots in file names are allowed).
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/ |
D | descrip.mms | 47 ALLOCA = ,[]alloca.obj # note leading comma 103 VMSOBJS = ,vms-code.obj # note leading comma
|
/external/webkit/WebCore/css/ |
D | CSSValueKeywords.in | 225 decimal-leading-zero
|
/external/icu4c/data/rbnf/ |
D | mt.txt | 178 // a leading zero
|
D | ga.txt | 321 // a leading zero
|
D | en.txt | 204 // a leading zero
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_utility.mm | 71 escaping '_' and '$' with a leading '$', such that '_' becomes "$_" and
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-12 | 208 leading whitespace. 210 * glib/gstrfuncs.c (g_ascii_formatd): Skip leading
|
/external/webkit/WebKit/gtk/ |
D | NEWS | 93 index it was provided, potentially leading to a buffer overflow.
|