HomeSort by relevance Sort by last modified time
    Searched refs:round (Results 526 - 550 of 804) sorted by null

<<21222324252627282930>>

  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageCache.java 496 memCacheSize = Math.round(percent * Runtime.getRuntime().maxMemory() / 1024);
  /external/chromium_org/chrome/browser/resources/file_manager/js/
action_choice.js 431 var top = Math.round((window.screen.availHeight - height) / 2);
432 var left = Math.round((window.screen.availWidth - width) / 2);
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
commands.js 437 screenStrip.top = Math.round(viewport.imageToScreenY(previousRow));
439 Math.round(viewport.imageToScreenY(updatedRow)) - screenStrip.top;
image_transform.js 145 -Math.round(rect.width / 6), -Math.round(rect.height / 6));
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewCore.java 530 int leftMargin = Math.round(x * scale);
531 int topMargin = Math.round(mRenderCoordinates.getContentOffsetYPix() + y * scale);
532 int scaledWidth = Math.round(width * scale);
539 scaledWidth, Math.round(height * scale));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
OverviewGrid.js 408 var offset = Math.round(event.wheelDeltaX * WebInspector.OverviewGrid.WindowScrollSpeedFactor);
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 184 /* round segments the overshoot positions. */
227 FT_Bool round = 0; local
298 /* now check whether the point belongs to a straight or round */
338 /* now set the `round' flag depending on the segment's kind */
339 round = FT_BOOL(
343 FT_TRACE5(( "%c ", round ? 'r' : 'f' ));
346 if ( round )
829 /* a segment is round if either its first or last point */
    [all...]
aflatin2.c 222 FT_Bool round; local
291 /* now check whether the point belongs to a straight or round */
331 /* now, set the `round' flag depending on the segment's kind */
332 round = FT_BOOL(
336 FT_TRACE5(( "%c ", round ? 'r' : 'f' ));
339 if ( round )
804 /* a segment is round if it doesn't have successive */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 126 round(double x) function
299 * Round float to nearest int.
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp 73 int iv = (int)round(v * DENOM * 2 / PI);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
BuildResults.java 536 buffer.append(Math.round(this.stddev[i]*1000)/1000.0);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
TimeLineGraph.java 296 thisItem.setX((int)(Math.round((thisItem.timestamp-closestPrecedingItem.timestamp)*increments)+closestPrecedingItem.x));
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 436 _metrics.put (out [0], (int) Math.round (((criterion * IItem.PRECISION) / 100.0)));
  /external/freetype/src/autofit/
aflatin2.c 223 FT_Bool round; local
290 /* now check whether the point belongs to a straight or round */
335 /* now, set the `round' flag depending on the segment's kind */
336 round = FT_BOOL(
340 FT_TRACE5(( " (%s)\n", round ? "round" : "flat" ));
343 if ( round )
578 /* we round up much more often */
832 /* a segment is round if it doesn't have successive */
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java     [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 131 paddusw mm3, RD ; mm3 += round value
227 paddusw mm3, RD ; mm3 += round value
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 248 "round",
440 TLI.setUnavailable(LibFunc::round);
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 126 round(double x) function
299 * Round float to nearest int.
  /external/qemu/target-mips/
helper.h 193 FOP_PROTO(round)
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 73 int iv = (int)round(v * DENOM * 2 / PI);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 103 WebRtc_Word16 round, shftVal = 0, sh; local
117 round = 32;
121 round = 256;
130 CorrQ11[k] = WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(sum, tmpGain) + round,
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetFrame.java 487 mForegroundAlpha = (int) Math.round((0.5f * r * 255));
  /frameworks/rs/scriptc/
rs_cl.rsh 644 * Return round x/y to the nearest integer then compute the remander.
656 * Round to the nearest integral value.
672 * Round to the nearest integral value. Half values are rounded away from zero.
676 extern float __attribute__((const, overloadable)) round(float);
677 FN_FUNC_FN(round)
767 * Round to integral using truncation.
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
AbsSeekBar.java 186 setKeyProgressIncrement(Math.max(1, Math.round((float) getMax() / 20)));

Completed in 991 milliseconds

<<21222324252627282930>>