Searched refs:baseline (Results 1 - 25 of 53) sorted by relevance

123

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsTypes.cpp152 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
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
H A Dresults.properties12 -baseline 3.0_200406251208_200505301645 \
13 -baseline.prefix 3.0_ \
/external/webkit/Source/WebCore/css/
H A DSVGCSSPropertyNames.in41 alignment-baseline
42 baseline-shift
43 dominant-baseline
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_instructions_view.cc44 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/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutEngineBaseline.cpp71 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
[all...]
/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/
H A DConfigResults.java30 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...]
H A DBuildResults.java46 boolean baseline; field in class:BuildResults
56 this.baseline = this.name.startsWith(DB_Results.getDbBaselinePrefix());
108 * Returns the most recent baseline build results.
110 * @return The {@link BuildResults baseline build results}.
157 if (this.baseline) {
315 * Returns whether the build is a baseline build or not.
317 * @return <code>true</code> if the build name starts with the baseline prefix
322 return this.baseline;
386 this.baseline = kind == 0;
387 if (this.baseline) {
[all...]
/external/quake/quake/src/QW/server/
H A Dsv_init.c78 baseline will be transmitted
98 // create entity baseline
100 VectorCopy (svent->v.origin, svent->baseline.origin);
101 VectorCopy (svent->v.angles, svent->baseline.angles);
102 svent->baseline.frame = svent->v.frame;
103 svent->baseline.skinnum = svent->v.skin;
106 svent->baseline.colormap = entnum;
107 svent->baseline.modelindex = SV_ModelIndex("progs/player.mdl");
111 svent->baseline.colormap = 0;
112 svent->baseline
[all...]
H A Dprogs.h43 entity_state_t baseline; member in struct:edict_s
/external/quake/quake/src/WinQuake/
H A Dcl_parse.cpp377 modnum = ent->baseline.modelindex;
403 ent->frame = ent->baseline.frame;
408 i = ent->baseline.colormap;
422 skin = ent->baseline.skin;
434 ent->skinnum = ent->baseline.skin;
440 ent->effects = ent->baseline.effects;
449 ent->msg_origins[0][0] = ent->baseline.origin[0];
453 ent->msg_angles[0][0] = ent->baseline.angles[0];
458 ent->msg_origins[0][1] = ent->baseline.origin[1];
462 ent->msg_angles[0][1] = ent->baseline
[all...]
H A Dsv_main.cpp476 miss = ent->u.v.origin[i] - ent->baseline.origin[i];
481 if ( ent->u.v.angles[0] != ent->baseline.angles[0] )
484 if ( ent->u.v.angles[1] != ent->baseline.angles[1] )
487 if ( ent->u.v.angles[2] != ent->baseline.angles[2] )
493 if (ent->baseline.colormap != ent->u.v.colormap)
496 if (ent->baseline.skin != ent->u.v.skin)
499 if (ent->baseline.frame != ent->u.v.frame)
502 if (ent->baseline.effects != ent->u.v.effects)
505 if (ent->baseline.modelindex != ent->u.v.modelindex)
941 // create entity baseline
[all...]
H A Drender.h45 entity_state_t baseline; // to fill in defaults in updates member in struct:entity_s
H A Dprogs.h43 entity_state_t baseline; member in struct:edict_s
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLUnderOver.cpp152 // 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
[all...]
H A DRenderMathMLBlock.cpp105 int baseline = baselinePosition(AlphabeticBaseline, true, HorizontalLine); local
109 info.context->drawLine(IntPoint(tx, ty + baseline), IntPoint(tx + offsetWidth(), ty + baseline));
H A DRenderMathMLSubSup.cpp181 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/srec/config/en.us/
H A Dconfig.mk6 baseline.par \
/external/webkit/Tools/DumpRenderTree/chromium/
H A DImageDiff.cpp155 float percentageDifferent(const Image& baseline, const Image& actual) argument
157 int w = min(baseline.width(), actual.width());
158 int h = min(baseline.height(), actual.height());
164 if (baseline.pixelAt(x, y) != actual.pixelAt(x, y))
170 int maxWidth = max(baseline.width(), actual.width());
171 int maxHeight = max(baseline.height(), actual.height());
263 fputs("Error, baseline image can't be decoded.\n", stderr);
/external/skia/gm/
H A Ddrawbitmaprect.cpp123 SkScalar baseline = dstRect.height() + local
126 0, baseline,
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dfontprops.cpp163 int baseline = pango_layout_iter_get_baseline(iter);
165 *descent = h - PANGO_PIXELS(baseline);
/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.h81 int baseline; member in struct:WebCore::RenderTableSection::RowStruct
119 int getBaseline(int row) { return m_grid[row].baseline; }
H A DRenderTableSection.cpp181 m_grid[r].baseline = 0;
358 m_grid[r].baseline = 0;
359 int baseline = 0; local
407 // find out the baseline
412 baseline = max(baseline, b - cell->intrinsicPaddingBefore());
418 // do we have baseline aligned elements?
419 if (baseline) {
420 // increase rowheight if baseline requires
421 m_rowPos[r + 1] = max(m_rowPos[r + 1], baseline
[all...]
/external/webkit/Tools/Scripts/
H A Drun-sunspider57 --set-baseline Set baseline for future comparisons
73 'set-baseline' => \$setBaseline,
124 push @args, "--set-baseline" if $setBaseline;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DGenerateResults.java47 * Prefix of baseline builds displayed in data graphs.
48 * This field is set using <b>-baseline.prefix</b> argument.
51 * <pre>-baseline.prefix 3.2_200606291905</pre>
189 public GenerateResults(PerformanceResults results, String current, String baseline, boolean fingerprints, File data, File output) { argument
196 setDefaults(current, baseline);
214 String baseline = null;
228 if (arg.equals("-baseline")) {
229 baseline = args[i + 1];
230 if (baseline.startsWith("-")) {
234 buffer.append(" -baseline
979 setDefaults(String buildName, String baseline) argument
[all...]
/external/webkit/PerformanceTests/SunSpider/
H A Dsunspider53 --set-baseline Set baseline for future comparisons
68 'set-baseline' => \$setBaseline,
231 dumpToFile(File::Spec->rel2abs($resultsFile), "$resultDirectory/baseline-filename.txt") if $setBaseline;

Completed in 1463 milliseconds

123