Searched refs:RectInfo (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/tests/ |
D | DetermineDomainModeTest.cpp | 53 class RectInfo { class 115 RectInfo operator=(const RectInfo& other); // disallow 126 RectInfo* rect) { in create_proxy() 145 RectInfo::kHard, in create_proxy() 146 RectInfo::kHard, in create_proxy() 147 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy() 148 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy() 155 static RectInfo::EdgeType compute_inset_edgetype(RectInfo::EdgeType previous, in compute_inset_edgetype() 162 return RectInfo::kSoft; in compute_inset_edgetype() 166 if (0.0f == insetAmount && RectInfo::kHard == previous) { in compute_inset_edgetype() [all …]
|
/third_party/skia/src/gpu/ops/ |
D | StrokeRectOp.cpp | 398 struct RectInfo { struct in skgpu::v1::StrokeRectOp::__anon45805cc20111::AAStrokeRectOp 433 … fRects.emplace_back(RectInfo{color, devOutside, devOutside, devInside, devHalfStrokeSize, false}); in AAStrokeRectOp() 451 RectInfo info; in Make() 472 const SkMatrix& viewMatrix, const RectInfo& infoExceptColor, bool isMiter) in AAStrokeRectOp() 477 RectInfo& info = fRects.push_back(infoExceptColor); in AAStrokeRectOp() 576 SkSTArray<1, RectInfo, true> fRects; 651 const RectInfo& info = fRects[i]; in onPrepareDraws()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrStrokeRectOp.cpp | 345 fRects.emplace_back(RectInfo{color, devOutside, devOutside, devInside, false}); in AAStrokeRectOp() 370 RectInfo& info = fRects.push_back(); in AAStrokeRectOp() 451 struct RectInfo { struct in __anona2740cd00111::AAStrokeRectOp 460 SkSTArray<1, RectInfo, true> fRects; 501 const RectInfo& info = fRects[i]; in onPrepareDraws()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | tv.js | 233 const RectInfo = { variable 2131 args[len - 1].call(this, paramMock.businessErrorMock, RectInfo); 2134 resolve(RectInfo);
|