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

  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 316 // xrite is the number of supersampled pixels extending beyond irite;
317 // xrite/SCALE should give us alpha.
319 int xrite = (x + width) & MASK; local
320 if (!xrite) {
321 xrite = SCALE;
334 xleft = xrite - xleft;
337 xrite = 0;
348 const int coverageR = coverage_to_exact_alpha(xrite);
  /external/skia/src/core/
SkScan_AntiPath.cpp 316 // xrite is the number of supersampled pixels extending beyond irite;
317 // xrite/SCALE should give us alpha.
319 int xrite = (x + width) & MASK; local
320 if (!xrite) {
321 xrite = SCALE;
334 xleft = xrite - xleft;
337 xrite = 0;
348 const int coverageR = coverage_to_exact_alpha(xrite);

Completed in 168 milliseconds