Searched refs:even (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.h37 virtual void DrawItem(BView*, BRect, bool even = false);
38 virtual void DrawBackground(BView*, BRect, bool even);
H A DListViews.cpp57 SimpleItem::DrawItem(BView* owner, BRect itemFrame, bool even) argument
59 DrawBackground(owner, itemFrame, even);
87 SimpleItem::DrawBackground(BView* owner, BRect itemFrame, bool even) argument
103 if (even)
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h12 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 #define ALIGN .even
/haiku/src/bin/rc/
H A Dlexer.l162 <RAWDATA>{HEX} LEXERROR("number of characters must be even")
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp73 virtual void DrawItem(BView* owner, BRect itemFrame, bool even) argument
75 SimpleItem::DrawBackground(owner, itemFrame, even);
78 SimpleItem::DrawItem(owner, itemFrame.OffsetByCopy(offset, 0), even);
H A DStyleListView.cpp79 virtual void DrawItem(BView* owner, BRect itemFrame, bool even) argument
81 SimpleItem::DrawBackground(owner, itemFrame, even);
84 SimpleItem::DrawItem(owner, itemFrame.OffsetByCopy(offset, 0), even);
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex175 even if they differ only in the format of the header (see section
591 namely QuickRes and xres. They are incomplete and may even be partially wrong,
608 in fact not even the exact length and meaning of the fields of the resources

Completed in 45 milliseconds