Home
last modified time | relevance | path

Searched refs:hasComposite (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSwShape.cpp443 …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()
DtvgSwCommon.h504 …, const SwBBox& clipRegion, SwBBox& renderRegion, SwMpool* mpool, unsigned tid, bool hasComposite);