Searched defs:PtProcRec (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkDraw.cpp227 struct PtProcRec { struct
236 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count,
247 static void bw_pt_rect_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
261 static void bw_pt_rect_16_hair_proc(const PtProcRec& rec,
282 static void bw_pt_rect_32_hair_proc(const PtProcRec& rec,
303 static void bw_pt_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
314 static void bw_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
321 static void bw_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
328 static void aa_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
335 static void aa_poly_hair_proc(const PtProcRec
[all...]

Completed in 67 milliseconds