Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dcompare_tools.cpp112 auto buffBase = new uint8_t[buffSizeBase]; in CompareByBitmap() local
118 if (flag && (memset_s(buffBase, buffSizeBase, 0, buffSizeBase) != EOK)) { in CompareByBitmap()
126 int32_t retBase = read(fdBase, buffBase, buffSizeBase); in CompareByBitmap()
142 if (buffBase[j] != buffRun[j]) { in CompareByBitmap()
149 delete [] buffBase; in CompareByBitmap()
150 buffBase = nullptr; in CompareByBitmap()