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

1 2 34

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 56 return (int)roundf(x);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 575 int width = roundf(strokeThickness());
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTextControlSingleLine.cpp 573 maxCharWidth = roundf(style()->font().primaryFont()->maxCharWidth());
    [all...]
RenderText.cpp 522 left = roundf(left);
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm     [all...]
  /external/clang/lib/Headers/
tgmath.h 1127 __tg_round(float __x) {return roundf(__x);}
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 117 int s = roundf(m_alpha * 256);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 438 timeValue.tv_usec = static_cast<glong>(roundf(microSeconds / 10000) * 10000);
    [all...]
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 1128 __tg_round(float __x) {return roundf(__x);}
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 1128 __tg_round(float __x) {return roundf(__x);}
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 1128 __tg_round(float __x) {return roundf(__x);}
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 1128 __tg_round(float __x) {return roundf(__x);}
  /prebuilt/sdk/15/renderscript/clang-include/
tgmath.h 1127 __tg_round(float __x) {return roundf(__x);}
  /external/llvm/
configure     [all...]
  /external/llvm/projects/sample/
configure     [all...]

Completed in 2249 milliseconds

1 2 34