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

  /external/skia/src/core/
SkScan_Antihair.cpp 67 static void call_hline_blitter(SkBlitter* blitter, int x, int y, int count, function
117 call_hline_blitter(this->getBlitter(), x, y, 1, ma);
123 call_hline_blitter(this->getBlitter(), x, y - 1, 1, ma);
140 call_hline_blitter(this->getBlitter(), x, y, count, a);
146 call_hline_blitter(this->getBlitter(), x, y - 1, count, a);
640 call_hline_blitter(blitter, left, top, width, alpha);
848 // border case clamp 256 to 255 instead of going through call_hline_blitter
864 call_hline_blitter(blitter, left, top, width, alpha);
  /external/skqp/src/core/
SkScan_Antihair.cpp 67 static void call_hline_blitter(SkBlitter* blitter, int x, int y, int count, function
117 call_hline_blitter(this->getBlitter(), x, y, 1, ma);
123 call_hline_blitter(this->getBlitter(), x, y - 1, 1, ma);
140 call_hline_blitter(this->getBlitter(), x, y, count, a);
146 call_hline_blitter(this->getBlitter(), x, y - 1, count, a);
640 call_hline_blitter(blitter, left, top, width, alpha);
848 // border case clamp 256 to 255 instead of going through call_hline_blitter
864 call_hline_blitter(blitter, left, top, width, alpha);

Completed in 649 milliseconds