Home | History | Annotate | Download | only in core

Lines Matching defs:ltrb

1700     Sk4f ltrb = Sk4f::Load(&src.fLeft) * scale + trans;
1703 Sk4f rblt(ltrb[2], ltrb[3], ltrb[0], ltrb[1]);
1704 Sk4f min = Sk4f::Min(ltrb, rblt);
1705 Sk4f max = Sk4f::Max(ltrb, rblt);