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

  /external/skia/src/core/
SkBlitter.cpp 373 static int compute_anti_width(const int16_t runs[]) { function
426 int x1 = left + compute_anti_width(runs);
449 SkASSERT(compute_anti_width(runs) == x1 - x0);
544 int width = compute_anti_width(runs);
    [all...]
  /external/skqp/src/core/
SkBlitter.cpp 370 static int compute_anti_width(const int16_t runs[]) { function
423 int x1 = left + compute_anti_width(runs);
446 SkASSERT(compute_anti_width(runs) == x1 - x0);
541 int width = compute_anti_width(runs);
    [all...]

Completed in 72 milliseconds