Searched defs:bHeight (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dicon_util.h152 BYTE bHeight; member in struct:IconUtil::ICONDIRENTRY
174 BYTE bHeight; member in struct:IconUtil::GRPICONDIRENTRY
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp687 const SkScalar bHeight = SkIntToScalar(bitmap.height()); local
698 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
713 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight);
722 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
743 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
769 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
773 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG);
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp688 const SkScalar bHeight = SkIntToScalar(bitmap.height()); local
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);

Completed in 463 milliseconds