Searched refs:RectInfo (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tests/ |
D | DetermineDomainModeTest.cpp | 51 class RectInfo { class 113 RectInfo operator=(const RectInfo& other); // disallow 124 RectInfo* rect) { in create_proxy() 141 RectInfo::kHard, in create_proxy() 142 RectInfo::kHard, in create_proxy() 143 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy() 144 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy() 151 static RectInfo::EdgeType compute_inset_edgetype(RectInfo::EdgeType previous, in compute_inset_edgetype() 158 return RectInfo::kSoft; in compute_inset_edgetype() 162 if (0.0f == insetAmount && RectInfo::kHard == previous) { in compute_inset_edgetype() [all …]
|
/external/skia/tests/ |
D | DetermineDomainModeTest.cpp | 51 class RectInfo { class 113 RectInfo operator=(const RectInfo& other); // disallow 124 RectInfo* rect) { in create_proxy() 141 RectInfo::kHard, in create_proxy() 142 RectInfo::kHard, in create_proxy() 143 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy() 144 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy() 151 static RectInfo::EdgeType compute_inset_edgetype(RectInfo::EdgeType previous, in compute_inset_edgetype() 158 return RectInfo::kSoft; in compute_inset_edgetype() 162 if (0.0f == insetAmount && RectInfo::kHard == previous) { in compute_inset_edgetype() [all …]
|
/external/skqp/src/gpu/ops/ |
D | GrStrokeRectOp.cpp | 337 fRects.emplace_back(RectInfo{color, devOutside, devOutside, devInside, false}); in AAStrokeRectOp() 364 RectInfo& info = fRects.push_back(); in AAStrokeRectOp() 441 struct RectInfo { struct in __anon33467c410111::AAStrokeRectOp 450 SkSTArray<1, RectInfo, true> fRects; 491 const RectInfo& info = fRects[i]; in onPrepareDraws()
|
/external/skia/src/gpu/ops/ |
D | GrStrokeRectOp.cpp | 343 fRects.emplace_back(RectInfo{color, devOutside, devOutside, devInside, false}); in AAStrokeRectOp() 370 RectInfo& info = fRects.push_back(); in AAStrokeRectOp() 450 struct RectInfo { struct in __anonb8faa60a0111::AAStrokeRectOp 459 SkSTArray<1, RectInfo, true> fRects; 500 const RectInfo& info = fRects[i]; in onPrepareDraws()
|