Searched refs:heights (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client_unittest.cc53 int heights[] = { max_height_for_msg - 10, local
56 int widths[] = { heights[0] * 3 / 2, heights[1] * 3 / 2, heights[2] * 3 / 2 };
57 for (size_t i = 0; i < arraysize(heights); i++) {
59 CreateJPEGImage(widths[i], heights[i], SK_ColorRED, &jpg);
69 EXPECT_EQ(heights[i] >> i, bitmap.height());
73 if (heights[i] > max_height_for_msg) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_denoiser.c35 static const int heights[] = {4, 8, 4, 8, 16, 8, 16, 32, 16, 32, 64, 32, 64}; variable
55 return widths[bs] * heights[bs] * (increase_denoising ? 60 : 40);
64 return widths[bs] * heights[bs] * 20;
69 return widths[bs] * heights[bs] * (increase_denoising ? 3 : 2);
73 return widths[bs] * heights[bs] * (increase_denoising ? 3 : 2);
105 for (r = 0; r < heights[bs]; ++r) {
155 for (r = 0; r < heights[bs]; ++r) {
196 for (r = 0; r < heights[bs]; ++r) {
H A Dvp9_encoder.c1246 const int heights[3] = {a->y_height, a->uv_height, a->uv_height}; local
1257 const int h = heights[i];
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper.cc561 // heights(widths) of the rows(columns). It scales the elements in
581 // Find the widths and heights of the grid.
583 std::vector<int> heights(rows);
590 heights[i / cols] = std::max(heights[i / cols], size.height());
594 ScaleAndCalculateOffsets(&heights, &offset_y, screen_size_.height());
601 static_cast<float>(heights[i / cols]) / size.height());
609 size_t y = offset_y[i / cols] + (heights[i / cols] - h) / 2;
/external/chromium_org/third_party/skia/gm/
H A Dblurrect.cpp168 const int heights[] = {100, 100, 5, 25, 150, 25}; local
181 int height = heights[i];
/external/skia/gm/
H A Dblurrect.cpp168 const int heights[] = {100, 100, 5, 25, 150, 25}; local
181 int height = heights[i];
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dlist.js71 * Whether or not the rows on list have various heights. If true, all the
209 * Whether or not the rows on list have various heights.
830 * Return the heights (in pixels) of the top of the given item index within
834 * @return {{top: number, height: number}} The heights for the given index.
876 var heights = this.getHeightsForIndex_(estimatedIndex);
877 var top = heights.top;
878 var height = heights.height;
890 * Return the number of items that occupy the range of heights between the
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js564 // Updated line heights might result in the drawn area not
672 // Read the actual heights of the rendered lines, and update their
673 // stored heights to match.
1465 // Ensure the lineView.wrapping.heights array is populated. This is
1472 if (!lineView.measure.heights || wrapping && lineView.measure.width != curWidth) {
1473 var heights = lineView.measure.heights = [];
1480 heights.push((cur.bottom + next.top) / 2 - rect.top);
1483 heights.push(rect.bottom - rect.top);
1643 var heights
[all...]
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js564 // Updated line heights might result in the drawn area not
672 // Read the actual heights of the rendered lines, and update their
673 // stored heights to match.
1465 // Ensure the lineView.wrapping.heights array is populated. This is
1472 if (!lineView.measure.heights || wrapping && lineView.measure.width != curWidth) {
1473 var heights = lineView.measure.heights = [];
1480 heights.push((cur.bottom + next.top) / 2 - rect.top);
1483 heights.push(rect.bottom - rect.top);
1643 var heights
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcodemirror.js643 // Updated line heights might result in the drawn area not
688 // Read the actual heights of the rendered lines, and update their
689 // stored heights to match.
1499 // Ensure the lineView.wrapping.heights array is populated. This is
1506 if (!lineView.measure.heights || wrapping && lineView.measure.width != curWidth) {
1507 var heights = lineView.measure.heights = [];
1514 heights.push((cur.bottom + next.top) / 2 - rect.top);
1517 heights.push(rect.bottom - rect.top);
1682 var heights
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1622 const int heights[3] = {a->y_height, a->uv_height, a->uv_height}; local
1633 const int h = heights[i];
/external/bison/build-aux/
H A Dtexinfo.tex5235 %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}%

Completed in 8856 milliseconds