Searched refs:bHeight (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 684 const SkScalar bHeight = SkIntToScalar(bitmap.height()); in createXpsImageBrush() local 695 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight); in createXpsImageBrush() 710 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight); in createXpsImageBrush() 719 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight); in createXpsImageBrush() 740 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG); in createXpsImageBrush() 764 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG); in createXpsImageBrush() 768 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG); in createXpsImageBrush()
|
Completed in 4 milliseconds