Home
last modified time | relevance | path

Searched refs:inners (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/gm/
Ddrrect.cpp52 SkRRect inners[5]; in onDraw() local
55 inners[0].setEmpty(); in onDraw()
56 inners[1].setRect(r); in onDraw()
57 inners[2].setOval(r); in onDraw()
58 inners[3].setRectXY(r, 20, 20); in onDraw()
59 inners[4].setRectRadii(r, radii); in onDraw()
62 for (size_t j = 0; j < SK_ARRAY_COUNT(inners); ++j) { in onDraw()
66 canvas->drawDRRect(outers[i], inners[j], paint); in onDraw()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java117 ArrayList<LazyInnerMessageLite> inners = new ArrayList<>(); in testAddAll() local
121 inners.add(inner); in testAddAll()
124 LazyMessageLite outer = LazyMessageLite.newBuilder().addAllRepeatedInner(inners).build(); in testAddAll()
/third_party/python/Tools/c-analyzer/cpython/
D_capi.py277 inners = GROUPINGS[_inner]
283 'bygroup': {o: {i: 0 for i in inners}
305 for inner in inners:
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js8524 var inners = []; // Add the bottom symbol
8526 inners.push(delimiter_makeInner(bottom, font, mode));
8531 inners.push(lap); // overlap
8533 inners.push(delimiter_makeInner(repeat, font, mode));
8539 inners.push(lap);
8540 inners.push(delimiter_makeInner(repeat, font, mode));
8544 inners.push({
8548 inners.push(delimiter_makeInner(repeat, font, mode));
8549 inners.push(lap); // Now insert the middle of the brace.
8551 inners.push(delimiter_makeInner(middle, font, mode));
[all …]
Dkatex.mjs8405 const inners = []; // Add the bottom symbol
8407 inners.push(makeInner(bottom, font, mode));
8412 inners.push(lap); // overlap
8414 inners.push(makeInner(repeat, font, mode));
8420 inners.push(lap);
8421 inners.push(makeInner(repeat, font, mode));
8425 inners.push({
8429 inners.push(makeInner(repeat, font, mode));
8430 inners.push(lap); // Now insert the middle of the brace.
8432 inners.push(makeInner(middle, font, mode));
[all …]
/third_party/openGLES/specs/gl/katex/
Dkatex.js4565 var inners = [];
4568 inners.push(makeInner(bottom, font, mode));
4574 inners.push(makeInner(repeat, font, mode));
4580 inners.push(makeInner(repeat, font, mode));
4582 inners.push(makeInner(middle, font, mode));
4584 inners.push(makeInner(repeat, font, mode)); field
4589 inners.push(makeInner(top, font, mode));
4592 var inner = buildCommon.makeVList(inners, "bottom", depth, options);
/third_party/openGLES/specs/katex/
Dkatex.js4565 var inners = [];
4568 inners.push(makeInner(bottom, font, mode));
4574 inners.push(makeInner(repeat, font, mode));
4580 inners.push(makeInner(repeat, font, mode));
4582 inners.push(makeInner(middle, font, mode));
4584 inners.push(makeInner(repeat, font, mode)); field
4589 inners.push(makeInner(top, font, mode));
4592 var inner = buildCommon.makeVList(inners, "bottom", depth, options);
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js4565 var inners = [];
4568 inners.push(makeInner(bottom, font, mode));
4574 inners.push(makeInner(repeat, font, mode));
4580 inners.push(makeInner(repeat, font, mode));
4582 inners.push(makeInner(middle, font, mode));
4584 inners.push(makeInner(repeat, font, mode)); field
4589 inners.push(makeInner(top, font, mode));
4592 var inner = buildCommon.makeVList(inners, "bottom", depth, options);
/third_party/openGLES/specs/es/katex/
Dkatex.js4565 var inners = [];
4568 inners.push(makeInner(bottom, font, mode));
4574 inners.push(makeInner(repeat, font, mode));
4580 inners.push(makeInner(repeat, font, mode));
4582 inners.push(makeInner(middle, font, mode));
4584 inners.push(makeInner(repeat, font, mode)); field
4589 inners.push(makeInner(top, font, mode));
4592 var inner = buildCommon.makeVList(inners, "bottom", depth, options);
/third_party/python/Misc/NEWS.d/
D3.6.2rc1.rst412 line in the user code. Previously they could point into inners of the re
D3.5.4rc1.rst501 line in the user code. Previously they could point into inners of the re
D3.7.0a1.rst2646 line in the user code. Previously they could point into inners of the re