Lines Matching defs:append
12 void JsonWriteBuffer::append(const char* type) {
18 this->append("rawBytes");
29 this->append("byteArray");
40 this->append("bool");
45 this->append("scalar");
50 this->append("scalarArray");
59 this->append("int");
64 this->append("intArray");
73 this->append("uint");
78 this->append("string");
84 this->append(flattenable->getTypeName());
90 this->append("flattenable");
96 this->append("color");
101 this->append("colorArray");
110 this->append("color");
115 this->append("colorArray");
124 this->append("point");
129 this->append("point3");
134 this->append("pointArray");
143 this->append("matrix");
157 this->append("matrix");
162 this->append("irect");
167 this->append("rect");
172 this->append("region");
177 this->append("path");
183 this->append("stream");
189 this->append("image");
197 this->append("typeface");
202 this->append("paint");