HomeSort by relevance Sort by last modified time
    Searched full:xrite (Results 1 - 3 of 3) 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);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
ColorCheckerTest.java 27 /** Locates a Xrite Classic Color Checker grid pattern in an image, stores the

Completed in 3372 milliseconds