Searched refs:shiftEdgesUp (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkScan_Path.cpp | 398 int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) { in sk_fill_path() argument 406 int count = builder.build(path, clipRect, shiftEdgesUp, canCullToTheRight); in sk_fill_path() 427 blitter->blitRect(rect.fLeft << shiftEdgesUp, in sk_fill_path() 428 rect.fTop << shiftEdgesUp, in sk_fill_path() 429 rect.width() << shiftEdgesUp, in sk_fill_path() 430 rect.height() << shiftEdgesUp); in sk_fill_path() 453 start_y <<= shiftEdgesUp; in sk_fill_path() 454 stop_y <<= shiftEdgesUp; in sk_fill_path() 466 ib.setBlitter(blitter, clipRgn.getBounds(), shiftEdgesUp); in sk_fill_path() 479 rightEdge = SkScalarRoundToInt(path.getBounds().right()) << shiftEdgesUp; in sk_fill_path()
|
D | SkScanPriv.h | 33 SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp,
|