Home | History | Annotate | Download | only in core

Lines Matching refs:proc

561     #define APPLY_PROC(proc, pts, count)    proc(pts, count)
563 #define APPLY_PROC(proc, pts, count)
577 void (*proc)(SkPoint pts[], int count) = identity_proc;
579 proc = shift_down_2_proc;
597 APPLY_PROC(proc, &pts[0], 1);
601 APPLY_PROC(proc, &pts[1], 1);
606 APPLY_PROC(proc, &pts[1], 2);
611 APPLY_PROC(proc, &pts[1], 3);
626 if (shift_down_2_proc == proc) {