Home | History | Annotate | Download | only in core

Lines Matching defs:ltrb

1619     Sk4f ltrb = Sk4f::Load(&src.fLeft) * scale + trans;
1622 Sk4f rblt(ltrb[2], ltrb[3], ltrb[0], ltrb[1]);
1623 Sk4f min = Sk4f::Min(ltrb, rblt);
1624 Sk4f max = Sk4f::Max(ltrb, rblt);