Lines Matching refs:hairProc
2427 typedef void (*HairProc)(const SkPoint&, const SkPoint&, const SkRasterClip&,
2430 static HairProc ChooseHairProc(bool doAntiAlias) {
2676 HairProc hairProc = ChooseHairProc(paint.isAntiAlias());
2679 hairProc(devVerts[state.f0], devVerts[state.f1], clip, blitter.get());
2680 hairProc(devVerts[state.f1], devVerts[state.f2], clip, blitter.get());
2681 hairProc(devVerts[state.f2], devVerts[state.f0], clip, blitter.get());