/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | M_E_T_A_.py | 158 def toXML(self, writer, ttFont): member in table_M_E_T_A_ 193 def toXML(self, writer, ttFont): member in GlyphRecord 270 def toXML(self, writer, ttFont): member in StringRecord
|
D | _f_v_a_r.py | 96 def toXML(self, writer, ttFont): member in table__f_v_a_r 127 def toXML(self, writer, ttFont): member in Axis 191 def toXML(self, writer, ttFont): member in NamedInstance
|
D | D_S_I_G_.py | 79 def toXML(self, xmlWriter, ttFont): member in table_D_S_I_G_ 118 def toXML(self, writer, ttFont): member in SignatureRecord
|
D | _k_e_r_n.py | 85 def toXML(self, writer, ttFont): member in table__k_e_r_n 207 def toXML(self, writer, ttFont): member in KernTable_format_0 271 def toXML(self, writer, ttFont): member in KernTable_format_unkown
|
D | V_O_R_G_.py | 57 def toXML(self, writer, ttFont): member in table_V_O_R_G_ 123 def toXML(self, writer, ttFont): member in VOriginRecord
|
D | E_B_L_C_.py | 208 def toXML(self, writer, ttFont): member in table_E_B_L_C_ 237 def toXML(self, strikeIndex, writer, ttFont): member in Strike 274 def toXML(self, writer, ttFont): member in BitmapSizeTable 307 def toXML(self, name, writer, ttFont): member in SbitLineMetrics 356 def toXML(self, writer, ttFont): member in EblcIndexSubTable
|
D | G_M_A_P_.py | 36 def toXML(self, writer, ttFont): member in GMAPRecord 98 def toXML(self, writer, ttFont): member in table_G_M_A_P_
|
D | C_O_L_R_.py | 85 def toXML(self, writer, ttFont): member in table_C_O_L_R_ 149 def toXML(self, writer, ttFont): member in LayerRecord
|
D | T_S_I_V_.py | 6 def toXML(self, writer, ttFont): member in table_T_S_I_V_
|
D | asciiTable.py | 7 def toXML(self, writer, ttFont): member in asciiTable
|
D | S__i_l_f.py | 355 def toXML(self, writer, ttFont): member in table_S__i_l_f 480 def toXML(self, writer, ttFont, version=2.0): member in Silf 635 def toXML(self, writer, ttFont, version=2.0): member in Classes 787 def toXML(self, writer, ttFont, version=2.0): member in Pass
|
D | C_P_A_L_.py | 160 def toXML(self, writer, ttFont): member in table_C_P_A_L_ 245 def toXML(self, writer, ttFont, index=None): member in Color
|
D | _t_r_a_k.py | 96 def toXML(self, writer, ttFont): member in table__t_r_a_k 198 def toXML(self, writer, ttFont): member in TrackData 258 def toXML(self, writer, ttFont): member in TrackTableEntry
|
D | D__e_b_g.py | 13 def toXML(self, writer, ttFont): member in table_D__e_b_g
|
D | T_S_I__5.py | 32 def toXML(self, writer, ttFont): member in table_T_S_I__5
|
D | BitmapGlyphMetrics.py | 33 def toXML(self, writer, ttFont): member in BitmapGlyphMetrics
|
D | L_T_S_H_.py | 37 def toXML(self, writer, ttFont): member in table_L_T_S_H_
|
D | G_P_K_G_.py | 73 def toXML(self, writer, ttFont): member in table_G_P_K_G_
|
D | F_F_T_M_.py | 23 def toXML(self, writer, ttFont): member in table_F_F_T_M_
|
D | T_S_I__1.py | 120 def toXML(self, writer, ttFont): member in table_T_S_I__1
|
D | _f_p_g_m.py | 14 def toXML(self, writer, ttFont): member in table__f_p_g_m
|
D | _l_o_c_a.py | 53 def toXML(self, writer, ttFont): member in table__l_o_c_a
|
/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/ttLib/tables/ |
D | otTables_test.py | 392 toXML = lambda w, f: r.toXML(w, f, {"Test": "Foo"}, "Transition") function 424 toXML = lambda w, f: a.toXML(w, f, {"Test": "Foo"}, "Transition") function 445 toXML = lambda w, f: a.toXML(w, f, {"Test": "Foo"}, "Transition") function 507 toXML = lambda w, f: a.toXML(w, f, {"Test": "Foo"}, "Transition") function
|
/external/fonttools/Tests/misc/ |
D | testTools_test.py | 60 def toXML(writer, ttFont): function
|