Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBlitter.cpp264 static int compute_anti_width(const int16_t runs[]) { in compute_anti_width() function
317 int x1 = left + compute_anti_width(runs); in blitAntiH()
340 SkASSERT(compute_anti_width(runs) == x1 - x0); in blitAntiH()
435 int width = compute_anti_width(runs); in blitAntiH()