Searched refs:PtProcRec (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkDraw.cpp | 317 struct PtProcRec { struct 325 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count, argument 333 static void bw_pt_rect_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in bw_pt_rect_hair_proc() 347 static void bw_pt_rect_16_hair_proc(const PtProcRec& rec, in bw_pt_rect_16_hair_proc() 369 static void bw_pt_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in bw_pt_hair_proc() 380 static void bw_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in bw_line_hair_proc() 387 static void bw_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in bw_poly_hair_proc() 396 static void aa_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in aa_line_hair_proc() 403 static void aa_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[], in aa_poly_hair_proc() 412 static void bw_square_proc(const PtProcRec& rec, const SkPoint devPts[], in bw_square_proc() [all …]
|