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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 72 EDominantBaseline baseline = style->dominantBaseline(); local
73 if (baseline == DB_AUTO) {
75 baseline = DB_CENTRAL;
77 baseline = DB_ALPHABETIC;
80 switch (baseline) {
82 // FIXME: The dominant-baseline and the baseline-table components are set by determining the predominant script of the character data content.
120 EAlignmentBaseline baseline = textRenderer->style()->svgStyle()->alignmentBaseline(); local
121 if (baseline == AB_AUTO) {
122 baseline = dominantBaselineToAlignmentBaseline(isVerticalText, textRendererParent)
    [all...]
RenderSVGInlineText.cpp 162 float baseline = m_scaledFont.fontMetrics().floatAscent(); local
187 FloatRect fragmentRect(fragment.x, fragment.y - baseline, fragment.width, fragment.height);
  /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/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_instructions_view.cc 56 int baseline = view->GetBaseline(); local
57 if (baseline != -1) {
58 ascent = std::max(ascent, baseline);
59 descent = std::max(descent, pref.height() - baseline);
77 int baseline = view->GetBaseline(); local
79 if (baseline != -1 && baseline_ != -1)
80 y = baseline_ - baseline;
  /external/chromium_org/third_party/skia/gm/
drawbitmaprect.cpp 135 SkScalar baseline = dstRect.height() + local
138 0, baseline,
  /external/chromium_org/ui/gfx/
platform_font_win.h 86 int baseline,
94 int baseline() const { return baseline_; } function in class:gfx::PlatformFontWin::HFontRef
platform_font_win.cc 141 return font_ref_->baseline();
239 const int baseline = std::max<int>(1, font_metrics.tmAscent); local
253 return new HFontRef(font, font_size, height, baseline, cap_height,
266 int baseline,
273 baseline_(baseline),
  /external/skia/gm/
drawbitmaprect.cpp 135 SkScalar baseline = dstRect.height() + local
138 0, baseline,
  /frameworks/base/tools/preload/
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);
Root.java 49 MemoryUsage baseline = MemoryUsage.baseline(); field in class:Root
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...]
  /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...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-artifactcomparator/0.20.0/
tycho-artifactcomparator-0.20.0.jar 
  /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...]
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/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 1130 scoped_ptr<HistogramSamples> baseline = histogram->SnapshotSamples(); local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 234 SkAxisAlignment baseline = SkComputeAxisAlignmentForHText(fContext->getMatrix()); local
235 if (kX_SkAxisAlignment == baseline) {
238 } else if (kY_SkAxisAlignment == baseline) {
305 SkAxisAlignment baseline = SkComputeAxisAlignmentForHText(ctm); local
309 if (kX_SkAxisAlignment == baseline) {
314 } else if (kY_SkAxisAlignment == baseline) {
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 234 SkAxisAlignment baseline = SkComputeAxisAlignmentForHText(fContext->getMatrix()); local
235 if (kX_SkAxisAlignment == baseline) {
238 } else if (kY_SkAxisAlignment == baseline) {
305 SkAxisAlignment baseline = SkComputeAxisAlignmentForHText(ctm); local
309 if (kX_SkAxisAlignment == baseline) {
314 } else if (kY_SkAxisAlignment == baseline) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPTestListJB.java 81 public final float baseline; field in class:IPTestListJB.TestName
86 baseline = base;
91 baseline = 1.f;
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewNode.java 52 public int baseline; field in class:ViewNode
82 baseline = getInt("getBaseline()", 0);
  /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/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 86 // Set the baseline time to a fixed value (1 AM) to prevent test flakiness
104 // Reset the baseline time.
125 // Baseline time for the fake times returned from GetCurrentTime().
128 // The number of simulated periods since the baseline time.
397 Time baseline = Time::Now().LocalMidnight(); local
404 baseline += TimeDelta::FromDays(1);
405 status_collector_->SetBaselineTime(baseline);
417 baseline += TimeDelta::FromDays(1);
418 status_collector_->SetBaselineTime(baseline);
421 baseline -= TimeDelta::FromDays(20)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 115 , baseline()
121 LayoutUnit baseline; member in struct:WebCore::FINAL::RowStruct
200 LayoutUnit rowBaseline(unsigned row) { return m_grid[row].baseline; }
  /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
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 409 bool baseline = false; local
447 if (baseline) {
    [all...]

Completed in 847 milliseconds

1 2 3 4