HomeSort by relevance Sort by last modified time
    Searched refs:baseline (Results 26 - 50 of 143) sorted by null

12 3 4 5 6

  /external/srec/config/en.us/
config.mk 6 baseline.par \
  /external/chromium_org/tools/imagediff/
image_diff.cc 142 float PercentageDifferent(const Image& baseline, const Image& actual) {
143 int w = std::min(baseline.w(), actual.w());
144 int h = std::min(baseline.h(), actual.h());
150 if (baseline.pixel_at(x, y) != actual.pixel_at(x, y))
156 int max_w = std::max(baseline.w(), actual.w());
157 int max_h = std::max(baseline.h(), actual.h());
241 fputs("Error, baseline image can't be decoded.\n", stderr);
  /packages/apps/Email/tests/src/com/android/email/
AccountTestCase.java 118 android.accounts.Account[] baseline) {
120 if (baseline.length == 0) {
127 for (android.accounts.Account removeAccount : baseline) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 24 vertical-align: baseline;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderButton.cpp 117 int RenderButton::baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const
121 // avoid RenderFlexibleBox synthesizing a baseline that we don't want.
124 // To ensure that we have a consistent baseline when we have no children,
126 // baseline for the empty case manually here.
132 return RenderFlexibleBox::baselinePosition(baseline, firstLine, direction, linePositionMode);
RenderMenuList.h 113 virtual int baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE
115 return RenderBlock::baselinePosition(baseline, firstLine, direction, position);
RenderTableSection.h 115 , baseline()
121 LayoutUnit baseline; member in struct:WebCore::FINAL::RowStruct
198 LayoutUnit rowBaseline(unsigned row) { return m_grid[row].baseline; }
  /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...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 487 function subtractData(data, baseline) {
489 if (baseline.data.length != count) {
494 var obj2 = baseline.data[i];
535 // Compute results for the data with an optional baseline.
536 // If |baseline| is undefined, will compute the results of this
537 // run. Otherwise, computes the diff between this data and the baseline.
538 function computeResults(data, baseline) {
548 if (baseline) {
549 computeDisplayResults(baseline);
550 if (!subtractData(data, baseline)) {
    [all...]
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 165 # Find the baseline image
170 print " No baseline image found, mask will not be updated"
171 baseline = None
173 baseline = Image.open(os.path.join(mask_scrape_dir, mask_scrapes[0]))
195 # Calculate the difference between the new scrape and the baseline,
197 if baseline:
198 diff = ImageChops.multiply(ImageChops.difference(scrape, baseline),
203 print " Scrape identical to baseline, no change in mask"
209 # black pixels (where the scrape and the baseline were identical)
210 # to white, all others (where the scrape and the baseline differed
    [all...]
  /frameworks/base/core/java/android/text/style/
IconMarginSpan.java 43 int top, int baseline, int bottom,
QuoteSpan.java 67 int top, int baseline, int bottom,
DrawableMarginSpan.java 43 int top, int baseline, int bottom,
BulletSpan.java 81 int top, int baseline, int bottom,
  /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/
BuildResults.java 46 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/skia/tools/skpdiff/
SkPMetric.cpp 302 // Compute G - The convolved lum for the baseline
431 int SkPMetric::queueDiff(SkBitmap* baseline, SkBitmap* test) {
438 if (baseline->width() != test->width() || baseline->height() != test->height() ||
439 baseline->width() <= 0 || baseline->height() <= 0) {
444 ImageLAB baselineLAB(baseline->width(), baseline->height());
445 ImageLAB testLAB(baseline->width(), baseline->height())
    [all...]
  /external/chromium_org/ui/gfx/
platform_font_win.cc 141 return font_ref_->baseline();
237 const int baseline = std::max<int>(1, font_metrics.tmAscent); local
249 return new HFontRef(font, font_size, height, baseline, ave_char_width, style);
261 int baseline,
267 baseline_(baseline),
  /frameworks/base/tools/preload/
Root.java 49 MemoryUsage baseline = MemoryUsage.baseline(); field in class:Root
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewNode.java 52 public int baseline; field in class:ViewNode
82 baseline = getInt("getBaseline()", 0);
  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 282 protected Account[] getAccountManagerAccounts(Account[] baseline) {
284 if (baseline.length == 0) {
291 for (Account removeAccount : baseline) {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 82 // Set the baseline time to a fixed value (1 AM) to prevent test flakiness
100 // Reset the baseline time.
121 // Baseline time for the fake times returned from GetCurrentTime().
124 // The number of simulated periods since the baseline time.
377 Time baseline = Time::Now().LocalMidnight(); local
384 baseline += TimeDelta::FromDays(1);
385 status_collector_->SetBaselineTime(baseline);
397 baseline += TimeDelta::FromDays(1);
398 status_collector_->SetBaselineTime(baseline);
401 baseline -= TimeDelta::FromDays(20)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 47 * 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) {
196 setDefaults(current, baseline);
214 String baseline = null; local
228 if (arg.equals("-baseline")) {
229 baseline = args[i + 1];
230 if (baseline.startsWith("-")) {
234 buffer.append(" -baseline = "+baseline+'\n')
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 294 * Get the baseline of a given label. That's how many pixels from the top of
295 * the label to the text baseline. (This is equivalent to the negative of
299 * @return the baseline in pixels.
302 return mLabels.get(labelID).baseline;
371 public Label(float width, float height, float baseLine,
375 this.baseline = baseLine;
386 public float baseline; field in class:LabelMaker.Label
  /development/samples/NotePad/src/com/example/android/notepad/
NoteEditor.java 118 // Gets the baseline coordinates for the current line of text
119 int baseline = getLineBounds(i, r); local
123 * at a vertical position one dip below the baseline, using the "paint" object
126 canvas.drawLine(r.left, baseline + 1, r.right, baseline + 1, paint);
  /external/chromium_org/ui/views/layout/
grid_layout.cc 336 baseline(-1) {
365 // The baseline. Only used if the view is vertically aligned along the
366 // baseline.
367 int baseline; member in struct:views::ViewState
760 // We don't support baseline alignment of views spanning rows. Please add if
762 DCHECK(v_align != BASELINE || row_span == 1);
779 case GridLayout::BASELINE: // If we were asked to align on baseline, but
780 // the view doesn't have a baseline, fall back
833 if (view_state->v_align == BASELINE && view_state->baseline != -1)
    [all...]

Completed in 543 milliseconds

12 3 4 5 6