Home
last modified time | relevance | path

Searched defs:sourceBytesPerRow (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
DImageBufferHaiku.cpp129 static inline void convertFromData(const uint8* sourceRows, unsigned sourceBytesPerRow, in convertFromData()
150 static inline void convertFromInternalData(const uint8* sourceRows, unsigned sourceBytesPerRow, in convertFromInternalData()
179 static inline void convertToInternalData(const uint8* sourceRows, unsigned sourceBytesPerRow, in convertToInternalData()
243 uint32 sourceBytesPerRow = imageData.m_bitmap.BytesPerRow(); in getImageData() local
284 unsigned sourceBytesPerRow = 4 * source->width(); in putImageData() local