Home | History | Annotate | Download | only in core

Lines Matching defs:choose

55         fBlitter = SkBlitter::Choose(dst, matrix, paint, &fAllocator, drawCoverage);
61 void choose(const SkPixmap& dst, const SkMatrix& matrix,
64 fBlitter = SkBlitter::Choose(dst, matrix, paint, &fAllocator, drawCoverage);
1112 blitterStorage.choose(fDst, *fMatrix, *paint, drawCoverage);
1583 // The Blitter Choose needs to be live while using the blitter below.
1663 // The Blitter Choose needs to be live while using the blitter below.