Searched refs:appendBool (Results 1 – 4 of 4) sorted by relevance
212 void appendBool(bool);
808 extend->appendBool(true); in make_function_shader()809 extend->appendBool(true); in make_function_shader()
310 void SkPDFArray::appendBool(bool value) { in appendBool() function in SkPDFArray
241 array->appendBool(true); in TestPDFArray()