Searched defs:adjusted (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkTileGrid.cpp73 SkIRect adjusted; local
74 query.roundOut(&adjusted);
79 adjusted.inset(fInfo.fMargin.width(), fInfo.fMargin.height());
80 adjusted.offset(fInfo.fOffset);
81 adjusted.sort(); // in case the inset inverted the rectangle
86 int startX = adjusted.left() / fInfo.fTileInterval.width(),
87 startY = adjusted.top() / fInfo.fTileInterval.height();
88 int endX = divide_ceil(adjusted.right(), fInfo.fTileInterval.width()),
89 endY = divide_ceil(adjusted.bottom(), fInfo.fTileInterval.height());
/external/skia/src/core/
H A DSkRecordOpts.cpp245 SkRect adjusted = draw->paint.computeFastBounds(bounds, &bounds); local
250 (&adopted, adjusted.fTop, adjusted.fBottom));
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_database.cc182 bool adjusted = false; local
186 adjusted = true;
194 if (adjusted)
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp382 IntPoint adjusted = view->contentsToWindow(IntPoint(x, y)); local
383 return FloatPoint(adjusted.x(), adjusted.y());
H A DEventHandler.cpp2233 // We use the adjusted position so the application isn't surprised to see a event with
2524 // DOM nodes so a touch over a scrollbar will be adjusted towards nearby nodes. This leads to things like textarea
2589 // first so that we apply hover/active it to the final adjusted node.
2603 // Do a new hit-test at the (adjusted) gesture co-ordinates. This is necessary because
2668 bool adjusted = false; local
2674 adjusted = bestClickableNodeForHitTestResult(*hitTestResult, adjustedPoint, adjustedNode);
2679 adjusted = bestContextMenuNodeForHitTestResult(*hitTestResult, adjustedPoint, adjustedNode);
2687 if (adjusted) {
/external/bison/lib/
H A Dvasnprintf.c3711 int adjusted; local
3716 adjusted = 0;
3736 if (adjusted)
3746 adjusted = 1;
3846 int adjusted; local
3852 adjusted = 0;
3872 if (adjusted)
3882 adjusted = 1;
4173 int adjusted; local
4178 adjusted
4320 int adjusted; local
[all...]
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc73 // Get lightness adjusted color.
76 color_utils::HSL adjusted = hsl; local
77 adjusted.l += lightness_amount;
78 if (adjusted.l > 1.0)
79 adjusted.l = 1.0;
80 if (adjusted.l < 0.0)
81 adjusted.l = 0.0;
83 return color_utils::HSLToSkColor(adjusted, alpha);
/external/vixl/src/a64/
H A Dsimulator-a64.cc1663 // | halfbit(frac) halfbit(adjusted)
1682 // adjusted = frac - (halfbit(mantissa) & ~onebit(frac)); / |
1684 // mantissa = (mantissa >> shift) + halfbit(adjusted);
1723 // For subnormal outputs, the shift must be adjusted by the exponent. The +1
1751 uint64_t adjusted = mantissa - (halfbit_mantissa & ~onebit_mantissa); local
1752 T halfbit_adjusted = (adjusted >> (shift-1)) & 1;
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc2529 // | halfbit(frac) halfbit(adjusted)
2548 // adjusted = frac - (halfbit(mantissa) & ~onebit(frac)); / |
2550 // mantissa = (mantissa >> shift) + halfbit(adjusted);
2589 // For subnormal outputs, the shift must be adjusted by the exponent. The +1
2617 uint64_t adjusted = mantissa - (halfbit_mantissa & ~onebit_mantissa); local
2618 T halfbit_adjusted = (adjusted >> (shift-1)) & 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 299 milliseconds