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

  /external/chromium_org/third_party/skia/src/core/
SkScan.h 112 dst->fRight = SkFixedCeilToInt(xr.fRight);
113 dst->fBottom = SkFixedCeilToInt(xr.fBottom);
SkScan_Antihair.cpp 470 bottom = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
472 bottom = SkFixedCeilToInt(fstart + SK_FixedHalf);
546 right = SkFixedCeilToInt(fstart + (istop - istart - 1) * slope + SK_FixedHalf);
548 right = SkFixedCeilToInt(fstart + SK_FixedHalf);
  /external/chromium_org/third_party/skia/include/core/
SkFixed.h 71 #define SkFixedCeilToInt(x) (((x) + SK_Fixed1 - 1) >> 16)

Completed in 151 milliseconds