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

  /external/skia/include/core/
SkScan.h 119 dst->fRight = SkFixedCeil(xr.fRight);
120 dst->fBottom = SkFixedCeil(xr.fBottom);
SkFixed.h 101 #define SkFixedCeil(x) (((x) + SK_Fixed1 - 1) >> 16)
SkScalar.h 192 #define SkScalarCeil(x) SkFixedCeil(x)
  /external/skia/src/core/
SkScan_Antihair.cpp 302 bottom = SkFixedCeil(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
306 bottom = SkFixedCeil(fstart + SK_FixedHalf);
379 right = SkFixedCeil(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
383 right = SkFixedCeil(fstart + SK_FixedHalf);

Completed in 17 milliseconds