Home
last modified time | relevance | path

Searched refs:GraphicLockGuard (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_locker.h90 class GraphicLockGuard {
92 explicit GraphicLockGuard(GraphicMutex& mutex) : mutex_(mutex) in GraphicLockGuard() function
96 ~GraphicLockGuard() in ~GraphicLockGuard()
113 GraphicLockGuard() = delete;
114 GraphicLockGuard(const GraphicLockGuard&) = delete;
115 GraphicLockGuard(const GraphicLockGuard&&) = delete;
116 GraphicLockGuard& operator=(const GraphicLockGuard&) = delete;
117 GraphicLockGuard& operator=(const GraphicLockGuard&&) = delete;
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_bitmap.cpp253 GraphicLockGuard guard(lock_); in SearchInFont()