Searched refs:pushColor (Results 1 – 3 of 3) sorted by relevance
52 void pushColor(SkColor, const char tableKey[] = NULL);
493 private void pushColor(Attributes attribs) throws SAXException { in pushColor() method in MeshLoader629 pushColor(attribs);
236 void SkLua::pushColor(SkColor color, const char key[]) { in pushColor() function in SkLua886 SkLua(L).pushColor(get_obj<SkPaint>(L, 1)->getColor()); in lpaint_getColor()