/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/ |
H A D | SampleShip.cpp | 18 static const int kGrid = 100; variable 64 for (int x = 0; x < kGrid; x++) { in DrawShipView() 65 for (int y = 0; y < kGrid; y++) { in DrawShipView() 66 float xPos = (x / (kGrid - 1.0f)) * kWidth; in DrawShipView() 67 float yPos = (y / (kGrid - 1.0f)) * kWidth; in DrawShipView() 104 for (int i = 0; i < kGrid*kGrid+1; ++i) { in onDrawContent() 120 fProc(canvas, fAtlas.get(), fXform, fTex, nullptr, kGrid*kGrid+1, nullptr, &paint); in onDrawContent() 135 SkRSXform fXform[kGrid*kGrid+1]; 136 SkRect fTex[kGrid*kGrid+1];
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/ |
H A D | SampleShip.cpp | 18 static const int kGrid = 100; variable 64 for (int x = 0; x < kGrid; x++) { in DrawShipView() 65 for (int y = 0; y < kGrid; y++) { in DrawShipView() 66 float xPos = (x / (kGrid - 1.0f)) * kWidth; in DrawShipView() 67 float yPos = (y / (kGrid - 1.0f)) * kWidth; in DrawShipView() 104 for (int i = 0; i < kGrid*kGrid+1; ++i) { in onDrawContent() 120 fProc(canvas, fAtlas.get(), fXform, fTex, nullptr, kGrid*kGrid+1, nullptr, &paint); in onDrawContent() 135 SkRSXform fXform[kGrid*kGrid+1]; 136 SkRect fTex[kGrid*kGrid+1];
|
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/data/contour/ |
H A D | NonGridContourDataset.java | 183 for (int kGrid = 0; kGrid < xGrid.length; kGrid++) { in buildGrid() 185 zGrid[kGrid] = 0.0; in buildGrid() 189 double d = distance(xPt, yPt, xGrid[kGrid], yGrid[kGrid]); in buildGrid() 203 zGrid[kGrid] += this.zValues[k].doubleValue() * d; in buildGrid() 207 zGrid[kGrid] = zGrid[kGrid] / dTotal; //remove distance of the sum in buildGrid()
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/ |
H A D | bilinear_sampler-inl.h | 41 enum BilinearSamplerOpInputs {kData, kGrid}; enumerator 72 Tensor<xpu, 4, DType> grid = in_data[bs::kGrid].get<xpu, 4, DType>(s); in Forward() 89 CHECK_NE(req[bs::kGrid], kWriteInplace); in Backward() 93 Tensor<xpu, 4, DType> grid = in_data[bs::kGrid].get<xpu, 4, DType>(s); in Backward() 95 Tensor<xpu, 4, DType> ggrid = in_grad[bs::kGrid].get<xpu, 4, DType>(s); in Backward() 97 if (req[bs::kData] == kNullOp && req[bs::kGrid] == kNullOp) { in Backward() 103 if (req[bs::kGrid] == kWriteTo) { in Backward() 106 BilinearSamplerBackward(gdata, ggrid, grad, data, grid, req[bs::kData], req[bs::kGrid]); in Backward() 150 const mxnet::TShape &lshape = (*in_shape)[bs::kGrid]; in InferShape() 220 in_data[bs::kGrid]}; in DeclareBackwardDependency()
|
H A D | cudnn_bilinear_sampler-inl.h | 65 Tensor<gpu, 4, DType> grid = in_data[bs::kGrid].get<gpu, 4, DType>(s); in Forward() 98 CHECK_NE(req[bs::kGrid], kWriteInplace); in Backward() 106 Tensor<gpu, 4, DType> ggrid = in_grad[bs::kGrid].get<gpu, 4, DType>(s); in Backward() 127 Assign(ggrid, req[bs::kGrid], transpose(grid_tmp, Shape4(0, 3, 1, 2))); in Backward()
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/ |
H A D | bilinear_sampler-inl.h | 41 enum BilinearSamplerOpInputs {kData, kGrid}; enumerator 72 Tensor<xpu, 4, DType> grid = in_data[bs::kGrid].get<xpu, 4, DType>(s); in Forward() 89 CHECK_NE(req[bs::kGrid], kWriteInplace); in Backward() 93 Tensor<xpu, 4, DType> grid = in_data[bs::kGrid].get<xpu, 4, DType>(s); in Backward() 95 Tensor<xpu, 4, DType> ggrid = in_grad[bs::kGrid].get<xpu, 4, DType>(s); in Backward() 97 if (req[bs::kData] == kNullOp && req[bs::kGrid] == kNullOp) { in Backward() 103 if (req[bs::kGrid] == kWriteTo) { in Backward() 106 BilinearSamplerBackward(gdata, ggrid, grad, data, grid, req[bs::kData], req[bs::kGrid]); in Backward() 150 const mxnet::TShape &lshape = (*in_shape)[bs::kGrid]; in InferShape() 220 in_data[bs::kGrid]}; in DeclareBackwardDependency()
|
H A D | cudnn_bilinear_sampler-inl.h | 65 Tensor<gpu, 4, DType> grid = in_data[bs::kGrid].get<gpu, 4, DType>(s); in Forward() 98 CHECK_NE(req[bs::kGrid], kWriteInplace); in Backward() 106 Tensor<gpu, 4, DType> ggrid = in_grad[bs::kGrid].get<gpu, 4, DType>(s); in Backward() 127 Assign(ggrid, req[bs::kGrid], transpose(grid_tmp, Shape4(0, 3, 1, 2))); in Backward()
|
/dports/graphics/blender/blender-2.91.0/extern/mantaflow/preprocessed/ |
H A D | turbulencepart.cpp | 107 Grid<Real> &kGrid, in KnSynthesizeTurbulence() 118 kGrid(kGrid), in KnSynthesizeTurbulence() 133 Grid<Real> &kGrid, in op() 145 Real k2 = kGrid.getInterpolated(pos) - kmin; in op() 187 return kGrid; in getArg3() 230 op(idx, p, flags, noise, kGrid, alpha, dt, octaves, scale, invL0, kmin); in operator ()() 239 Grid<Real> &kGrid; member
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/ |
H A D | layout_ng_fieldset.cc | 41 case EDisplay::kGrid: in AddChild() 43 display = EDisplay::kGrid; in AddChild()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/ |
H A D | css_value_id_mappings.h | 161 if (v == CSSValueID::kGrid) in CssValueIDToPlatformEnum() 162 return EDisplay::kGrid; in CssValueIDToPlatformEnum() 353 if (v == EDisplay::kGrid) in PlatformEnumToCSSValueID() 354 return CSSValueID::kGrid; in PlatformEnumToCSSValueID()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/ |
H A D | css_value_id_mappings.h | 162 if (v == CSSValueID::kGrid) in CssValueIDToPlatformEnum() 163 return EDisplay::kGrid; in CssValueIDToPlatformEnum() 352 if (v == EDisplay::kGrid) in PlatformEnumToCSSValueID() 353 return CSSValueID::kGrid; in PlatformEnumToCSSValueID()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/ |
H A D | ax_platform_node_unittest.cc | 300 empty_grid.role = ax::mojom::Role::kGrid; in BuildAriaColumnAndRowCountGrids() 306 rowcolindex_grid.role = ax::mojom::Role::kGrid; in BuildAriaColumnAndRowCountGrids() 326 rowcolcount_grid.role = ax::mojom::Role::kGrid; in BuildAriaColumnAndRowCountGrids() 336 unknown_grid.role = ax::mojom::Role::kGrid; in BuildAriaColumnAndRowCountGrids()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/ |
H A D | ax_platform_node_unittest.cc | 300 empty_grid.role = ax::mojom::Role::kGrid; in BuildAriaColumnAndRowCountGrids() 306 rowcolindex_grid.role = ax::mojom::Role::kGrid; in BuildAriaColumnAndRowCountGrids() 326 rowcolcount_grid.role = ax::mojom::Role::kGrid; in BuildAriaColumnAndRowCountGrids() 336 unknown_grid.role = ax::mojom::Role::kGrid; in BuildAriaColumnAndRowCountGrids()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/ |
H A D | ax_role_properties.cc | 102 case ax::mojom::Role::kGrid: in IsContainerWithSelectableChildren() 378 case ax::mojom::Role::kGrid: in IsReadOnlySupported() 417 case ax::mojom::Role::kGrid: in IsRowContainer() 443 case ax::mojom::Role::kGrid: // Subclass of kTable. in IsSection() 598 case ax::mojom::Role::kGrid: in IsTableLike() 722 case ax::mojom::Role::kGrid: in ShouldHaveReadonlyStateByDefault()
|
/dports/science/siesta/siesta-4.1.5/Util/JobList/Examples/Ice/ |
H A D | iceChecks.jobs | 54 %list kGrid 65 %endlist kGrid
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/ |
H A D | ax_role_properties.cc | 126 case ax::mojom::Role::kGrid: in IsContainerWithSelectableChildren() 442 case ax::mojom::Role::kGrid: in IsReadOnlySupported() 482 case ax::mojom::Role::kGrid: in IsRowContainer() 508 case ax::mojom::Role::kGrid: // Subclass of kTable. in IsSection() 675 case ax::mojom::Role::kGrid: in IsTableLike() 730 case ax::mojom::Role::kGrid: in ShouldHaveReadonlyStateByDefault()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/ |
H A D | BulkRectBench.cpp | 34 kGrid // Small, non-overlapping rectangles in a grid covering the output surface enumerator 268 ADD_BENCH_FAMILY(1000, RectangleLayout::kGrid)
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/ |
H A D | BulkRectBench.cpp | 33 kGrid // Small, non-overlapping rectangles in a grid covering the output surface enumerator 277 ADD_BENCH_FAMILY(1000, RectangleLayout::kGrid)
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/ |
H A D | html_summary_element.cc | 52 display == EDisplay::kGrid || display == EDisplay::kInlineGrid || in CreateLayoutObject()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/ |
H A D | html_summary_element.cc | 52 display == EDisplay::kGrid || display == EDisplay::kInlineGrid || in CreateLayoutObject()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/shorthands/ |
H A D | shorthands_custom.cc | 1560 DCHECK_EQ(shorthandForProperty(CSSPropertyID::kGrid).length(), 6u); in ParseShorthand() 1581 CSSPropertyID::kGridTemplateColumns, CSSPropertyID::kGrid, in ParseShorthand() 1586 CSSPropertyID::kGridTemplateAreas, CSSPropertyID::kGrid, in ParseShorthand() 1595 CSSPropertyID::kGridAutoFlow, CSSPropertyID::kGrid, in ParseShorthand() 1600 CSSPropertyID::kGridAutoColumns, CSSPropertyID::kGrid, in ParseShorthand() 1605 CSSPropertyID::kGridAutoRows, CSSPropertyID::kGrid, in ParseShorthand() 1675 CSSPropertyID::kGridTemplateColumns, CSSPropertyID::kGrid, in ParseShorthand() 1684 CSSPropertyID::kGridTemplateAreas, CSSPropertyID::kGrid, in ParseShorthand() 1689 CSSPropertyID::kGridAutoFlow, CSSPropertyID::kGrid, *grid_auto_flow, in ParseShorthand() 1693 CSSPropertyID::kGridAutoColumns, CSSPropertyID::kGrid, in ParseShorthand() [all …]
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/shorthands/ |
H A D | shorthands_custom.cc | 1533 DCHECK_EQ(shorthandForProperty(CSSPropertyID::kGrid).length(), 6u); in ParseShorthand() 1553 CSSPropertyID::kGridTemplateColumns, CSSPropertyID::kGrid, in ParseShorthand() 1557 CSSPropertyID::kGridTemplateAreas, CSSPropertyID::kGrid, in ParseShorthand() 1565 CSSPropertyID::kGridAutoFlow, CSSPropertyID::kGrid, in ParseShorthand() 1569 CSSPropertyID::kGridAutoColumns, CSSPropertyID::kGrid, in ParseShorthand() 1573 CSSPropertyID::kGridAutoRows, CSSPropertyID::kGrid, in ParseShorthand() 1642 CSSPropertyID::kGridTemplateColumns, CSSPropertyID::kGrid, in ParseShorthand() 1650 CSSPropertyID::kGridTemplateAreas, CSSPropertyID::kGrid, in ParseShorthand() 1654 CSSPropertyID::kGridAutoFlow, CSSPropertyID::kGrid, *grid_auto_flow, in ParseShorthand() 1658 CSSPropertyID::kGridAutoColumns, CSSPropertyID::kGrid, in ParseShorthand() [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/ |
H A D | html_button_element.cc | 51 if (display == EDisplay::kInlineGrid || display == EDisplay::kGrid || in CreateLayoutObject()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ |
H A D | layout_button.cc | 135 display == EDisplay::kGrid || display == EDisplay::kInlineGrid) { in ShouldCountWrongBaseline()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/ |
H A D | html_button_element.cc | 53 if (display == EDisplay::kInlineGrid || display == EDisplay::kGrid || in CreateLayoutObject()
|