Lines Matching refs:SkTDArray
61 static void gets_ops(SkPicture& input, SkTDArray<DrawType>* ops) { in gets_ops()
142 DrawOpType draw, SkTDArray<DrawType>* expected,
146 SkTDArray<DrawType>* expected, int accumulatedClips);
149 SkTDArray<DrawType>* expected);
194 static void add_clip(ClipType clip, MatType mat, SkTDArray<DrawType>* expected) { in add_clip()
257 static void add_mat(MatType mat, SkTDArray<DrawType>* expected) { in add_mat()
283 static void emit_draw(SkCanvas* canvas, DrawOpType draw, SkTDArray<DrawType>* expected) { in emit_draw()
326 DrawOpType draw, SkTDArray<DrawType>* expected, in emit_clip_and_mat()
347 DrawOpType draw, SkTDArray<DrawType>* expected, in emit_mat_and_clip()
370 DrawOpType draw, SkTDArray<DrawType>* expected, in emit_double_mat_and_clip()
395 DrawOpType draw, SkTDArray<DrawType>* expected, in emit_mat_clip_clip()
419 SkTDArray<DrawType>* expected, int accumulatedClips) { in emit_body0()
440 SkTDArray<DrawType>* expected, int accumulatedClips) { in emit_body1()
468 SkTDArray<DrawType>* expected, int accumulatedClips) { in emit_body2()
506 SkTDArray<DrawType>* expected, int accumulatedClips) { in emit_body3()
555 SkTDArray<DrawType>* expected) { in emit_struct0()
571 SkTDArray<DrawType>* expected) { in emit_struct1()
594 SkTDArray<DrawType>* expected) { in emit_struct2()
623 SkTDArray<DrawType>* expected) { in emit_struct3()
640 static void print(const SkTDArray<DrawType>& expected, const SkTDArray<DrawType>& actual) { in print()
683 SkTDArray<DrawType> expected, actual; in test_collapse()