Searched defs:compile (Results 26 - 50 of 152) sorted by relevance

1234567

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DsbixBitmap.py53 def compile(self, ttFont): member in class:Bitmap
56 raise ttLib.TTLibError("Can't compile bitmap without glyph name")
57 # TODO: if ttFont has no maxp, cmap etc., ignore glyph names and compile by index?
58 # (needed if you just want to compile the sbix table on its own)
69 # but empty ones can be calculated at compile time
H A DsbixBitmapSet.py63 def compile(self, ttFont): member in class:BitmapSet
78 myBitmap.compile(ttFont)
134 myBitmap.compile(ttFont)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DC_F_F_.py18 def compile(self, otFont): member in class:table_C_F_F_
20 self.cff.compile(f, otFont)
H A DC_P_A_L_.py30 def compile(self, ttFont): member in class:table_C_P_A_L_
H A DD_S_I_G_.py59 def compile(self, ttFont): member in class:table_D_S_I_G_
H A DDefaultTable.py17 def compile(self, ttFont): member in class:DefaultTable
28 writer.dumphex(self.compile(ttFont))
H A DF_F_T_M_.py22 def compile(self, ttFont): member in class:table_F_F_T_M_
H A DG_M_A_P_.py63 def compile(self, ttFont): member in class:GMAPRecord
92 def compile(self, ttFont): member in class:table_G_M_A_P_
100 data = data + record.compile(ttFont)
H A DG_P_K_G_.py48 def compile(self, ttFont): member in class:table_G_P_K_G_
H A DL_T_S_H_.py27 def compile(self, ttFont): member in class:table_L_T_S_H_
H A DS_I_N_G_.py60 def compile(self, ttFont): member in class:table_S_I_N_G_
H A DT_S_I__0.py29 def compile(self, ttFont): member in class:table_T_S_I__0
H A DT_S_I__1.py39 def compile(self, ttFont): member in class:table_T_S_I__1
H A DT_S_I__5.py22 def compile(self, ttFont): member in class:table_T_S_I__5
H A D_c_v_t.py17 def compile(self, ttFont): member in class:table__c_v_t
H A D_f_p_g_m.py13 def compile(self, ttFont): member in class:table__f_p_g_m
H A D_g_a_s_p.py26 def compile(self, ttFont): member in class:table__g_a_s_p
H A D_h_d_m_x.py30 def compile(self, ttFont): member in class:table__h_d_m_x
H A D_h_h_e_a.py37 def compile(self, ttFont): member in class:table__h_h_e_a
H A D_l_o_c_a.py31 def compile(self, ttFont): member in class:table__l_o_c_a
H A D_m_a_x_p.py42 def compile(self, ttFont): member in class:table__m_a_x_p
H A D_v_h_e_a.py35 def compile(self, ttFont): member in class:table__v_h_e_a
H A DsbixBitmap.py53 def compile(self, ttFont): member in class:Bitmap
56 raise ttLib.TTLibError("Can't compile bitmap without glyph name")
57 # TODO: if ttFont has no maxp, cmap etc., ignore glyph names and compile by index?
58 # (needed if you just want to compile the sbix table on its own)
69 # but empty ones can be calculated at compile time
H A DsbixBitmapSet.py63 def compile(self, ttFont): member in class:BitmapSet
78 myBitmap.compile(ttFont)
134 myBitmap.compile(ttFont)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtask.rb76 full_name = ( @namespace + [ @name, 'compile' ] ).join( ':' )
80 def compile!
106 desc( "compile ANTLR grammars" )
107 task( 'compile' => target_files )
201 def compile( grammar ) method in class:ANTLR3.CompileTask.GrammarSet
381 @group.compile( self )

Completed in 681 milliseconds

1234567