HomeSort by relevance Sort by last modified time
    Searched full:compute_anti_width (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkBlitter.cpp 238 static int compute_anti_width(const int16_t runs[]) { function
291 int x1 = left + compute_anti_width(runs);
314 SkASSERT(compute_anti_width(runs) == x1 - x0);
409 int width = compute_anti_width(runs);

Completed in 209 milliseconds