Searched refs:gpuCanvas_ (Results 1 – 2 of 2) sorted by relevance
85 OnTestFunction(gpuCanvas_); in TestFunctionGpu()146 StyleSettings(gpuCanvas_, styleType_); in TestPerformanceGpu()149 OnTestPerformance(gpuCanvas_); in TestPerformanceGpu()153 StyleSettingsDestroy(gpuCanvas_); in TestPerformanceGpu()188 gpuCanvas_ = OH_Drawing_SurfaceGetCanvas(surface_); in CreateGpuCanvas()189 …OH_Drawing_CanvasClear(gpuCanvas_, OH_Drawing_ColorSetArgb(backgroundA_, backgroundR_, backgroundG… in CreateGpuCanvas()255 …bool output = OH_Drawing_CanvasReadPixels(gpuCanvas_, &imageInfo_, dstPixels_, 4 * bitmapWidth_, 0… in GpuCanvasToFile()
97 OH_Drawing_Canvas *gpuCanvas_ = nullptr; variable