Searched refs:kBytesPerPixelRGB32 (Results 1 – 1 of 1) sorted by relevance
21 enum { kBytesPerPixelRGB32 = 4 }; enumerator35 return stride * y + kBytesPerPixelRGB32 * x; in CalculateRGBOffset()210 const int bytes_per_line = kBytesPerPixelRGB32 * dest_rect.width(); in CopyRGB32Rect()