Home
last modified time | relevance | path

Searched refs:leftBottom (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcontrolFlowCaching.js8 leftBottom = position !== "rightOrTop", rotation = o.rotation % 360,
38 labelOffset.y = leftBottom ? size : 0;
42 labelOffset.y = leftBottom ? 0 : -size;
44 labelOffset.y = leftBottom ? 0 : -size;
46 labelOffset.y = leftBottom ? size * 0.4 : 0;
48 labelOffset.y = leftBottom ? size : 0;
75 …var o = this.opt, ta = this.chart.theme.axis, position = o.position, leftBottom = position !== "ri…
87 labelOffset.y = leftBottom ? size : 0;
93 labelOffset.y = leftBottom ? 0 : -size;
96 labelOffset.y = leftBottom ? 0 : -size;
[all …]
DcontrolFlowCaching.symbols25 leftBottom = position !== "rightOrTop", rotation = o.rotation % 360,
26 >leftBottom : Symbol(leftBottom, Decl(controlFlowCaching.ts, 5, 72))
194 labelOffset.y = leftBottom ? size : 0;
196 >leftBottom : Symbol(leftBottom, Decl(controlFlowCaching.ts, 5, 72))
210 labelOffset.y = leftBottom ? 0 : -size;
212 >leftBottom : Symbol(leftBottom, Decl(controlFlowCaching.ts, 5, 72))
219 labelOffset.y = leftBottom ? 0 : -size;
221 >leftBottom : Symbol(leftBottom, Decl(controlFlowCaching.ts, 5, 72))
228 labelOffset.y = leftBottom ? size * 0.4 : 0;
230 >leftBottom : Symbol(leftBottom, Decl(controlFlowCaching.ts, 5, 72))
[all …]
DcontrolFlowCaching.types41 leftBottom = position !== "rightOrTop", rotation = o.rotation % 360,
42 >leftBottom : boolean
442 labelOffset.y = leftBottom ? size : 0;
443 >labelOffset.y = leftBottom ? size : 0 : any
447 >leftBottom ? size : 0 : any
448 >leftBottom : boolean
475 labelOffset.y = leftBottom ? 0 : -size;
476 >labelOffset.y = leftBottom ? 0 : -size : number
480 >leftBottom ? 0 : -size : number
481 >leftBottom : boolean
[all …]
/third_party/typescript/tests/cases/compiler/
DcontrolFlowCaching.ts9 leftBottom = position !== "rightOrTop", rotation = o.rotation % 360,
39 labelOffset.y = leftBottom ? size : 0;
43 labelOffset.y = leftBottom ? 0 : -size;
45 labelOffset.y = leftBottom ? 0 : -size;
47 labelOffset.y = leftBottom ? size * 0.4 : 0;
49 labelOffset.y = leftBottom ? size : 0;
/third_party/flutter/skia/src/pathops/
DSkPathOpsWinding.cpp81 bool leftBottom = ((static_cast<int>(dir) + 1) & 2) != 0; in ccw_dxdy() local
82 return vPartPos == leftBottom; in ccw_dxdy()
/third_party/skia/src/pathops/
DSkPathOpsWinding.cpp82 bool leftBottom = ((static_cast<int>(dir) + 1) & 2) != 0; in ccw_dxdy() local
83 return vPartPos == leftBottom; in ccw_dxdy()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Drecording_canvas.dart1392 final Vector3 leftBottom =
1397 math.min(math.min(math.min(leftTop.x, rightTop.x), leftBottom.x),
1399 math.min(math.min(math.min(leftTop.y, rightTop.y), leftBottom.y),
1401 math.max(math.max(math.max(leftTop.x, rightTop.x), leftBottom.x),
1403 math.max(math.max(math.max(leftTop.y, rightTop.y), leftBottom.y),
/third_party/skia/src/gpu/geometry/
DGrTriangulator.cpp745 Vertex* leftBottom = edge->fLeft->fBottom; in rewind_if_necessary() local
750 } else if (c.sweep_lt(bottom->fPoint, leftBottom->fPoint) && in rewind_if_necessary()
753 } else if (c.sweep_lt(leftBottom->fPoint, bottom->fPoint) && !edge->isRightOf(leftBottom)) { in rewind_if_necessary()