/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | M_E_T_A_.py | 159 def toXML(self, writer, ttFont): member in table_M_E_T_A_ 194 def toXML(self, writer, ttFont): member in GlyphRecord 271 def toXML(self, writer, ttFont): member in StringRecord
|
D | _f_v_a_r.py | 92 def toXML(self, writer, ttFont): member in table__f_v_a_r 123 def toXML(self, writer, ttFont): member in Axis 183 def toXML(self, writer, ttFont): member in NamedInstance
|
D | D_S_I_G_.py | 80 def toXML(self, xmlWriter, ttFont): member in table_D_S_I_G_ 119 def toXML(self, writer, ttFont): member in SignatureRecord
|
D | V_O_R_G_.py | 59 def toXML(self, writer, ttFont): member in table_V_O_R_G_ 125 def toXML(self, writer, ttFont): member in VOriginRecord
|
D | C_O_L_R_.py | 79 def toXML(self, writer, ttFont): member in table_C_O_L_R_ 148 def toXML(self, writer, ttFont): member in LayerRecord
|
D | _k_e_r_n.py | 87 def toXML(self, writer, ttFont): member in table__k_e_r_n 209 def toXML(self, writer, ttFont): member in KernTable_format_0 273 def toXML(self, writer, ttFont): member in KernTable_format_unkown
|
D | G_M_A_P_.py | 37 def toXML(self, writer, ttFont): member in GMAPRecord 99 def toXML(self, writer, ttFont): member in table_G_M_A_P_
|
D | asciiTable.py | 8 def toXML(self, writer, ttFont): member in asciiTable
|
D | T_S_I_V_.py | 7 def toXML(self, writer, ttFont): member in table_T_S_I_V_
|
D | E_B_L_C_.py | 209 def toXML(self, writer, ttFont): member in table_E_B_L_C_ 238 def toXML(self, strikeIndex, writer, ttFont): member in Strike 275 def toXML(self, writer, ttFont): member in BitmapSizeTable 308 def toXML(self, name, writer, ttFont): member in SbitLineMetrics 357 def toXML(self, writer, ttFont): member in EblcIndexSubTable
|
D | C_P_A_L_.py | 157 def toXML(self, writer, ttFont): member in table_C_P_A_L_ 242 def toXML(self, writer, ttFont, index=None): member in Color
|
D | S__i_l_f.py | 348 def toXML(self, writer, ttFont): member in table_S__i_l_f 472 def toXML(self, writer, ttFont, version=2.0): member in Silf 627 def toXML(self, writer, ttFont, version=2.0): member in Classes 779 def toXML(self, writer, ttFont, version=2.0): member in Pass
|
D | T_S_I__5.py | 34 def toXML(self, writer, ttFont): member in table_T_S_I__5
|
D | L_T_S_H_.py | 39 def toXML(self, writer, ttFont): member in table_L_T_S_H_
|
D | BitmapGlyphMetrics.py | 35 def toXML(self, writer, ttFont): member in BitmapGlyphMetrics
|
D | G_P_K_G_.py | 74 def toXML(self, writer, ttFont): member in table_G_P_K_G_
|
D | F_F_T_M_.py | 25 def toXML(self, writer, ttFont): member in table_F_F_T_M_
|
D | T_S_I__1.py | 121 def toXML(self, writer, ttFont): member in table_T_S_I__1
|
D | _f_p_g_m.py | 16 def toXML(self, writer, ttFont): member in table__f_p_g_m
|
D | _t_r_a_k.py | 95 def toXML(self, writer, ttFont): member in table__t_r_a_k 197 def toXML(self, writer, ttFont): member in TrackData 257 def toXML(self, writer, ttFont): member in TrackTableEntry
|
D | S__i_l_l.py | 56 def toXML(self, writer, ttFont): member in table_S__i_l_l
|
D | _h_e_a_d.py | 72 def toXML(self, writer, ttFont): member in table__h_e_a_d
|
/external/fonttools/Tests/ttLib/tables/ |
D | otTables_test.py | 394 toXML = lambda w, f: r.toXML(w, f, {"Test": "Foo"}, "Transition") function 426 toXML = lambda w, f: a.toXML(w, f, {"Test": "Foo"}, "Transition") function 447 toXML = lambda w, f: a.toXML(w, f, {"Test": "Foo"}, "Transition") function 509 toXML = lambda w, f: a.toXML(w, f, {"Test": "Foo"}, "Transition") function
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
D | EventData.java | 93 public String toXML() { in toXML() method in EventData 103 public static String toXML(Map<String, Object> map) { in toXML() method in EventData
|
/external/fonttools/Tests/misc/ |
D | testTools_test.py | 64 def toXML(writer, ttFont): function
|