Searched defs:leading (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/CodeGen/
H A Dcount-builtins.c3 int leading, trailing, pop; variable
6 leading = __builtin_clzs(P);
15 leading = __builtin_clz(P);
26 leading = __builtin_clzll(P);
/external/icu4c/samples/layout/
H A DFontMap.cpp260 le_int32 ascent, descent, leading; local
272 leading = fFontInstances[i]->getLeading();
282 if (leading > fLeading) {
283 fLeading = leading;
H A Dparagraph.cpp89 le_int32 leading = 0; local
137 if (pLeading > leading) {
138 leading = pLeading;
156 fLineHeight = ascent + descent + leading;
H A Dpflow.c113 le_int32 leading = 0; local
194 if (pLeading > leading) {
195 leading = pLeading;
213 flow->fLineHeight = ascent + descent + leading;
/external/icu4c/layoutex/
H A DParagraphLayout.cpp830 le_int32 leading = font->getLeading(); local
831 le_int32 dl = descent + leading;
841 if (leading > fLeading) {
842 fLeading = leading;
1241 le_int32 leading = fRuns[i]->getLeading(); local
1242 le_int32 dl = descent + leading;
1252 if (leading > fLeading) {
1253 fLeading = leading;
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc1009 std::string leading(UTF16ToUTF8(
1014 leading.c_str());
1198 GtkRequisition leading, icon, trailing; local
1199 gtk_widget_size_request(tab_to_search_hint_leading_label_, &leading);
1202 int full_width = leading.width + icon.width + trailing.width;
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc864 bool leading,
874 leading ? bounds->x() : (bounds->right() - view_size.width()),
861 LayoutView(views::View* view, int padding, int available_width, bool leading, gfx::Rect* bounds) argument
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1643 int leading = face->height - (face->ascender + -face->descender); local
1644 if (leading < 0) {
1645 leading = 0;
1656 ys[4] = leading;
/external/quake/quake/src/QW/scitech/include/
H A Dmgraph.h738 short leading; /* Font leading value */ member in struct:__anon11540
749 m_int leading; /* Leading value */ member in struct:__anon11541
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DMGRAPH.H738 short leading; /* Font leading value */ member in struct:__anon11839
749 m_int leading; /* Leading value */ member in struct:__anon11840
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 437 milliseconds