HomeSort by relevance Sort by last modified time
    Searched refs:BSize (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/haiku/
IntSizeHaiku.cpp 36 IntSize::IntSize(const BSize& size)
42 IntSize::operator BSize() const
44 return BSize(width(), height());
FloatRectHaiku.cpp 45 return BRect(BPoint(x(), y()), BSize(width() - 1, height() - 1));
IntRectHaiku.cpp 44 return BRect(BPoint(x(), y()), BSize(width() - 1, height() - 1));
  /external/webkit/Source/WebCore/platform/graphics/
IntSize.h 49 class BSize;
133 explicit IntSize(const BSize&);
134 operator BSize() const;
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 50 unsigned int BSize : 2;

Completed in 3444 milliseconds