Home
last modified time | relevance | path

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

/external/fonttools/Snippets/
Dinterpolate.py112 coord = [c for c in glyph.getCoordinates(glyphTable)[0]]
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py765 coords, endPts, flags = self.getCoordinates(glyfTable)
834 def getCoordinates(self, glyfTable): member in Glyph
845 coordinates, endPts, flags = g.getCoordinates(glyfTable)
1009 coordinates, endPts, flags = self.getCoordinates(glyfTable)
1054 coordinates, endPts, flags = self.getCoordinates(glyfTable)
/external/fonttools/Tests/ttLib/tables/
D_g_l_y_f_test.py241 glyph_A.getCoordinates(glyphSet)
/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/fonttools/Lib/fontTools/varLib/
D__init__.py258 allData = glyph.getCoordinates(glyf)