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

  /external/chromium_org/third_party/skia/src/core/
SkScan_AntiPath.cpp 239 static void set_left_rite_runs(SkAlphaRuns& runs, int ileft, U8CPU leftA,
247 if (ileft > 0) {
248 run[0] = ileft;
250 run += ileft;
251 aa += ileft;
310 // ileft is the destination x of the first pixel of the entire rect.
313 int ileft = x >> SHIFT; local
330 int n = irite - ileft - 1;
338 fRealBlitter->blitV(ileft + fLeft, start_y, count,
353 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count
    [all...]
  /external/skia/src/core/
SkScan_AntiPath.cpp 239 static void set_left_rite_runs(SkAlphaRuns& runs, int ileft, U8CPU leftA,
247 if (ileft > 0) {
248 run[0] = ileft;
250 run += ileft;
251 aa += ileft;
310 // ileft is the destination x of the first pixel of the entire rect.
313 int ileft = x >> SHIFT; local
330 int n = irite - ileft - 1;
338 fRealBlitter->blitV(ileft + fLeft, start_y, count,
353 fRealBlitter->blitAntiRect(ileft + fLeft, start_y, n, count
    [all...]

Completed in 2623 milliseconds