HomeSort by relevance Sort by last modified time
    Searched full:baseline (Results 51 - 75 of 762) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/tools/
compare_baselines.py 40 baseline images; if you want to check in new baseline images (ones that the
150 # Download all checked-in baseline images to a temp directory
155 # Flatten those checked-in baseline images into checkedin_flattened_dir
161 # Flatten the local baseline images into local_flattened_dir
195 help='path to root of locally stored baseline images '
206 'expected GM baseline images; defaults to "%s"' %
test_rendering.py 72 """Diffs the rendered SkPicture files with the baseline files.
76 @param expected_dir the location of the baseline images.
78 baseline
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 18 import static com.android.ide.common.api.SegmentType.BASELINE;
68 ALIGN_BASELINE(ATTR_LAYOUT_ALIGN_BASELINE, null, BASELINE, null, BASELINE, false, true, false,
158 * is one of the parent edges (actual edge, not center/baseline segments)
205 case BASELINE:
215 case BASELINE:
235 case 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);
RenderTextControl.h 101 // baseline definition, and then inputs of different types wouldn't line up
110 virtual int baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE
112 return RenderBlock::baselinePosition(baseline, firstLine, direction, position);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 50 name: 'Baseline',
52 'end events, and establishes a baseline time to speak a ' +
101 description: 'Speaks twice as fast and compares the time to the baseline.',
102 dependencies: ['Baseline'],
122 var relative = delta / resultMap['Baseline'];
136 description: 'Speaks twice as slow and compares the time to the baseline.',
137 dependencies: ['Baseline'],
157 var relative = delta / resultMap['Baseline'];
172 'the baseline utterance, to make sure that speech after ' +
174 dependencies: ['Baseline'],
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
keyword_hint_view.cc 99 // TODO(sky): currently height doesn't matter, once baseline support is
110 // TODO(sky): currently height doesn't matter, once baseline support is
116 // TODO(sky): baseline layout.
  /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) {
  /development/samples/ApiDemos/res/layout/
baseline_nested_1.xml 30 be baseline aligned with the others.-->
54 be baseline aligned with the others.-->
baseline_nested_2.xml 30 be baseline aligned with the others.-->
54 be baseline aligned with the others.-->
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-hhea-table.hh 56 * (Distance from baseline of highest
60 * (Distance from baseline of lowest
  /external/harfbuzz_ng/src/
hb-ot-hhea-table.hh 56 * (Distance from baseline of highest
60 * (Distance from baseline of lowest
  /external/valgrind/main/memcheck/tests/
leak.h 10 // Set a baseline, in case allocations have already happened.
18 // Set a baseline, in case allocations have already happened.
  /frameworks/native/opengl/tests/gralloc/
gralloc.cpp 71 StopWatch watch("memcpy baseline");
90 StopWatch watch("lamecpy baseline");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer.py 79 # test suite in the name and the virtual baseline name is not a strict superset of the non-virtual name.
81 # the baseline directories are like platform/mac/virtual/softwarecompositing. So, to get the path
82 # to the baseline in the platform directory, we need to append jsut foo-expected.png to the directory.
120 # to a specific platform. As such, it's the only one where the baseline in fallback directories
122 # have the same baseline, then it can be promoted up to be the LayoutTests baseline.
123 # All other baselines can only be removed if they're redundant with a baseline earlier
132 # If any of these directories don't have a baseline, there's no optimization we can do.
143 # The root baseline is unused if all the directories immediately preceding the root
144 # have a baseline, but have different baselines, so the baselines can't be promoted up
    [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...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
BaselineNested1.java 25 * Baseline alignment includes elements within nested vertical
BaselineNested2.java 25 * Baseline alignment includes an element within a nested horizontal
BaselineNested3.java 25 * Baseline alignment includes a {@link android.widget.LinearLayout}
  /external/chromium/chrome/browser/ui/cocoa/
chrome_browser_window_unittest.mm 41 // Baseline test that the window creates, displays, closes, and
  /external/chromium_org/chrome/browser/policy/
policy_load_status.h 22 // to get a baseline on the number of requests, and an arbitrary number of
  /external/chromium_org/chrome/browser/ui/cocoa/
chrome_browser_window_unittest.mm 42 // Baseline test that the window creates, displays, closes, and
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
queue.js 146 var baselineTarget = getSelectValue('baseline-target');
147 var baselineMoveTo = getSelectValue('baseline-move-to');
152 '&baseline-target=' + encodeURIComponent(baselineTarget) +
153 '&baseline-move-to=' + encodeURIComponent(baselineMoveTo));
  /external/chromium_org/ui/base/l10n/
l10n_util_win_unittest.cc 17 // Baseline font for comparison.
  /external/chromium_org/ui/gfx/
font_list.h 80 // Returns the baseline of this font list, which is max(baseline) for all the
110 // Extracts common font height and baseline into |common_height_| and
130 // The cached common height and baseline of the fonts in the font list.

Completed in 4917 milliseconds

1 23 4 5 6 7 8 91011>>