Home
last modified time | relevance | path

Searched defs:geometry (Results 1 – 25 of 185) sorted by relevance

12345678

/external/geojson-jackson/src/test/java/org/geojson/
DToStringTest.java28 Point geometry = new Point(10, 20); in itShouldToStringPoint() local
36 Point geometry = new Point(10, 20, 30, 40D, 50D); in itShouldToStringPointWithAdditionalElements() local
44 Point geometry = new Point(10, 20, 30, 40D, 50D); in itShouldToStringPointWithAdditionalElementsAndIgnoreNulls() local
52 …Polygon geometry = new Polygon(new LngLatAlt(10, 20), new LngLatAlt(30, 40), new LngLatAlt(10, 40), in itShouldToStringPolygon() local
63 MultiPolygon geometry = new MultiPolygon(new Polygon(new LngLatAlt(10, 20), new LngLatAlt(30, 40), in itShouldToStringMultiPolygon() local
80 LineString geometry = new LineString(new LngLatAlt(49, 9), new LngLatAlt(41, 1)); in itShouldToStringLineString() local
89 …MultiLineString geometry = new MultiLineString(Arrays.asList(new LngLatAlt(49, 9), new LngLatAlt(4… in itShouldToStringMultiLineString() local
/external/ImageMagick/MagickCore/
Dgeometry.c97 MagickExport MagickStatusType GetGeometry(const char *geometry,ssize_t *x, in GetGeometry()
364 #define MagickPageSize(name,geometry) { (name), sizeof(name)-1, (geometry) } in GetPageGeometry() argument
375 geometry[10]; in GetPageGeometry() member
485 geometry; in GetPageGeometry() local
612 MagickExport MagickBooleanType IsGeometry(const char *geometry) in IsGeometry()
653 MagickExport MagickBooleanType IsSceneGeometry(const char *geometry, in IsSceneGeometry()
710 MagickExport MagickStatusType ParseAbsoluteGeometry(const char *geometry, in ParseAbsoluteGeometry()
751 MagickExport MagickStatusType ParseAffineGeometry(const char *geometry, in ParseAffineGeometry()
860 MagickExport MagickStatusType ParseGeometry(const char *geometry, in ParseGeometry()
1244 const char *geometry,RectangleInfo *region_info,ExceptionInfo *exception) in ParseGravityGeometry()
[all …]
Dtransform.c537 MagickExport Image *CropImage(const Image *image,const RectangleInfo *geometry, in CropImage()
791 geometry; in CropImageToTiles() local
980 const RectangleInfo *geometry,ExceptionInfo *exception) in ExcerptImage()
1120 const RectangleInfo *geometry,ExceptionInfo *exception) in ExtentImage()
1632 geometry; in ShaveImage() local
1686 const RectangleInfo *geometry,ExceptionInfo *exception) in SpliceImage()
2042 geometry; in TransformImage() local
2403 geometry; in TrimImage() local
/external/skia/src/core/
DSkImageFilterTypes.h123 explicit LayerSpace(const IVector& geometry) : fData(geometry) {} in LayerSpace()
124 explicit LayerSpace(IVector&& geometry) : fData(std::move(geometry)) {} in LayerSpace()
163 explicit LayerSpace(const Vector& geometry) : fData(geometry) {} in LayerSpace()
164 explicit LayerSpace(Vector&& geometry) : fData(std::move(geometry)) {} in LayerSpace()
219 explicit LayerSpace(const SkIPoint& geometry) : fData(geometry) {} in LayerSpace()
220 explicit LayerSpace(SkIPoint&& geometry) : fData(std::move(geometry)) {} in LayerSpace()
256 explicit LayerSpace(const SkPoint& geometry) : fData(geometry) {} in LayerSpace()
257 explicit LayerSpace(SkPoint&& geometry) : fData(std::move(geometry)) {} in LayerSpace()
295 explicit LayerSpace(const SkISize& geometry) : fData(geometry) {} in LayerSpace()
296 explicit LayerSpace(SkISize&& geometry) : fData(std::move(geometry)) {} in LayerSpace()
[all …]
/external/geojson-jackson/src/main/java/org/geojson/
DFeature.java13 private GeoJsonObject geometry; field in Feature
37 public void setGeometry(GeoJsonObject geometry) { in setGeometry()
DGeometryCollection.java24 public GeometryCollection add(GeoJsonObject geometry) { in add()
DGeometry.java44 Geometry geometry = (Geometry)o; in equals() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.hpp32 namespace geometry namespace
DvktGeometryTests.hpp31 namespace geometry namespace
DvktGeometryEmitGeometryShaderTests.hpp31 namespace geometry namespace
DvktGeometryInputGeometryShaderTests.hpp31 namespace geometry namespace
DvktGeometryBasicGeometryShaderTests.hpp31 namespace geometry namespace
DvktGeometryVaryingGeometryShaderTests.hpp31 namespace geometry namespace
DvktGeometryInstancedRenderingTests.hpp32 namespace geometry namespace
DvktGeometryTests.cpp35 namespace geometry namespace
DvktGeometryBasicClass.hpp34 namespace geometry namespace
/external/ImageMagick/Magick++/tests/
Dgeometry.cpp32 Geometry geometry(input); in main() local
Dexceptions.cpp58 Geometry geometry(columns,rows); in main() local
/external/ImageMagick/MagickWand/
Dmagick-property.c1235 geometry; in MagickGetPage() local
1571 geometry; in MagickGetSize() local
1614 geometry; in MagickGetSizeOffset() local
2033 const char *geometry) in MagickSetExtract()
2536 geometry[MagickPathExtent]; in MagickSetPage() local
2903 geometry[MagickPathExtent]; in MagickSetSize() local
2950 geometry[MagickPathExtent]; in MagickSetSizeOffset() local
/external/vulkan-validation-layers/tests/
Dvklayertests_others.cpp4278 const auto GetCreateInfo = [](const VkGeometryNV &geometry) { in TEST_F()
4293 VkGeometryNV geometry = valid_geometry_triangles; in TEST_F() local
4303 VkGeometryNV geometry = valid_geometry_triangles; in TEST_F() local
4313 VkGeometryNV geometry = valid_geometry_triangles; in TEST_F() local
4323 VkGeometryNV geometry = valid_geometry_triangles; in TEST_F() local
4333 VkGeometryNV geometry = valid_geometry_triangles; in TEST_F() local
4344 VkGeometryNV geometry = valid_geometry_triangles; in TEST_F() local
4354 VkGeometryNV geometry = valid_geometry_triangles; in TEST_F() local
4364 VkGeometryNV geometry = valid_geometry_triangles; in TEST_F() local
4376 VkGeometryNV geometry = valid_geometry_triangles; in TEST_F() local
[all …]
/external/skqp/modules/sksg/src/
DSkSGDraw.cpp17 Draw::Draw(sk_sp<GeometryNode> geometry, sk_sp<PaintNode> paint) in Draw()
/external/gptfdisk/
Ddiskio-unix.cc222 struct hd_geometry geometry; in GetNumHeads() local
240 struct hd_geometry geometry; in GetNumSecsPerTrack() local
/external/python/cpython3/Lib/idlelib/
Dzoomheight.py116 def set_window_geometry(top, geometry): argument
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsShapeTests.cpp165 std::ostringstream geometry; in initFrameBufferPrograms() local
387 const string geometry = in initPrograms() local
/external/ImageMagick/coders/
Dlabel.c94 geometry[MagickPathExtent], in ReadLABELImage() local

12345678