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

  /external/skia/include/core/
SkFDot6.h 37 #define SkFDot6Ceil(x) (((x) + 63) >> 6)
  /external/skia/src/core/
SkScan_Antihair.cpp 251 istop = SkFDot6Ceil(x1);
317 istop = SkFDot6Ceil(y1);
445 SkFDot6Ceil(right) + 1,
446 SkFDot6Ceil(bottom) + 1);

Completed in 17 milliseconds