Home
last modified time | relevance | path

Searched refs:kBytesPerPixelRGB32 (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/remoting/base/
Dutil.cc21 enum { kBytesPerPixelRGB32 = 4 }; enumerator
35 return stride * y + kBytesPerPixelRGB32 * x; in CalculateRGBOffset()
210 const int bytes_per_line = kBytesPerPixelRGB32 * dest_rect.width(); in CopyRGB32Rect()