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

/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp294 struct PtProcRec { struct
303 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count,
314 static void bw_pt_rect_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
328 static void bw_pt_rect_16_hair_proc(const PtProcRec& rec,
349 static void bw_pt_rect_32_hair_proc(const PtProcRec& rec,
370 static void bw_pt_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
381 static void bw_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
388 static void bw_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
397 static void aa_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
404 static void aa_poly_hair_proc(const PtProcRec
[all...]
/external/skia/src/core/
H A DSkDraw.cpp293 struct PtProcRec { struct
302 typedef void (*Proc)(const PtProcRec&, const SkPoint devPts[], int count,
313 static void bw_pt_rect_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
327 static void bw_pt_rect_16_hair_proc(const PtProcRec& rec,
348 static void bw_pt_rect_32_hair_proc(const PtProcRec& rec,
369 static void bw_pt_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
380 static void bw_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
387 static void bw_poly_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
396 static void aa_line_hair_proc(const PtProcRec& rec, const SkPoint devPts[],
403 static void aa_poly_hair_proc(const PtProcRec
[all...]

Completed in 292 milliseconds