Searched refs:showLayer (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | render_context_sample.cpp | 338 bool RenderContextSample::FillDrawingLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t index, in FillDrawingLayer() argument 365 showLayer->SetSurface(drawingCSurface); in FillDrawingLayer() 366 showLayer->SetBuffer(cbuffer, acquireSyncFence); in FillDrawingLayer() 367 showLayer->SetZorder(zorder); in FillDrawingLayer() 368 showLayer->SetAlpha(alpha); in FillDrawingLayer() 369 showLayer->SetTransform(GraphicTransformType::GRAPHIC_ROTATE_NONE); in FillDrawingLayer() 370 showLayer->SetCompositionType(GraphicCompositionType::GRAPHIC_COMPOSITION_DEVICE); in FillDrawingLayer() 373 showLayer->SetVisibleRegions(visibleRegions); in FillDrawingLayer() 376 showLayer->SetDirtyRegions(dirtyRegions); in FillDrawingLayer() 377 showLayer in FillDrawingLayer() 388 FillBackGroundLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t zorder, GraphicIRect &dstRect) FillBackGroundLayer() argument [all...] |
H A D | drawing_sample_canvaskit0310.cpp | 74 bool FillBaseLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t index, uint32_t zorder, 286 std::shared_ptr<HdiLayerInfo> showLayer = HdiLayerInfo::CreateHdiLayerInfo(); in Draw() local 287 layerVec[i] = showLayer; in Draw() 360 bool HelloDrawing::FillBaseLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t index, in FillBaseLayer() argument 389 showLayer->SetSurface(cSurface); in FillBaseLayer() 390 showLayer->SetBuffer(cbuffer, fence); in FillBaseLayer() 391 showLayer->SetZorder(zorder); in FillBaseLayer() 392 showLayer->SetAlpha(alpha); in FillBaseLayer() 394 showLayer->SetCompositionType(GraphicCompositionType::GRAPHIC_COMPOSITION_DEVICE); in FillBaseLayer() 397 showLayer in FillBaseLayer() [all...] |
H A D | render_context_sample.h | 78 bool FillDrawingLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t index, 80 bool FillBackGroundLayer(std::shared_ptr<HdiLayerInfo> &showLayer, uint32_t zorder, GraphicIRect &dstRect);
|
Completed in 2 milliseconds