Home
last modified time | relevance | path

Searched refs:GRAPHIC_LOGD (Results 1 – 11 of 11) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Dgraphic_log.h56 #define GRAPHIC_LOGD(fmt, args...) GRAPHIC_DECORATOR_HILOG(LOG_LEVEL_DEBUG, HiviewDFX::HiLog::Debug… macro
63 #define GRAPHIC_LOGD(fmt, args...) HILOG_DEBUG(HILOG_MODULE_UIKIT, fmt, ##args)
70 #define GRAPHIC_LOGD(fmt, ...) GRAPHIC_LOGF(fmt, __VA_ARGS__)
78 #define GRAPHIC_LOGD(...)
/foundation/graphic/surface_lite/interfaces/innerkits/
Dbuffer_common.h24 GRAPHIC_LOGD("'%s' failed.", #cond); \
31 GRAPHIC_LOGD("'%s' failed.", #cond); \
/foundation/graphic/surface_lite/frameworks/
Dbuffer_manager.cpp144 GRAPHIC_LOGD("Alloc buffer succeed to shared memory segment."); in AllocBuffer()
213 GRAPHIC_LOGD("Free buffer succeed."); in FreeBuffer()
246 GRAPHIC_LOGD("Map Buffer succeed."); in MapBuffer()
Dbuffer_queue.cpp187 GRAPHIC_LOGD("dirty queue is empty."); in AcquireBuffer()
/foundation/window/window_manager_lite/services/wms/
Dlite_wm.cpp429GRAPHIC_LOGD("winRect={%d,%d,%d,%d}, rect={%d,%d,%d,%d}", EXPAND_RECT(winRect), EXPAND_RECT(rect)); in CalculateUpdateRegion()
455 GRAPHIC_LOGD("AddUpdateRegion, rect={%d,%d,%d,%d}", EXPAND_RECT(rect)); in AddUpdateRegion()
544GRAPHIC_LOGD("Blit, id=%d, srcRect={%d,%d,%d,%d}, x=%d, y=%d", window->id_, EXPAND_RECT(srcRect), … in DrawRegion()
546 GRAPHIC_LOGD("Blit finish"); in DrawRegion()
578 GRAPHIC_LOGD("DrawBackground, {%d,%d,%d,%d}", x1, y1, x2, y2); in DrawBackground()
Dlite_win.cpp244 GRAPHIC_LOGD("Hardware composite, width=%d, height=%d, pixelFormat=%d, stride=%d", in Flush()
/foundation/window/window_manager_lite/frameworks/wms/
Dlite_win_requestor.cpp48 GRAPHIC_LOGD("Callback, funcId = %d", para->funcId); in Callback()
Dlite_wm_requestor.cpp195 GRAPHIC_LOGD("OnBufferAvailable"); in OnBufferAvailable()
/foundation/arkui/ui_lite/frameworks/dock/
Dpointer_input_device.cpp65 GRAPHIC_LOGD("PointerInputDevice::DispatchPressEvent cannot find target view!\n"); in DispatchPressEvent()
/foundation/arkui/ui_lite/frameworks/common/
Dtext.cpp209 GRAPHIC_LOGD("Text::SetFontId same font has already set"); in SetFontId()
/foundation/arkui/ui_lite/frameworks/draw/
Ddraw_rect.cpp28 GRAPHIC_LOGD("DrawRect::Draw width or height is zero\n"); in Draw()