HomeSort by relevance Sort by last modified time
    Searched refs:mImageData (Results 1 - 2 of 2) sorted by null

  /development/simulator/app/
DeviceManager.h 193 mImageData(NULL), mDisplayNum(-1), mWidth(-1), mHeight(-1),
198 delete[] mImageData;
240 unsigned char* mImageData;
DeviceManager.cpp 397 if (mImageData != NULL) {
418 mImageData = new unsigned char[width * height * 3];
419 if (mImageData == NULL)
464 // mDisplayNum, mpShmem->getAddr(), mImageData);
468 memcpy(mImageData, mpShmem->getAddr(), mWidth * mHeight * 3);
483 assert(mImageData != NULL);
486 // mWidth, mHeight, mImageData);
489 wxImage tmpImage(mWidth, mHeight, (unsigned char*) mImageData, true);
    [all...]

Completed in 12 milliseconds