Searched refs:hasComposite (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgSwShape.cpp | 443 …onst RenderShape* rshape, const Matrix& transform, SwMpool* mpool, unsigned tid, bool hasComposite) in _genOutline() argument 490 shape->fastTrack = (!hasComposite && _axisAlignedRect(shape->outline)); in _genOutline() 499 …, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid, bool hasComposite) in shapePrepare() argument 501 if (!_genOutline(shape, rshape, transform, mpool, tid, hasComposite)) return false; in shapePrepare()
|
D | tvgSwCommon.h | 504 …, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid, bool hasComposite);
|