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.h33 enum BoundsType { enum
237 SkClipStack::BoundsType fFiniteBoundType;
369 BoundsType* boundType,
DSkClipStack.cpp419 SkClipStack::BoundsType prevType; in updateBoundAndGenID()
572 SkClipStack::BoundsType bounds; in bounds()
584 BoundsType* boundType, in getBounds()
867 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.cpp415 SkClipStack::BoundsType boundsType; in test_rect_inverse_fill()
426 SkClipStack::BoundsType type; in test_rect_replace()
533 SkClipStack::BoundsType type; in test_rect_merging()
838 SkClipStack::BoundsType stackBoundsType; in test_invfill_diff_bug()
1034 SkClipStack::BoundsType stackBoundsType; in test_reduced_clip_stack()
1221 SkClipStack::BoundsType stackBoundsType; in test_aa_query()
/external/skia/src/gpu/
DGrReducedClip.cpp43 SkClipStack::BoundsType stackBoundsType; in GrReducedClip()