Searched refs:adjusted (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/skia/debugger/QT/
H A DSkListWidget.cpp88 r = option.rect.adjusted(5, 10, -10, -10);
92 r = option.rect.adjusted(19, 10, -10, -10);
97 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
100 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
106 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
112 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace, 0, -10, -7);
/external/skia/debugger/QT/
H A DSkListWidget.cpp88 r = option.rect.adjusted(5, 10, -10, -10);
92 r = option.rect.adjusted(19, 10, -10, -10);
97 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
100 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
106 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
112 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace, 0, -10, -7);
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DDebugInfoItem.java169 int adjusted = opcode - 0x0A;
170 int addressDiff = adjusted / 15;
171 int lineDiff = (adjusted % 15) - 4;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DDebugInfo.java233 int adjusted = next - 0x0A;
234 codeAddress += adjusted / 15;
235 lineNumber += (adjusted % 15) - 4;
/external/skia/src/core/
H A DSkRecordOpts.cpp245 SkRect adjusted = draw->paint.computeFastBounds(bounds, &bounds); local
250 (&adopted, adjusted.fTop, adjusted.fBottom));
/external/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc90 // the correct adjusted exponent in the destination type.
/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/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/llvm/lib/Support/Windows/
H A DSignals.inc51 // and adjusted for brevity.
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_16.asm9 ; Routines adjusted for Hermes by Christian Nentwich (brn@eleet.mcb.at)
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Dbsaes-armv7.S1374 sub sp, #0x10 @ place for adjusted round0 key
1383 vstmia sp, {q4} @ save adjusted round0 key
/external/openssl/crypto/aes/asm/
H A Dbsaes-armv7.S1371 sub sp, #0x10 @ place for adjusted round0 key
1380 vstmia sp, {q4} @ save adjusted round0 key
H A Dbsaes-armv7.pl1414 sub sp, #0x10 @ place for adjusted round0 key
1423 vstmia $keysched, {@XMM[4]} @ save adjusted round0 key
/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/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm359 ; adjusted to 32 because of the two post-increments.
429 ; increment pointers by adjusted stride (not necessary for r0/out)
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm359 ; adjusted to 32 because of the two post-increments.
429 ; increment pointers by adjusted stride (not necessary for r0/out)
/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 ...
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Dbsaes-armv7.pl1421 sub sp, #0x10 @ place for adjusted round0 key
1430 vstmia $keysched, {@XMM[4]} @ save adjusted round0 key

Completed in 2250 milliseconds