Home
last modified time | relevance | path

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

/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeBitmapTest.cpp122 int rowBytes2 = width * 4 + 1; in HWTEST_F() local
123 bitmap = OH_Drawing_BitmapCreateFromPixels(&imageInfo, pixels, rowBytes2); in HWTEST_F()
286 int rowBytes2 = width * 4 + 1; in HWTEST_F() local
287 bitmap = OH_Drawing_BitmapCreateFromPixels(&imageInfo, pixels, rowBytes2); in HWTEST_F()
348 int rowBytes2 = width * 4 + 1; in HWTEST_F() local
349 bitmap = OH_Drawing_BitmapCreateFromPixels(&imageInfo, pixels, rowBytes2); in HWTEST_F()

Completed in 2 milliseconds