Home | History | Annotate | Download | only in xps

Lines Matching refs:bWidth

687         const SkScalar bWidth = SkIntToScalar(bitmap.width());
699 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
735 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
765 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);