Searched defs:getBlitter (Results 1 - 3 of 3) sorted by relevance
/external/skia/src/core/ |
H A D | SkScanPriv.h | 21 SkBlitter* getBlitter() const { return fBlitter; } function in class:SkScanClipper
|
H A D | SkScan_Antihair.cpp | 94 SkBlitter* getBlitter() const { return fBlitter; } function in class:SkAntiHairBlitter 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() [all...] |
H A D | SkRasterClip.h | 142 * for aaclipping. If so, getRgn and getBlitter return modified values. If 165 SkBlitter* getBlitter() { function in class:SkAAClipBlitterWrapper
|
Completed in 92 milliseconds