Home
last modified time | relevance | path

Searched defs:rowBytes (Results 1 – 6 of 6) sorted by relevance

/test/xts/acts/graphic/acts_drawing_native/
DDrawingNativeBitmapTest.cpp98 int rowBytes = width * 4; variable
146 int rowBytes = width * 4; variable
187 int rowBytes = width * 4; variable
225 int rowBytes = width * 4; variable
262 int rowBytes = width * 4; variable
324 int rowBytes = width * 4; variable
489 uint32_t rowBytes = width * height * 4; variable
DDrawingNativeCanvasTestPart2.cpp739 int rowBytes = width * height * 4; variable
755 int rowBytes = 600 * 600 * 4; variable
796 int rowBytes = width * height * 4; variable
952 int rowBytes = width * height * 4; variable
966 int rowBytes = 600 * 600 * 4; variable
1017 int rowBytes = 600 * 600 * 4; variable
1074 int rowBytes = width * height * 4; variable
1282 int rowBytes = 600 * 600 * 4; variable
DDrawingNativeCanvasTestPart4.cpp2007 const uint32_t rowBytes = width * bytesPerPixel + padding; variable
2042 const uint32_t rowBytes = width * bytesPerPixel + padding; variable
2079 const uint32_t rowBytes = width * bytesPerPixel + padding; variable
/test/xts/acts/graphic/graphicnapidrawingtest/
DNativeDrawingBitmapLargeValueTest.cpp124 uint32_t rowBytes = width * height * 4; variable
DNativeDrawingBitmapTest.cpp140 uint32_t rowBytes = width * height * 4; variable
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
Dimage_pixel_map_imgndk_test.cpp227 int32_t rowBytes = NUM_0; in GetBytesNumberPerRow() local