Home
last modified time | relevance | path

Searched refs:sk_float_ceil (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/core/
DSkFloatingPoint.h72 #define sk_float_ceil(x) (float)::ceil(x) macro
79 #define sk_float_ceil(x) ceilf(x) macro
126 #define sk_float_ceil2int(x) (int)sk_float_ceil(x)
DSkScalar.h39 #define SkScalarCeilToScalar(x) sk_float_ceil(x)
/external/skia/include/utils/
DSkMatrix44.h70 #define SkMScalarCeil(x) sk_float_ceil(x)
/external/skia/src/gpu/gl/debug/
DGrGLCreateDebugInterface.cpp180 sk_float_ceil(componentSize * componentsPerPixel * pixelsInRow / in debugGLReadPixels()