Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/
H A Dnative_pixel_map_manager.h34 NativePixelMapType GetNativePixelMapType(void* handle);
H A Dnative_pixel_map_manager.cpp36 NativePixelMapType NativePixelMapManager::GetNativePixelMapType(void* handle) in GetNativePixelMapType() function in NativePixelMapManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_canvas.cpp395 switch (NativePixelMapManager::GetInstance().GetNativePixelMapType(pixelMap)) { in OH_Drawing_CanvasDrawPixelMapRect()