Home
last modified time | relevance | path

Searched refs:pixels1 (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeBitmapTest.cpp191 uint8_t *pixels1 = new uint8_t[47 * height * 4]; in HWTEST_F() local
192 OH_Drawing_Bitmap *bitmap1 = OH_Drawing_BitmapCreateFromPixels(&imageInfo, pixels1, rowBytes); in HWTEST_F()
209 delete[] pixels1; in HWTEST_F()
563 void *pixels1 = new uint32_t[width * height]; in HWTEST_F() local
566 bool res = OH_Drawing_BitmapReadPixels(cBitmap, &imageInfo1, pixels1, width * 4, 0, 0); in HWTEST_F()
673 void *pixels1 = new uint32_t[width * height]; in HWTEST_F() local
676 bool res = OH_Drawing_BitmapReadPixels(cBitmap, &imageInfo1, pixels1, width * 4, 0, 0); in HWTEST_F()

Completed in 2 milliseconds