Home
last modified time | relevance | path

Searched refs:layerVec (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_canvaskit0310.cpp76 bool DrawBaseLayer(std::vector<LayerInfoPtr> &layerVec);
283 std::vector<LayerInfoPtr> layerVec; in Draw() local
284 layerVec.resize(BASE_LAYER_NUM); in Draw()
287 layerVec[i] = showLayer; in Draw()
291 if (!DrawBaseLayer(layerVec)) { in Draw()
296 output->SetLayerInfo(layerVec); in Draw()
324 bool HelloDrawing::DrawBaseLayer(std::vector<LayerInfoPtr> &layerVec) in DrawBaseLayer() argument
333 if (!FillBaseLayer(layerVec[0], 0, zorder, dstRect)) { in DrawBaseLayer()
343 if (!FillBaseLayer(layerVec[1], 1, zorder, dstRect)) { in DrawBaseLayer()
353 if (!FillBaseLayer(layerVec[ in DrawBaseLayer()
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp156 std::vector<LayerInfoPtr> layerVec; in Draw() local
157 layerVec.emplace_back(drawLayer->GetHdiLayer()); in Draw()
159 curOutput_->SetLayerInfo(layerVec); in Draw()
/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp250 std::vector<LayerInfoPtr> layerVec; in Draw() local
259 layerVec.emplace_back(drawLayer->GetHdiLayer()); in Draw()
263 curOutput_->SetLayerInfo(layerVec); in Draw()

Completed in 3 milliseconds