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

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

Completed in 53 milliseconds