HomeSort by relevance Sort by last modified time
    Searched refs:adjusted (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/skia/debugger/QT/
SkListWidget.cpp 88 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/
SkTileGrid.cpp 73 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/chromium_org/ui/native_theme/
native_theme_base.cc 73 // 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);
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 182 bool adjusted = false; local
186 adjusted = true;
194 if (adjusted)
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 382 IntPoint adjusted = view->contentsToWindow(IntPoint(x, y)); local
383 return FloatPoint(adjusted.x(), adjusted.y());
EventHandler.cpp 2668 bool adjusted = false; local
    [all...]
  /external/bison/lib/
vasnprintf.c 3711 int adjusted; local
3846 int adjusted; local
4173 int adjusted; local
4320 int adjusted; local
    [all...]
  /external/chromium_org/ui/file_manager/image_loader/
image_loader.js 128 // Dimensions has to be adjusted.
132 // Orientation has to be adjusted.
  /external/chromium_org/v8/test/mjsunit/compiler/
optimized-for-in.js 32 // fixed iteration order for properties and will have to be adjusted if V8
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 201 // the index must be adjusted by one from the desired index.
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 279 // initial focus should be adjusted accordingly.
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
bsaes-armv7.S 1374 sub sp, #0x10 @ place for adjusted round0 key
1383 vstmia sp, {q4} @ save adjusted round0 key
    [all...]
  /external/openssl/crypto/aes/asm/
bsaes-armv7.S 1371 sub sp, #0x10 @ place for adjusted round0 key
1380 vstmia sp, {q4} @ save adjusted round0 key
    [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js 1012 * @return {CollisionBox} The adjusted collision box object.
1144 // Central box is adjusted to the size as one box.
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 359 ; adjusted to 32 because of the two post-increments.
429 ; increment pointers by adjusted stride (not necessary for r0/out)
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 359 ; adjusted to 32 because of the two post-increments.
429 ; increment pointers by adjusted stride (not necessary for r0/out)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js     [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 318 * the colors of various UI elements can be adjusted.
    [all...]
  /external/chromium_org/tools/traceline/svgui/
traceline.js 465 // The fatty div will have its width adjusted based on the zoom level and
  /external/chromium_org/v8/src/arm64/
simulator-arm64.cc 2617 uint64_t adjusted = mantissa - (halfbit_mantissa & ~onebit_mantissa); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/chromium_org/v8/src/
messages.js 517 // Return a source slice with line numbers re-adjusted to the resource.
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 648 // reset the size in case the user adjusted the window since last play
    [all...]

Completed in 1227 milliseconds

1 2