Home
last modified time | relevance | path

Searched refs:getformat (Results 1 – 16 of 16) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Dsstruct.py63 formatstring, names, fixes = getformat(fmt)
82 formatstring, names, fixes = getformat(fmt)
107 formatstring, names, fixes = getformat(fmt)
135 def getformat(fmt): function
/external/fonttools/Lib/fontTools/ttLib/tables/
DBitmapGlyphMetrics.py35 for metricName in sstruct.getformat(self.__class__.binaryFormat)[1]:
42 metricNames = set(sstruct.getformat(self.__class__.binaryFormat)[1])
D_m_a_x_p.py127 formatstring, names, fixes = sstruct.getformat(maxpFormat_0_5)
129 formatstring, names_1_0, fixes = sstruct.getformat(maxpFormat_1_0_add)
DO_S_2f_2.py27 formatstring, names, fixes = sstruct.getformat(panoseFormat)
152 formatstring, names, fixes = sstruct.getformat(format)
DF_F_T_M_.py29 formatstring, names, fixes = sstruct.getformat(FFTMFormat)
D_v_h_e_a.py70 formatstring, names, fixes = sstruct.getformat(vheaFormat)
D_h_e_a_d.py50 formatstring, names, fixes = sstruct.getformat(headFormat)
DE_B_L_C_.py263 dataNames = sstruct.getformat(bitmapSizeTableFormatPart1)[1]
264 dataNames = dataNames + sstruct.getformat(bitmapSizeTableFormatPart2)[1]
304 for metricName in sstruct.getformat(sbitLineMetricsFormat)[1]:
311 metricNames = set(sstruct.getformat(sbitLineMetricsFormat)[1])
D_h_h_e_a.py83 formatstring, names, fixes = sstruct.getformat(hheaFormat)
DS_I_N_G_.py85 formatstring, names, fixes = sstruct.getformat(SINGFormat)
DG_P_K_G_.py82 formatstring, names, fixes = sstruct.getformat(GPKGFormat)
DG_M_A_P_.py107 formatstring, names, fixes = sstruct.getformat(GMAPFormat)
D_p_o_s_t.py195 formatstring, names, fixes = sstruct.getformat(postFormat)
DM_E_T_A_.py162 formatstring, names, fixes = sstruct.getformat(METAHeaderFormat)
DE_B_D_T_.py183 for componentName in sstruct.getformat(ebdtComponentFormat)[1][1:]:
191 componentNames = set(sstruct.getformat(ebdtComponentFormat)[1][1:])
/external/python/cpython2/Lib/plat-mac/
Dvideoreader.py52 def getformat(self): member in VideoFormat
273 imgfmt = videofmt.getformat()