Searched refs:APPLY_PROC (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkStroke.cpp | 561 #define APPLY_PROC(proc, pts, count) proc(pts, count) macro 563 #define APPLY_PROC(proc, pts, count) macro 597 APPLY_PROC(proc, &pts[0], 1); in strokePath() 601 APPLY_PROC(proc, &pts[1], 1); in strokePath() 606 APPLY_PROC(proc, &pts[1], 2); in strokePath() 611 APPLY_PROC(proc, &pts[1], 3); in strokePath()
|