Home
last modified time | relevance | path

Searched refs:getCoordinates (Results 1 – 14 of 14) sorted by relevance

/external/geojson-jackson/src/test/java/org/geojson/jackson/
DPointTest.java50 assertLngLatAlt(100, 5, Double.NaN, point.getCoordinates()); in itShouldDeserializeAPoint()
58 assertLngLatAlt(100, 5, 123, point.getCoordinates()); in itShouldDeserializeAPointWithAltitude()
73 assertLngLatAlt(100, 5, 123, new double[] {456d, 789.2}, point.getCoordinates()); in itShouldDeserializeAPointWithAdditionalAttributes()
DMultiPointTest.java30 List<LngLatAlt> coordinates = multiPoint.getCoordinates(); in itShouldDeserializeMultiPoint()
DMultiPoligonTest.java36 assertEquals(2, multiPolygon.getCoordinates().size()); in itShouldDeserialize()
DLineStringTest.java30 List<LngLatAlt> coordinates = lineString.getCoordinates(); in itShouldDeserializeLineString()
/external/fonttools/Tests/ttLib/tables/
D_g_l_y_f_test.py255 glyph_A.getCoordinates(glyphSet)
380 assert a.getCoordinates(glyphSet) == (
391 assert b.getCoordinates(glyphSet) == (
402 assert c.getCoordinates(glyphSet) == (
414 assert d.getCoordinates(glyphSet) == (
426 assert e.getCoordinates(glyphSet) == (
454 coords, end_pts, flags = f.getCoordinates(glyphSet)
/external/geojson-jackson/src/main/java/org/geojson/
DMultiPolygon.java15 coordinates.add(polygon.getCoordinates()); in add()
DGeometry.java24 public List<T> getCoordinates() { in getCoordinates() method in Geometry
DPoint.java26 public LngLatAlt getCoordinates() { in getCoordinates() method in Point
/external/fonttools/Snippets/
Dinterpolate.py110 coord = [c for c in glyph.getCoordinates(glyphTable)[0]]
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py342 coords, endPts, flags = glyph.getCoordinates(self)
934 coords, endPts, flags = self.getCoordinates(glyfTable)
1003 def getCoordinates(self, glyfTable): member in Glyph
1014 coordinates, endPts, flags = g.getCoordinates(glyfTable)
1186 coordinates, endPts, flags = self.getCoordinates(glyfTable)
1234 coordinates, endPts, flags = self.getCoordinates(glyfTable)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp817 static inline void getCoordinates (deUint32 index, deInt32 &x, deInt32 &y) in getCoordinates() function
1290 getCoordinates(color, x, y); in prepareRenderPass()
1602 getCoordinates(color, x, y); in verifyTestResult()
2074 getCoordinates(color, x, y); in prepareRenderPass()
2369 getCoordinates(color, x, y); in verifyTestResult()
/external/deqp/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp809 void getCoordinates(int index, int& x, int& y) const;
971 void BlendTestCaseGroup::BlendTest::getCoordinates(int index, int& x, int& y) const in getCoordinates() function in glcts::BlendTestCaseGroup::BlendTest
1031 getCoordinates(colorIndex, x, y); in iterate()
1068 getCoordinates(colorIndex, x, y); in iterate()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1532 static SmallVector<int64_t, 4> getCoordinates(ArrayRef<int64_t> basis, in getCoordinates() function
1555 auto coords = getCoordinates(info.arraySizes, linearIndex); in nDVectorIterate()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...