Searched refs:CanComputeFastBounds (Results 1 – 10 of 10) sorted by relevance
148 bool Brush::CanComputeFastBounds() in CanComputeFastBounds() function in OHOS::Rosen::Drawing::Brush150 return StaticFactory::CanComputeFastBounds(*this); in CanComputeFastBounds()
48 static bool CanComputeFastBounds(const Brush& brush);
156 bool SkiaStaticFactory::CanComputeFastBounds(const Brush& brush) in CanComputeFastBounds() function in OHOS::Rosen::Drawing::SkiaStaticFactory158 return SkiaPaint::CanComputeFastBounds(brush); in CanComputeFastBounds()
73 static bool CanComputeFastBounds(const Brush& brush);
215 bool SkiaPaint::CanComputeFastBounds(const Brush& brush) in CanComputeFastBounds() function in OHOS::Rosen::Drawing::SkiaPaint
258 bool StaticFactory::CanComputeFastBounds(const Brush& brush) in CanComputeFastBounds() function in OHOS::Rosen::Drawing::StaticFactory262 return DDGRStaticFactory::CanComputeFastBounds(brush); in CanComputeFastBounds()265 return EngineStaticFactory::CanComputeFastBounds(brush); in CanComputeFastBounds()
230 bool CanComputeFastBounds();
92 brush.CanComputeFastBounds(); in BrushFuzzTestInner04()
272 if (brush.CanComputeFastBounds() && radiusInclude) { in GetShadowDirtyRect()