Searched defs:ComposeInfo (Results 1 – 1 of 1) sorted by relevance
36 struct ComposeInfo { struct37 GraphicIRect srcRect;38 GraphicIRect dstRect;39 GraphicIRect boundRect;40 GraphicIRect visibleRect;41 std::vector<GraphicIRect> dirtyRects;42 GraphicMatrix matrix;45 GraphicLayerAlpha alpha;46 sptr<SurfaceBuffer> buffer = nullptr;47 sptr<SurfaceBuffer> preBuffer = nullptr;[all …]