Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter.cpp254 static int compute_anti_width(const int16_t runs[]) { in compute_anti_width() function
307 int x1 = left + compute_anti_width(runs); in blitAntiH()
330 SkASSERT(compute_anti_width(runs) == x1 - x0); in blitAntiH()
425 int width = compute_anti_width(runs); in blitAntiH()