HomeSort by relevance Sort by last modified time
    Searched full:baseline (Results 1 - 25 of 622) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
dillo 2 baseline
mozilla 10 baseline
  /external/webkit/Source/WebCore/css/
SVGCSSPropertyNames.in 41 alignment-baseline
42 baseline-shift
43 dominant-baseline
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsTypes.cpp 152 String textBaselineName(TextBaseline baseline)
154 ASSERT(baseline >= 0);
155 ASSERT(baseline < 6);
157 return names[baseline];
160 bool parseTextBaseline(const String& s, TextBaseline& baseline)
163 baseline = AlphabeticTextBaseline;
167 baseline = TopTextBaseline;
171 baseline = MiddleTextBaseline;
175 baseline = BottomTextBaseline;
179 baseline = IdeographicTextBaseline
    [all...]
  /development/ndk/platforms/android-14/samples/native-media/
README.txt 4 video: H.264 baseline profile
  /frameworks/base/tools/preload/
MemoryUsage.java 107 MemoryUsage subtract(MemoryUsage baseline) {
109 nativeSharedPages - baseline.nativeSharedPages,
110 javaSharedPages - baseline.javaSharedPages,
111 otherSharedPages - baseline.otherSharedPages,
112 nativePrivatePages - baseline.nativePrivatePages,
113 javaPrivatePages - baseline.javaPrivatePages,
114 otherPrivatePages - baseline.otherPrivatePages,
115 allocCount - baseline.allocCount,
116 allocSize - baseline.allocSize,
117 freedCount - baseline.freedCount
156 static MemoryUsage baseline() { method in class:MemoryUsage
    [all...]
PrintCsv.java 44 MemoryUsage baseline = MemoryUsage.baseline(); local
51 printRow(System.out, baseline, loadedClass);
70 static void printRow(PrintStream out, MemoryUsage baseline,
108 = loadedClass.memoryUsage.subtract(baseline);
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 71 EDominantBaseline baseline = style->dominantBaseline(); local
72 if (baseline == DB_AUTO) {
74 baseline = DB_CENTRAL;
76 baseline = DB_ALPHABETIC;
79 switch (baseline) {
81 // FIXME: The dominant-baseline and the baseline-table components are set by determining the predominant script of the character data content.
119 EAlignmentBaseline baseline = textRenderer->style()->svgStyle()->alignmentBaseline(); local
120 if (baseline == AB_AUTO) {
121 baseline = dominantBaselineToAlignmentBaseline(isVerticalText, textRendererParent)
    [all...]
SVGTextLayoutEngineBaseline.h 35 // Helper class used by SVGTextLayoutEngine to handle 'alignment-baseline' / 'dominant-baseline' and 'baseline-shift'.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ConfigResults.java 30 BuildResults baseline, current; field in class:ConfigResults
44 /*if (this.baseline == null || this.current == null) */initialize();
50 * Returns the baseline build name used to compare results with.
52 * @return The name of the baseline build
56 if (this.baseline == null) {
59 return this.baseline.getName();
63 * Returns the most recent baseline build results.
65 * @return The {@link BuildResults baseline build results}.
69 if (this.baseline == null) {
72 return this.baseline;
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 44 int baseline = view->GetBaseline(); local
45 if (baseline != -1) {
46 ascent = std::max(ascent, baseline);
47 descent = std::max(descent, pref.height() - baseline);
65 int baseline = view->GetBaseline(); local
67 if (baseline != -1 && baseline_ != -1)
68 y = baseline_ - baseline;
  /external/eigen/bench/btl/generic_bench/timers/
STL_timer.hh 32 STL_Timer(){ baseline = false; }; // Default constructor
41 // Start a series of r trials to determine baseline time:
44 baseline = true;
73 // true if this is a baseline computation, false otherwise
74 bool baseline; member in class:STL_Timer
75 // For recording the baseline time
  /external/srec/config/en.us/
config.mk 6 baseline.par \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
MoveHandler.java 19 import static com.android.ide.common.api.SegmentType.BASELINE;
49 * different segment types -- the left edge, the right edge, the baseline, the center
163 } else if (hEdge.edgeType == BASELINE) {
226 // Match baseline
228 int baseline = firstNode.getBaseline(); local
229 if (baseline != -1) {
230 mDraggedBaseline = baseline;
231 edge = new Segment(b.y + baseline, b.x, b.x2(), firstNode, null, BASELINE,
236 int baseline = feedback.dragBaseline local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Baseline3.java 26 * Baseline alignement in LinearLayout with a center_vertical gravity. This sample shows that
27 * using a center_vertical gravity disables baseline alignment.
  /external/chromium/base/metrics/
nacl_histogram.h 18 FIRST_TAB_NACL_BASELINE, // First tab created - a baseline for NaCl starts.
19 NEW_TAB_NACL_BASELINE, // New tab created -- a baseline for NaCl starts.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
results.properties 12 -baseline 3.0_200406251208_200505301645 \
13 -baseline.prefix 3.0_ \
  /external/skia/legacy/src/core/
SkTextFormatParams.h 16 // Fraction of the text size to lower a strike through line below the baseline.
18 // Fraction of the text size to lower a underline below the baseline.
  /external/skia/src/core/
SkTextFormatParams.h 16 // Fraction of the text size to lower a strike through line below the baseline.
18 // Fraction of the text size to lower a underline below the baseline.
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLUnderOver.cpp 152 // We need to calculate the baseline over the over versus the start of the base and
177 // We need to calculate the baseline of the base versus the start of the under block and
190 // the line boxes and the baseline and squeeze them together
203 // We need to calculate the baseline of the over versus the start of the base and
221 // We need to calculate the baseline of the base versus the start of the under block and
231 // the line boxes and the baseline and squeeze them together
252 int baseline = 0; local
256 baseline += getOffsetHeight(current);
263 baseline += toRenderBoxModelObject(base)->baselinePosition(AlphabeticBaseline, firstLine, HorizontalLine, linePositionMode);
265 baseline += current->style()->marginTop().value()
    [all...]
RenderMathMLSubSup.cpp 98 wrapperStyle->setVerticalAlign(BASELINE);
181 int baseline = offsetHeight(); local
183 return baseline;
194 // The baseline is top spacing of the base + the baseline of the base + adjusted space for zoom
202 baseline = box->baselinePosition(AlphabeticBaseline, firstLine, direction, linePositionMode);
206 return baseline;
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 126 """Get full path of the baseline result file.
131 baseline_filename: name of the baseline file.
133 result_type: type of the baseline result: '.txt', '.png'.
136 Full path of the baseline file for rebaselining result comparison.
389 # or not THIS baseline is duplicate and should be skipped.
456 """Check whether a baseline is duplicate and can fallback to same
457 baseline for another platform. For example, if a test has same
458 baseline on linux and windows, then we only store windows
459 baseline and linux baseline will fallback to the windows version
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
readme.html 34 baseline measurements for one scenario on one configuration. The web page displays
35 the raw data for the current and baseline measurements and also displays line
37 and baseline.</p><p><br> <b>Requirements</b> </p><ul> <li>Windows or Linux (x86)
52 following command:<b><br> <br> genresults -baseline &lt;baseline build id&gt;
56 patterns&gt;] [-fingerprints][-scenarioresults][-current.prefix &lt;comma-separated list of build id prefixes&gt;][-baseline.prefix &lt;comma-separated list of build id prefixes&gt;]</b></LI></OL><br> Parameter descriptions:
57 <blockquote> <p>-baseline &lt;baseline build id. A previous value used in the
70 description. The value should be quoted if there are spaces in the value.&gt;<BR>of builds which match any prefix in this list. When omitted, a magenta line is draw on the graph which represents the baseline value specified in the -baseline parameter.&gt;<br> -highlight &lt;Comma-separated
    [all...]
  /external/webkit/Source/WebCore/svg/
svgattrs.in 9 alignment-baseline
19 baseline-shift
47 dominant-baseline
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 72 if (node.baseline != -1) {
74 g.drawLine(0, node.baseline, width, node.baseline);

Completed in 836 milliseconds

1 2 3 4 5 6 7 8 91011>>