HomeSort by relevance Sort by last modified time
    Searched refs:sk_float_ceil (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 68 #define sk_float_ceil(x) (float)::ceil(x) macro
75 #define sk_float_ceil(x) ceilf(x) macro
112 #define sk_float_ceil2int(x) (int)sk_float_ceil(x)
SkScalar.h 78 #define SkScalarCeilToScalar(x) sk_float_ceil(x)
  /external/chromium_org/third_party/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 180 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
    [all...]

Completed in 42 milliseconds