Home
last modified time | relevance | path

Searched refs:SkFDot6Ceil (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkFDot6.h38 #define SkFDot6Ceil(x) (((x) + 63) >> 6) macro
/external/skia/src/core/
DSkScan_Antihair.cpp256 istop = SkFDot6Ceil(x1); in do_anti_hairline()
327 istop = SkFDot6Ceil(y1); in do_anti_hairline()
441 SkFDot6Ceil(right) + 1, in AntiHairLine()
442 SkFDot6Ceil(bottom) + 1); in AntiHairLine()