Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dclip_cubic.cpp62 uint32_t fSaveCount = 0; in DrawAndClip() local
63 fSaveCount = OH_Drawing_CanvasGetSaveCount(canvas); in DrawAndClip()
64 DRAWING_LOGI("get fSaveCount=%{public}d ", fSaveCount); in DrawAndClip()
84 OH_Drawing_CanvasRestoreToCount(canvas, fSaveCount); in DrawAndClip()
85 DRAWING_LOGI("ClipCubicGm::GetSaveCount count=%{public}d", fSaveCount); in DrawAndClip()
H A Dblur_circles.cpp48 uint32_t fSaveCount = 0; in OnTestFunction() local
58 fSaveCount = OH_Drawing_CanvasGetSaveCount(canvas); in OnTestFunction()
81 int n = OH_Drawing_CanvasGetSaveCount(canvas) - fSaveCount; in OnTestFunction()