Searched refs:xSize (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/codycam/
H A DVideoConsumer.cpp290 uint32 xSize = withFormat.u.raw_video.display.line_width; local
303 fBitmap[j] = new BBitmap(BRect(0, 0, (xSize - 1), (ySize - 1)),
347 fFtpBitmap = new BBitmap(BRect(0, 0, xSize - 1, ySize - 1), B_RGB32, false,

Completed in 29 milliseconds