Searched refs:BoundsType (Results 1 – 6 of 6) sorted by relevance
78 SkClipStack::BoundsType boundType; in onAsRgnClip()98 SkClipStack::BoundsType boundType; in onGetClipType()
34 enum BoundsType { enum243 SkClipStack::BoundsType fFiniteBoundType;375 BoundsType* boundType,
438 SkClipStack::BoundsType prevType; in updateBoundAndGenID()591 SkClipStack::BoundsType bounds; in bounds()603 BoundsType* boundType, in getBounds()886 SkClipStack::BoundsType boundType; in getConservativeBounds()
1107 template <typename BoundsType>1108 BoundsType newBoundsHelperImpl(std::ptrdiff_t totalSize, std::true_type) // dynamic size1111 return BoundsType{totalSize};1113 template <typename BoundsType>1114 BoundsType newBoundsHelperImpl(std::ptrdiff_t totalSize, std::false_type) // static size1116 Expects(BoundsType::static_size <= totalSize);1119 template <typename BoundsType>1120 BoundsType newBoundsHelper(std::ptrdiff_t totalSize)1122 static_assert(BoundsType::dynamic_rank <= 1, "dynamic rank must less or equal to 1");1123 return newBoundsHelperImpl<BoundsType>([all …]
413 SkClipStack::BoundsType boundsType; in test_rect_inverse_fill()424 SkClipStack::BoundsType type; in test_rect_replace()531 SkClipStack::BoundsType type; in test_rect_merging()836 SkClipStack::BoundsType stackBoundsType; in test_invfill_diff_bug()1032 SkClipStack::BoundsType stackBoundsType; in test_reduced_clip_stack()1219 SkClipStack::BoundsType stackBoundsType; in test_aa_query()
43 SkClipStack::BoundsType stackBoundsType; in GrReducedClip()