Home
last modified time | relevance | path

Searched refs:BoundsType (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkClipStackDevice.cpp78 SkClipStack::BoundsType boundType; in onAsRgnClip()
98 SkClipStack::BoundsType boundType; in onGetClipType()
DSkClipStack.h34 enum BoundsType { enum
243 SkClipStack::BoundsType fFiniteBoundType;
375 BoundsType* boundType,
DSkClipStack.cpp438 SkClipStack::BoundsType prevType; in updateBoundAndGenID()
591 SkClipStack::BoundsType bounds; in bounds()
603 BoundsType* boundType, in getBounds()
886 SkClipStack::BoundsType boundType; in getConservativeBounds()
/external/Microsoft-GSL/gsl/
Dmulti_span1107 template <typename BoundsType>
1108 BoundsType newBoundsHelperImpl(std::ptrdiff_t totalSize, std::true_type) // dynamic size
1111 return BoundsType{totalSize};
1113 template <typename BoundsType>
1114 BoundsType newBoundsHelperImpl(std::ptrdiff_t totalSize, std::false_type) // static size
1116 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 …]
/external/skia/tests/
DClipStackTest.cpp413 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()
/external/skia/src/gpu/
DGrReducedClip.cpp43 SkClipStack::BoundsType stackBoundsType; in GrReducedClip()