Searched refs:mDebugHeight (Results 1 – 2 of 2) sorted by relevance
38 mDebugHeight = debugHeight; in initDebugImage()45 if ((inputHeight == mDebugHeight) && (inputWidth == mDebugWidth)) { in copyDebugImage()47 memcpy(mDebugOutput, inputImage, mDebugHeight * mDebugWidth * 4); in copyDebugImage()54 mDebugOutput = new unsigned char[mDebugHeight * mDebugWidth * 4]; in clearDebugImage()55 memset(mDebugOutput, 0, mDebugHeight * mDebugWidth * 4); in clearDebugImage()63 (column < mDebugWidth) && (row < mDebugHeight)) { in drawPoint()
36 int getDebugHeight() const { return mDebugHeight; } in getDebugHeight()54 int mDebugHeight; variable