Home | History | Annotate | Download | only in app

Lines Matching refs:mImageData

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);