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

  /external/skia/include/private/
SkFloatingPoint.h 64 #define sk_float_ceil(x) ceilf(x) macro
112 #define sk_float_ceil2int(x) (int)sk_float_ceil(x)
  /external/skia/include/core/
SkScalar.h 39 #define SkScalarCeilToScalar(x) sk_float_ceil(x)
  /external/skia/include/utils/
SkMatrix44.h 70 #define SkMScalarCeil(x) sk_float_ceil(x)
  /external/skia/src/gpu/gl/debug/
GrGLCreateDebugInterface.cpp 180 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow /
    [all...]

Completed in 154 milliseconds