Searched refs:baseline (Results 26 - 37 of 37) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests_unittest.py595 baseline = file + "-expected" + ext
596 self.assertTrue(any(f.find(baseline) != -1 for f in file_list))
623 '--new-baseline',
/external/quake/quake/src/QW/server/
H A Dsv_ents.c152 Can delta from either a baseline or a previous packet_entity
296 { // this is a new entity, send it from the baseline
298 //Con_Printf ("baseline %i\n", newnum);
299 SV_WriteDelta (&ent->baseline, &to->entities[newindex], msg, true);
/external/safe-iop/src/
H A Dsafe_iop.c57 if (!baseline) { \
60 baseline = 1; \
79 int baseline = 0; /* indicates if the base value is present */ local
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1789 TextBaseline baseline; local
1790 if (!parseTextBaseline(s, baseline))
1792 state().m_textBaseline = baseline;
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc2025 // Set the baseline emphasis.
2338 // baseline, so we need to move the |instant_view_| down to make sure it
2339 // has the same baseline as the |text_view_|.
2344 int baseline = pango_layout_iter_get_baseline(iter); local
2346 g_object_set(instant_anchor_tag_, "rise", baseline - height, NULL);
/external/webkit/Source/WebCore/css/
H A Dhtml.css506 -webkit-box-align: baseline;
/external/dropbear/libtommath/
H A Dbn.tex1160 sized inputs. Then followed by the Comba and baseline multipliers.
1232 the Comba and baseline algorithms use. At $O(n^{1.464973})$ and $O(n^{1.584962})$ running times respectively they require
1397 $127$ digits just that it falls back to a baseline algorithm after that point.
/external/opencv/cxcore/include/
H A Dcxcore.h1417 CvSize* text_size, int* baseline );
/external/webkit/Source/WebKit/android/nav/
H A DCacheBuilder.cpp595 int baseline = textBox->renderer()->style(textBox->isFirstLineStyle())->font().ascent(); local
597 baseline, imageCount, ++rectIndex);
/external/grub/docs/
H A Dtexinfo.tex2628 % @multitablelinespace is space to leave between table items, baseline
2629 % to baseline.
6271 \splittopskip\ht\strutbox % top baseline for broken footnotes
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex1976 \splittopskip\ht\strutbox % top baseline for broken footnotes
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.css1618 vertical-align: baseline;

Completed in 885 milliseconds

12