Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dalpha_image.cpp62 *DrawBitmapGetAddr8(bm, x, y) = 0xFF; in make_alpha_image()
158 *DrawBitmapGetAddr8(bm, x, y) = y * 4; // 4 cout in OnTestFunction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.h103 uint8_t* DrawBitmapGetAddr8(OH_Drawing_Bitmap* bitmap, int x, int y);
H A Dtest_common.cpp126 uint8_t* DrawBitmapGetAddr8(OH_Drawing_Bitmap* bitmap, int x, int y) in DrawBitmapGetAddr8() function