Searched refs:bHeight (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 682 const SkScalar bHeight = SkIntToScalar(bitmap.height()); in createXpsImageBrush() local 693 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight); in createXpsImageBrush() 708 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight); in createXpsImageBrush() 717 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight); in createXpsImageBrush() 738 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG); in createXpsImageBrush() 762 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG); in createXpsImageBrush() 766 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG); in createXpsImageBrush()
|