Home
last modified time | relevance | path

Searched refs:canFilterMaskGPU (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
H A DGrBlurUtils.cpp312 maskFilter->canFilterMaskGPU(shape, unclippedDevShapeBounds, devClipBounds, in compute_key_and_clip_bounds()
314 maskFilter->canFilterMaskGPU(shape, unclippedDevShapeBounds, unclippedDevShapeBounds, in compute_key_and_clip_bounds()
387 if (!filter->canFilterMaskGPU(shape, in hw_create_filtered_mask()
/third_party/skia/src/core/
H A DSkMaskFilterBase.h95 * canFilterMaskGPU is called
102 * if (canFilterMaskGPU(devShape, ...)) // rect, rrect, drrect, path
106 virtual bool canFilterMaskGPU(const GrStyledShape&,
126 * be called if canFilterMaskGPU returned true and the maskRect param should be the output from
H A DSkMaskFilter.cpp330 bool SkMaskFilterBase::canFilterMaskGPU(const GrStyledShape& shape, in canFilterMaskGPU() function in SkMaskFilterBase
H A DSkBlurMF.cpp58 bool canFilterMaskGPU(const GrStyledShape& shape,
1575 bool SkBlurMaskFilterImpl::canFilterMaskGPU(const GrStyledShape& shape, in canFilterMaskGPU() function in SkBlurMaskFilterImpl

Completed in 6 milliseconds