HomeSort by relevance Sort by last modified time
    Searched refs:roundf (Results 51 - 75 of 90) sorted by null

1 23 4

  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
math.h 340 float roundf(float);
  /external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp 472 // Using roundf() rather than ceilf() for the right edge as a compromise to ensure correct caret positioning.
476 return FloatRect(point.x() + floorf(totalWidth - afterWidth), point.y(), roundf(totalWidth - beforeWidth) - floorf(totalWidth - afterWidth), h);
479 return FloatRect(point.x() + floorf(beforeWidth), point.y(), roundf(afterWidth) - floorf(beforeWidth), h);
ShadowBlur.cpp 339 m_blurRadius = roundf(m_blurRadius / scale);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 48 return roundf(static_cast<float>(f));
465 float roundedAdvanceWidth = roundf(advance.width);
  /external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp 552 return roundf(style()->font().primaryFont()->avgCharWidth());
562 return roundf(style()->font().size() * x / unitsPerEm);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 103 int toPad = roundf(m_padPerWordBreak + m_padError);
  /external/webkit/Source/WebCore/platform/graphics/android/
FontAndroid.cpp 278 roundf(SkScalarToFloat(width)),
279 roundf(SkScalarToFloat(spacing)));
839 int toPad = roundf(m_padPerWordBreak + m_padError);
    [all...]
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 48 int ix = (int)roundf(x) + inset;
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 47 int ix = (int)roundf(x) + inset;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 203 int s = roundf(m_alpha * 256);
538 int alpha = roundf(m_state->m_alpha * 256);
  /frameworks/base/libs/rs/driver/
rsdRuntimeMath.cpp 420 { "_Z5roundf", (void *)&roundf, true },
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 677 candidate.distance = roundf(distance);

Completed in 425 milliseconds

1 23 4