Searched refs:bHeight (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 704 const SkScalar bHeight = SkIntToScalar(bitmap.height()); in createXpsImageBrush() local 715 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight); in createXpsImageBrush() 730 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight); in createXpsImageBrush() 739 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight); in createXpsImageBrush() 760 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG); in createXpsImageBrush() 786 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG); in createXpsImageBrush() 790 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG); in createXpsImageBrush()
|