Searched refs:fSaveCount (Results 1 – 2 of 2) sorted by relevance
62 uint32_t fSaveCount = 0; in DrawAndClip() local63 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()
48 uint32_t fSaveCount = 0; in OnTestFunction() local58 fSaveCount = OH_Drawing_CanvasGetSaveCount(canvas); in OnTestFunction()81 int n = OH_Drawing_CanvasGetSaveCount(canvas) - fSaveCount; in OnTestFunction()