Home
last modified time | relevance | path

Searched defs:playbackCanvas_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/runtimeeffect_fuzzer/
H A Druntime_effect_fuzzer.cpp100 Drawing::RecordingCanvas playbackCanvas_ = Drawing::RecordingCanvas(WIDTH, WIDTH); in RuntimeShaderFuzzTest() local
152 Drawing::RecordingCanvas playbackCanvas_ = Drawing::RecordingCanvas(WIDTH, WIDTH); in RuntimeBlenderFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_base.h65 TestDisplayCanvas* playbackCanvas_ = nullptr; variable