HomeSort by relevance Sort by last modified time
    Searched refs:toXML (Results 1 - 25 of 50) sorted by null

1 2

  /external/fonttools/Lib/fontTools/ttLib/tables/
_f_p_g_m.py 16 def toXML(self, writer, ttFont):
17 self.program.toXML(writer, ttFont)
asciiTable.py 8 def toXML(self, writer, ttFont):
C_F_F_.py 41 def toXML(self, writer, otFont, progress=None):
42 self.cff.toXML(writer, progress)
C_P_A_L_.py 41 def toXML(self, writer, ttFont):
51 color.toXML(writer, ttFont, cindex)
89 def toXML(self, writer, ttFont, index=None):
BitmapGlyphMetrics.py 32 def toXML(self, writer, ttFont):
F_F_T_M_.py 26 def toXML(self, writer, ttFont):
M_E_T_A_.py 159 def toXML(self, writer, ttFont):
168 glyphRec.toXML(writer, ttFont)
194 def toXML(self, writer, ttFont):
202 stringRec.toXML(writer, ttFont)
272 def toXML(self, writer, ttFont):
_k_e_r_n.py 65 def toXML(self, writer, ttFont):
69 subtable.toXML(writer, ttFont)
129 def toXML(self, writer, ttFont):
172 def toXML(self, writer):
194 def toXML(self, writer, ttFont):
_s_b_i_x.py 116 def toXML(self, xmlWriter, ttFont):
122 self.bitmapSets[i].toXML(xmlWriter, ttFont)
DefaultTable.py 20 def toXML(self, writer, ttFont, progress=None):
L_T_S_H_.py 39 def toXML(self, writer, ttFont):
T_S_I__0.py 47 def toXML(self, writer, ttFont):
T_S_I__5.py 31 def toXML(self, writer, ttFont):
_c_v_t.py 23 def toXML(self, writer, ttFont):
_g_a_s_p.py 38 def toXML(self, writer, ttFont):
_h_e_a_d.py 47 def toXML(self, writer, ttFont):
_l_o_c_a.py 52 def toXML(self, writer, ttFont):
_v_h_e_a.py 69 def toXML(self, writer, ttFont):
C_O_L_R_.py 80 def toXML(self, writer, ttFont):
96 layer.toXML(writer, ttFont)
150 def toXML(self, writer, ttFont):
D_S_I_G_.py 80 def toXML(self, xmlWriter, ttFont):
86 sigrec.toXML(xmlWriter, ttFont)
119 def toXML(self, writer, ttFont):
G_M_A_P_.py 38 def toXML(self, writer, ttFont):
104 def toXML(self, writer, ttFont):
115 gmapRecord.toXML(writer, ttFont)
O_S_2f_2.py 26 def toXML(self, writer, ttFont):
143 def toXML(self, writer, ttFont):
158 value.toXML(writer, ttFont)
V_O_R_G_.py 60 def toXML(self, writer, ttFont):
80 vOriginRec.toXML(writer, ttFont)
127 def toXML(self, writer, ttFont):
_n_a_m_e.py 68 def toXML(self, writer, ttFont):
70 name.toXML(writer, ttFont)
97 def toXML(self, writer, ttFont):
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 390 return toXML((PairingRequestMessage) message);
392 return toXML((PairingRequestAckMessage) message);
394 return toXML((OptionsMessage) message);
396 return toXML((ConfigurationMessage) message);
398 return toXML((ConfigurationAckMessage) message);
400 return toXML((SecretMessage) message);
402 return toXML((SecretAckMessage) message);
471 String toXML(PairingRequestMessage message) throws JSONException {
490 String toXML(PairingRequestAckMessage message) throws JSONException {
507 String toXML(OptionsMessage message) throws JSONException
    [all...]

Completed in 144 milliseconds

1 2