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

12 3 4

  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.h 41 #define TILE_SIZE_AT_ZOOM(SIZE, ZOOM) ((int)roundf((SIZE) * (ZOOM)))
ewk_tiled_matrix.c 527 new_update.x = roundf(t->zoom * new_update.x);
528 new_update.y = roundf(t->zoom * new_update.y);
529 new_update.w = roundf(t->zoom * new_update.w);
530 new_update.h = roundf(t->zoom * new_update.h);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.cpp 87 return static_cast<int>(roundf(replacedWidth * svg->currentScale()));
98 return static_cast<int>(roundf(replacedHeight * svg->currentScale()));
  /external/webkit/Source/WebCore/platform/graphics/filters/
FETurbulence.cpp 306 paintingData.width = roundf(tileWidth * m_baseFrequencyX);
308 paintingData.height = roundf(tileHeight * m_baseFrequencyY);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.mm 218 float vertOffset = roundf((NSMaxY(menuRect) - NSMaxY(titleFrame)) + NSHeight(titleFrame));
  /bionic/libm/include/
math.h 341 float roundf(float);
  /development/ndk/platforms/android-3/include/
math.h 340 float roundf(float);
  /development/ndk/platforms/android-9/include/
math.h 340 float roundf(float);
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 47 int ix = (int)roundf(x) + inset;
  /external/webkit/Source/WebCore/platform/graphics/
ContextShadow.cpp 206 m_blurDistance = roundf(static_cast<float>(m_blurDistance) / scale);
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 59 newSize.width = roundf(newSize.width);
60 newSize.height = roundf(newSize.height);
  /external/webkit/Tools/DumpRenderTree/cg/
ImageDiffCG.cpp 226 difference = roundf(difference * 100.0f) / 100.0f;
  /external/webkit/Tools/DumpRenderTree/gtk/
ImageDiff.cpp 141 difference = roundf(difference * 100.0f) / 100.0f;
  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffCairo.cpp 230 difference = roundf(difference * 100.0) / 100.0;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
math.h 340 float roundf(float);
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
math.h 340 float roundf(float);

Completed in 1627 milliseconds

12 3 4