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

/external/skia/src/core/
H A DSkScan_Path.cpp398 int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) {
406 int count = builder.build(path, clipRect, shiftEdgesUp, canCullToTheRight);
427 blitter->blitRect(rect.fLeft << shiftEdgesUp,
428 rect.fTop << shiftEdgesUp,
429 rect.width() << shiftEdgesUp,
430 rect.height() << shiftEdgesUp);
453 start_y <<= shiftEdgesUp; local
454 stop_y <<= shiftEdgesUp; local
466 ib.setBlitter(blitter, clipRgn.getBounds(), shiftEdgesUp);
479 rightEdge = SkScalarRoundToInt(path.getBounds().right()) << shiftEdgesUp;
397 sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter, int start_y, int stop_y, int shiftEdgesUp, const SkRegion& clipRgn) argument
[all...]

Completed in 96 milliseconds