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

  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 335 // xleft is (SCALE - # of covered supersampled pixels) in that
338 int xleft = x & MASK;
358 xleft = xrite - xleft;
359 SkASSERT(xleft <= SCALE);
360 SkASSERT(xleft > 0);
363 coverage_to_exact_alpha(xleft));
368 xleft = SCALE - xleft;
371 const int coverageL = coverage_to_exact_alpha(xleft);
    [all...]
  /external/skia/src/core/
SkScan_AntiPath.cpp 311 // xleft is (SCALE - # of covered supersampled pixels) in that
314 int xleft = x & MASK; local
334 xleft = xrite - xleft;
335 SkASSERT(xleft <= SCALE);
336 SkASSERT(xleft > 0);
339 coverage_to_exact_alpha(xleft));
344 xleft = SCALE - xleft;
347 const int coverageL = coverage_to_exact_alpha(xleft);
    [all...]
  /external/qemu/android/skin/
region.c 59 span ::= XLEFT XRIGHT
75 #define RUNS_RECT_COUNT 6 /* YTOP YBOT XLEFT XRIGHT XSENTINEL YSENTINEL */
275 int xleft, xright; local
284 xleft = sspan[0];
286 while (xleft != XSENTINEL)
290 RASSERT(xleft < xright);
292 if (xleft == pright) {
300 xleft = sspan[0];
504 int xleft = runs[0]; local
507 runs[0] = (Run)(xleft + dx)
566 int xright, xleft = runs[0]; local
    [all...]
  /external/opencv/cv/src/
cvoptflowbm.cpp 246 int xleft = -min_count * shiftSize.width; local
253 int x = xleft;
263 x = xleft;
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 528 milliseconds