Searched refs:attributesStruct (Results 1 – 1 of 1) sorted by relevance
181 SkString attributesStruct("struct Attributes {\n"); in Make() local183 attributesStruct.appendf(" %s %s;\n", attribute_type_string(a.type), a.name.c_str()); in Make()185 attributesStruct.append("};\n"); in Make()199 fullVS.append(attributesStruct.c_str()); in Make()