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

  /external/skia/src/core/
SkScan.h 121 dst->fRight = SkFixedCeilToInt(xr.fRight);
122 dst->fBottom = SkFixedCeilToInt(xr.fBottom);
SkScan_Antihair.cpp 402 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
404 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf);
478 right = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
480 right = SkFixedCeilToInt(fstart + SK_FixedHalf);
  /external/skia/include/core/
SkFixed.h 74 #define SkFixedCeilToInt(x) (((x) + SK_Fixed1 - 1) >> 16)

Completed in 1934 milliseconds