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

  /external/chromium_org/third_party/skia/src/core/
SkBlitter_ARGB32.cpp 515 const uint8_t* maskRow = (const uint8_t*)mask.getAddr(x, y);
526 xfer->xfer32((SkPMColor*)dstRow, span, width, maskRow);
528 maskRow += maskRB;
534 proc(dstRow, maskRow, span, width);
536 maskRow += maskRB;
  /external/skia/src/core/
SkBlitter_ARGB32.cpp 515 const uint8_t* maskRow = (const uint8_t*)mask.getAddr(x, y);
526 xfer->xfer32((SkPMColor*)dstRow, span, width, maskRow);
528 maskRow += maskRB;
534 proc(dstRow, maskRow, span, width);
536 maskRow += maskRB;

Completed in 52 milliseconds