Home | History | Annotate | Download | only in xps

Lines Matching refs:bWidth

686         const SkScalar bWidth = SkIntToScalar(bitmap.width());
698 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
722 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
734 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
743 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
764 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
769 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);