Home
last modified time | relevance | path

Searched refs:getformat (Results 1 – 18 of 18) 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.py38 for metricName in sstruct.getformat(self.__class__.binaryFormat)[1]:
45 metricNames = set(sstruct.getformat(self.__class__.binaryFormat)[1])
D_m_a_x_p.py128 formatstring, names, fixes = sstruct.getformat(maxpFormat_0_5)
130 formatstring, names_1_0, fixes = sstruct.getformat(maxpFormat_1_0_add)
DF_F_T_M_.py28 formatstring, names, fixes = sstruct.getformat(FFTMFormat)
DG__l_a_t.py163 formatstring, names, fixes = sstruct.getformat(Glat_format_3_octabox_metrics)
171 formatstring, names, fixes = sstruct.getformat(Glat_format_3_subbox_entry)
DO_S_2f_2.py29 formatstring, names, fixes = sstruct.getformat(panoseFormat)
174 formatstring, names, fixes = sstruct.getformat(format)
DE_B_L_C_.py270 dataNames = sstruct.getformat(bitmapSizeTableFormatPart1)[1]
271 dataNames = dataNames + sstruct.getformat(bitmapSizeTableFormatPart2)[1]
311 for metricName in sstruct.getformat(sbitLineMetricsFormat)[1]:
318 metricNames = set(sstruct.getformat(sbitLineMetricsFormat)[1])
D_h_e_a_d.py75 formatstring, names, fixes = sstruct.getformat(headFormat)
DS_I_N_G_.py82 formatstring, names, fixes = sstruct.getformat(SINGFormat)
D_h_h_e_a.py96 formatstring, names, fixes = sstruct.getformat(hheaFormat)
D_v_h_e_a.py95 formatstring, names, fixes = sstruct.getformat(vheaFormat)
DG_M_A_P_.py102 formatstring, names, fixes = sstruct.getformat(GMAPFormat)
DG_P_K_G_.py77 formatstring, names, fixes = sstruct.getformat(GPKGFormat)
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_.py187 for componentName in sstruct.getformat(ebdtComponentFormat)[1][1:]:
195 componentNames = set(sstruct.getformat(ebdtComponentFormat)[1][1:])
DS__i_l_f.py483 jformat, jnames, jfixes = sstruct.getformat(Silf_justify_format)
/external/python/cpython2/Lib/plat-mac/
Dvideoreader.py52 def getformat(self): member in VideoFormat
273 imgfmt = videofmt.getformat()