Home | History | Annotate | Download | only in xps

Lines Matching refs:bHeight

688         const SkScalar bHeight = SkIntToScalar(bitmap.height());
699 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
714 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight);
723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
774 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG);