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

  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.cpp 148 unsigned destBytesPerRow = 4 * rect.width();
149 unsigned char* destRows = data + desty * destBytesPerRow + destx * 4;
169 dst.rowBytes = destBytesPerRow;
189 destRows += destBytesPerRow;
205 scanlineData.destRowBytes = destBytesPerRow;
218 dest.rowBytes = destBytesPerRow;
243 destRows += destBytesPerRow;
288 unsigned destBytesPerRow;
292 destBytesPerRow = 4 * size.width();
293 destRows = reinterpret_cast<unsigned char*>(m_data) + desty * destBytesPerRow + destx * 4
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageBufferHaiku.cpp 130 uint8* destRows, unsigned destBytesPerRow,
146 destRows += destBytesPerRow;
151 uint8* destRows, unsigned destBytesPerRow,
170 destRows += destBytesPerRow;
174 destRows, destBytesPerRow,
180 uint8* destRows, unsigned destBytesPerRow,
206 destRows += destBytesPerRow;
210 destRows, destBytesPerRow,
235 unsigned destBytesPerRow = 4 * rect.width();
240 + (rect.y() - static_cast<int>(sourceRect.top)) * destBytesPerRow;
    [all...]