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

  /external/skia/src/core/
SkScan_AntiPath.cpp 316 // xleft is (SCALE - # of covered supersampled pixels) in that
319 int xleft = x & MASK; local
339 xleft = xrite - xleft;
340 SkASSERT(xleft <= SCALE);
341 SkASSERT(xleft > 0);
344 coverage_to_exact_alpha(xleft));
349 xleft = SCALE - xleft;
352 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/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 2033 milliseconds