HomeSort by relevance Sort by last modified time
    Searched defs:getBlitter (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkScanPriv.h 21 SkBlitter* getBlitter() const { return fBlitter; }
SkScan_Antihair.cpp 94 SkBlitter* getBlitter() const { return fBlitter; }
118 call_hline_blitter(this->getBlitter(), x, y, 1, ma);
124 call_hline_blitter(this->getBlitter(), x, y - 1, 1, ma);
141 call_hline_blitter(this->getBlitter(), x, y, count, a);
147 call_hline_blitter(this->getBlitter(), x, y - 1, count, a);
163 this->getBlitter()->blitAntiV2(x, lower_y - 1, a0, a1);
172 SkBlitter* blitter = this->getBlitter();
195 this->getBlitter()->blitV(x, y, 1, ma);
199 this->getBlitter()->blitV(x - 1, y, 1, ma);
214 this->getBlitter()->blitV(x, y, stopy - y, a)
    [all...]
SkRasterClip.h 139 * for aaclipping. If so, getRgn and getBlitter return modified values. If
162 SkBlitter* getBlitter() {

Completed in 55 milliseconds