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

  /external/skia/include/core/
SkScan.h 134 dst->fRight = SkFixedCeil(xr.fRight);
135 dst->fBottom = SkFixedCeil(xr.fBottom);
SkFixed.h 110 #define SkFixedCeil(x) SkFixedCeilToInt(x)
  /external/skia/src/core/
SkScan_Antihair.cpp 286 bottom = SkFixedCeil(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
288 bottom = SkFixedCeil(fstart + SK_FixedHalf);
355 right = SkFixedCeil(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
357 right = SkFixedCeil(fstart + SK_FixedHalf);

Completed in 761 milliseconds