Home | History | Annotate | Download | only in xps

Lines Matching refs:bWidth

703         const SkScalar bWidth = SkIntToScalar(bitmap.width());
715 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
739 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
751 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
760 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
781 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
786 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);