HomeSort by relevance Sort by last modified time
    Searched defs:adjustment (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
utilities.js 340 var adjustment, expectation; variable
342 adjustment = adjustments[start + i];
349 expectations.push([adjustment[0], '', adjustment[0]]);
351 expectations[expectations.length - i - 2][0] = adjustment[0];
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextTrackCue.cpp 258 int adjustment = 0; local
260 adjustment = -topOverflow;
262 adjustment = bottomOverflow;
264 if (adjustment)
265 setY(y() + adjustment);
InlineTextBox.cpp 967 float adjustment = uncoveredLength \/ stepCount; local
    [all...]
RenderBlockLineLayout.cpp 1841 LayoutUnit adjustment = 0; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 30 * adjustment = filtered_value - current_raw
39 * The adjustment vs. diff curve becomes flat very quick when diff increases.
44 * diff adjustment w/o motion correction adjustment w/ motion correction
70 * increasing the adjustment for each level. */
82 int adjustment = 0; local
97 adjustment = adj_val[0];
99 adjustment = adj_val[1];
101 adjustment = adj_val[2];
105 if ((sig[c] + adjustment) > 255
    [all...]
  /frameworks/base/core/java/android/gesture/
Instance.java 96 float adjustment = -orientation; local
101 if (Math.abs(delta) < Math.abs(adjustment)) {
102 adjustment = delta;
108 GestureUtils.rotate(pts, adjustment);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 390 int adjustment = volumePercent % 10; local
391 if (adjustment < 5) {
392 volumePercent -= adjustment;
393 } else if (adjustment > 5) {
394 volumePercent += (10 - adjustment);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 308 THREAD_LOCAL int adjustment = 0; local
356 adjustment = a;
373 adjustment = 0;
377 if (adjustment >= MAX_ADJUSTMENT)
379 adjustment++;
381 adjustment = 0;
385 clock_reg = tv.tv_usec*10 + adjustment;
390 adjustment += *num - 1;
391 last.tv_usec += adjustment / 10;
392 adjustment = adjustment % 10
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.cpp 923 HB_Fixed adjustment = positions[i].x_advance; local
926 adjustment = HB_FIXED_ROUND(adjustment);
929 ; //advances[i] = adjustment;
931 advances[i] += adjustment;
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 293 float[] adjustment = mTempAdjustment; local
297 adjustment[0] = edges.left / scale;
299 adjustment[0] = (edges.right - getWidth()) / scale;
302 adjustment[1] = FloatMath.ceil(edges.top / scale);
304 adjustment[1] = (edges.bottom - getHeight()) / scale;
307 if (coef[dim] > 0) adjustment[dim] = FloatMath.ceil(adjustment[dim]);
310 mInverseRotateMatrix.mapPoints(adjustment);
311 mCenterX += adjustment[0];
312 mCenterY += adjustment[1]
    [all...]
  /ndk/sources/host-tools/make-3.81/
remake.c 1283 FILE_TIMESTAMP adjustment = FAT_ADJ_OFFSET << FILE_TIMESTAMP_LO_BITS; local
1290 FILE_TIMESTAMP adjustment = (((FILE_TIMESTAMP_S (adjusted_mtime) & 1) == 0 local
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 303 float adjustment = (mImageRect.width() - r.width()) / 2F; local
304 dx = adjustment;
310 float adjustment = (mImageRect.height() - r.height()) / 2F; local
311 dy = adjustment;
  /packages/apps/Launcher3/src/com/android/launcher3/
CropView.java 293 float[] adjustment = mTempAdjustment; local
297 adjustment[0] = edges.left / scale;
299 adjustment[0] = (edges.right - getWidth()) / scale;
302 adjustment[1] = FloatMath.ceil(edges.top / scale);
304 adjustment[1] = (edges.bottom - getHeight()) / scale;
307 if (coef[dim] > 0) adjustment[dim] = FloatMath.ceil(adjustment[dim]);
310 mInverseRotateMatrix.mapPoints(adjustment);
311 mCenterX += adjustment[0];
312 mCenterY += adjustment[1]
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 1285 HB_Fixed adjustment = positions[i].x_advance; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 151 // formulaic approach to facilitate easier adjustment of the Q tables.
234 const int adjustment = ((offset * qdiff) + (gap >> 1)) / gap; local
235 active_best_quality = low_motion_minq[q] + adjustment;
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 3106 long adjustment = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1088 milliseconds