Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx194 sal_uInt32 nContextBytesPerRow = mnBytesPerRow; in CreateContext() local
212 nContextBytesPerRow = mnWidth << 2; in CreateContext()
215 maContextBuffer.reset( new sal_uInt8[ mnHeight * nContextBytesPerRow ] ); in CreateContext()
219 32, nContextBytesPerRow, maPalette, maContextBuffer.get(), in CreateContext()
231 bitsPerComponent, nContextBytesPerRow, aCGColorSpace, aCGBmpInfo ); in CreateContext()

Completed in 19 milliseconds