Lines Matching refs:fPixmap
19 SkASSERT(kN32_SkColorType == s.fPixmap.colorType());
22 const char* srcAddr = static_cast<const char*>(s.fPixmap.addr());
23 size_t rb = s.fPixmap.rowBytes();
125 SkASSERT(kN32_SkColorType == s.fPixmap.colorType());
128 const char* srcAddr = static_cast<const char*>(s.fPixmap.addr());
129 size_t rb = s.fPixmap.rowBytes();
252 const unsigned maxX = s.fPixmap.width() - 1;
258 const unsigned maxY = s.fPixmap.height() - 1;
373 const unsigned maxX = s.fPixmap.width() - 1;
375 const unsigned maxY = s.fPixmap.height() - 1;
493 unsigned maxX = s.fPixmap.width() - 1;
494 unsigned maxY = s.fPixmap.height() - 1;
564 int maxX = s.fPixmap.width() - 1;
565 int maxY = s.fPixmap.height() - 1;