Home
last modified time | relevance | path

Searched refs:corner (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/third_party/flutter/skia/src/gpu/
DGrVertexWriter.h136 template <int corner, typename T, typename... Args>
138 this->writeQuadValue<corner>(val); in writeQuadVert()
139 this->writeQuadVert<corner>(remainder...); in writeQuadVert()
142 template <int corner>
145 template <int corner, typename T>
150 template <int corner, typename T>
152 switch (corner) { in writeQuadValue()
160 template <int corner, typename T>
162 switch (corner) { in writeQuadValue()
170 template <int corner>
[all …]
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dtest_buffer_svg.hpp204 if (m_zoom && bg::disjoint(corner, m_alternate_box)) in map_pieces()
210 bg::model::ring<point_type> const& corner = piece.m_piece_border.get_full_ring(); in map_pieces() local
230 else if (do_pieces && ! corner.empty()) in map_pieces()
233 m_mapper.map(corner, in map_pieces()
252 = corner.empty() in map_pieces()
254 : bg::return_centroid<point_type>(corner); in map_pieces()
258 && corner.size() >= 2u) in map_pieces()
260 bg::set<0>(label_point, (bg::get<0>(corner[0]) + bg::get<0>(corner[1])) / 2.0); in map_pieces()
261 bg::set<1>(label_point, (bg::get<1>(corner[0]) + bg::get<1>(corner[1])) / 2.0); in map_pieces()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/
DResolveDepthStencil.hlsl15 float2 corner = g_Corners[id];
16 position = float4(corner.x, corner.y, 0.0f, 1.0f);
17 texCoord = float2((corner.x + 1.0f) * 0.5f, (-corner.y + 1.0f) * 0.5f);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/
DResolveDepthStencil.hlsl15 float2 corner = g_Corners[id];
16 position = float4(corner.x, corner.y, 0.0f, 1.0f);
17 texCoord = float2((corner.x + 1.0f) * 0.5f, (-corner.y + 1.0f) * 0.5f);
/third_party/skia/docs/examples/
DRect_toQuad.cpp12 for (auto corner : corners) { in draw() local
13 SkDebugf(" {%g, %g}", corner.fX, corner.fY); in draw()
DRRect_getSimpleRadii.cpp13 SkVector corner = rrect.getSimpleRadii();
14 std::string label = "corner: " + std::to_string(corner.fX).substr(0, 3) + ", " +
15 std::to_string(corner.fY).substr(0, 3);
/third_party/flutter/skia/docs/examples/
DRect_toQuad.cpp12 for (auto corner : corners) { in draw() local
13 SkDebugf(" {%g, %g}", corner.fX, corner.fY); in draw()
DRRect_getSimpleRadii.cpp13 SkVector corner = rrect.getSimpleRadii();
14 std::string label = "corner: " + std::to_string(corner.fX).substr(0, 3) + ", " +
15 std::to_string(corner.fY).substr(0, 3);
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/
DCMakeLists.txt1 project(lws-minimal-ws-server-pmd-corner C)
8 set(SAMP lws-minimal-ws-server-pmd-corner)
9 set(SRCS minimal-ws-server-pmd-corner.c)
DREADME.md1 # lws minimal ws server + permessage-deflate corner case tests
12 $ ./lws-minimal-ws-server-pmd-corner
/third_party/skia/src/core/
DSkRRect.cpp802 auto getCorner = [](const SkRect& r, SkRRect::Corner corner) -> SkPoint { in ConservativeIntersect() argument
803 switch(corner) { in ConservativeIntersect()
814 auto insideCorner = [](SkRRect::Corner corner, const SkPoint& a, const SkPoint& b) { in ConservativeIntersect() argument
815 switch(corner) { in ConservativeIntersect()
824 auto getIntersectionRadii = [&](const SkRect& r, SkRRect::Corner corner, SkVector* radii) { in ConservativeIntersect() argument
825 SkPoint test = getCorner(r, corner); in ConservativeIntersect()
826 SkPoint aCorner = getCorner(a.rect(), corner); in ConservativeIntersect()
827 SkPoint bCorner = getCorner(b.rect(), corner); in ConservativeIntersect()
833 SkVector aRadii = a.radii(corner); in ConservativeIntersect()
834 SkVector bRadii = b.radii(corner); in ConservativeIntersect()
[all …]
/third_party/boost/libs/gil/doc/image_processing/
Daffine-region-detectors.rst34 .. figure:: ./Moravec-window-corner.png
35 :alt: Moravec window corner case
37 Moravec window corner case
50 This is the key concept in understanding how the two corner detectors
79 Basically overlay weights matrix over a corner, compute sum of
108 `Harris, Christopher G., and Mike Stephens. "A combined corner and edge
/third_party/boost/libs/gil/doc/html/_sources/image_processing/
Daffine-region-detectors.rst.txt34 .. figure:: ./Moravec-window-corner.png
35 :alt: Moravec window corner case
37 Moravec window corner case
50 This is the key concept in understanding how the two corner detectors
79 Basically overlay weights matrix over a corner, compute sum of
108 `Harris, Christopher G., and Mike Stephens. "A combined corner and edge
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dbanner.dart32 /// Show the banner in the top-right corner when the ambient [Directionality]
34 /// corner when the ambient [Directionality] is [TextDirection.ltr].
37 /// Show the banner in the top-left corner when the ambient [Directionality]
39 /// corner when the ambient [Directionality] is [TextDirection.ltr].
42 /// Show the banner in the bottom-right corner when the ambient
44 /// in the bottom-left corner when the ambient [Directionality] is
48 /// Show the banner in the bottom-left corner when the ambient
50 /// in the bottom-right corner when the ambient [Directionality] is
90 /// Where to show the banner (e.g., the upper right corner).
232 /// Displays a diagonal message above the corner of another widget.
[all …]
/third_party/python/Lib/test/
Dtest_generators.py1659 corner = self.coords2index(0, 0)
1660 remove_from_successors(corner)
1661 self.lastij = corner
1662 yield corner
1663 add_to_successors(corner)
1667 corner = self.coords2index(0, 0)
1668 assert self.lastij == corner # i.e., we started in the corner
1671 assert len(succs[corner]) == 2
1672 assert self.coords2index(1, 2) in succs[corner]
1673 assert self.coords2index(2, 1) in succs[corner]
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dfractional_offset.dart32 /// corner of the rectangle whereas [Alignment] uses a coordinate system with an
37 /// ran into difficulty because placing the origin in the top-left corner
52 /// rectangle instead of the top left corner of the rectangle.
109 /// The top left corner.
115 /// The top right corner.
127 /// The bottom left corner.
133 /// The bottom right corner.
Dborder_radius.dart85 /// Returns the [BorderRadiusGeometry] object with each corner radius negated.
110 /// Computes the remainder of each corner by the given factor.
273 /// An immutable set of radii for each corner of a rectangle.
413 /// Returns the [BorderRadius] object with each corner negated.
426 /// Scales each corner of the [BorderRadius] by the given factor.
437 /// Divides each corner of the [BorderRadius] by the given factor.
448 /// Integer divides each corner of the [BorderRadius] by the given factor.
459 /// Computes the remainder of each corner by the given factor.
495 /// An immutable set of radii for each corner of a rectangle, but with the
498 /// This can be used to specify a corner radius on the leading or trailing edge
[all …]
/third_party/boost/libs/geometry/doc/reference/core/
Dmin_max_corner.qbk24 [note min_corner should be the minimal corner of a box, but that is not
25 guaranteed. Use correct to make min_corner the minimal corner.
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterPlatformViews_Internal.mm85 // Complex types, we manually add each corner.
93 // Move point to the top left corner adding the top left radii's x.
95 // Move point horizontally right to the top right corner and add the top right curve.
101 // Move point vertically down to the bottom right corner and add the bottom right curve.
107 // Move point horizontally left to the bottom left corner and add the bottom left curve.
113 // Move point vertically up to the top left corner and add the top left curve.
/third_party/flutter/skia/site/user/api/
DSkRRect_Reference.md57 …SkVector</a> <a href='#SkRRect_radii'>radii</a>(<a href='#SkRRect_Corner'>Corner</a> corner) const;
81 …RRect'>SkRRect</a> describes a rounded rectangle with a bounds and a pair of radii for each corner.
90 If either axis radii is zero or less: radii are stored as zero; corner is square.
91 If corner <a href='undocumented#Curve'>curves</a> overlap, radii are proportionally reduced to fit …
102 Initializes corner radii to (0, 0), and sets type of <a href='#SkRRect_kEmpty_Type'>kEmpty_Type</a>.
124 Initializes to copy of <a href='#SkRRect_copy_const_SkRRect_rrect'>rrect</a> bounds and corner radi…
129 <td>bounds and corner to copy</td>
153 Copies <a href='#SkRRect_copy_operator_rrect'>rrect</a> bounds and corner radii.
158 <td>bounds and corner to copy</td>
245 The centers of the corner ellipses form an axis-aligned rectangle
[all …]
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgsttemplatematch.cpp359 cv::Point corner = best_pos; in gst_template_match_transform_ip() local
374 corner.x += filter->cvTemplateImage.size ().width; in gst_template_match_transform_ip()
375 corner.y += filter->cvTemplateImage.size ().height; in gst_template_match_transform_ip()
376 cv::rectangle (img, best_pos, corner, color, 3, 8, 0); in gst_template_match_transform_ip()
/third_party/flutter/skia/gm/
Dpatheffects.cpp34 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); in compose_pe() local
37 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner); in compose_pe()
39 compose = corner; in compose_pe()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dpath_to_svg.dart100 // Top side and top-right corner
104 // Right side and bottom-right corner
108 // Bottom side and bottom-left corner
112 // Left side and top-left corner
/third_party/boost/boost/polygon/
Dpolygon_45_set_data.hpp307 CornerOption corner = INTERSECTION);
338 CornerOption corner = INTERSECTION, in insert_with_resize() argument
340 …return insert_with_resize_dispatch(poly, resizing, rounding, corner, hole, typename geometry_conce… in insert_with_resize()
427 … CornerOption corner, bool hole, polygon_45_concept tag);
433 … CornerOption corner, bool hole, polygon_45_with_holes_concept tag);
744 polygon_45_set_data<Unit>::resize(Unit resizing, RoundingOption rounding, CornerOption corner) { in resize() argument
750 insert_with_resize(*itr, resizing, rounding, corner); in resize()
887 … point_data<Unit> second, Unit resizing, CornerOption corner) { in handleResizingEdge45_SQRT1OVER2() argument
898 if(corner == UNFILLED) { in handleResizingEdge45_SQRT1OVER2()
1004 RoundingOption rounding, CornerOption corner, in handleResizingVertex45() argument
[all …]
/third_party/skia/site/docs/user/
Dcoordinates.md10 you're rendering to. They range from `(0, 0)` in the upper-left corner of the
11 surface, to `(w, h)` in the bottom-right corner - they are effectively measured
41 is still in the upper-left corner of the surface. We have specified that the

12345678910>>...20