Searched refs:from (Results 1 - 25 of 386) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php35 // else you can get it from http://www.tightvnc.com/download-old.php :
80 ."-daemonize " /* detach from stdin */
308 "' from browser headers.");
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex170 from the type of the file. x86 resource files contain little endian, PPC
538 calculated from all bytes of the resource info table not including
607 resulted from the attempt to assign all the fields a reasonable meaning, but
/haiku/headers/build/os/app/
H A DMessenger.h23 BMessenger(const BMessenger &from);
28 BMessenger &operator=(const BMessenger &from);
/haiku/headers/cpp/
H A Deditbuf.h41 // Logical pos from start of buffer (does not count gap).
44 // Pos from start of buffer, possibly including gap_size.
75 void assign(struct edit_string *src); // copy bytes from src to this
167 void delete_range(buf_index from, buf_index to);
/haiku/headers/libs/agg/
H A Dagg_font_cache_manager.h357 void precache(unsigned from, unsigned to) argument
359 for(; from <= to; ++from) glyph(from);
H A Dagg_pixfmt_amask_adaptor.h141 void copy_from(const rendering_buffer& from, argument
146 m_pixf->copy_from(from, xdst, ydst, xsrc, ysrc, len);
H A Dagg_pixfmt_gray.h588 void copy_from(const RenBuf2& from, argument
593 const int8u* p = from.row_ptr(ysrc);
H A Dagg_pixfmt_rgb.h648 void copy_from(const RenBuf2& from, argument
653 const int8u* p = from.row_ptr(ysrc);
665 void blend_from(const SrcPixelFormatRenderer& from, argument
673 const value_type* psrc = (const value_type*)from.row_ptr(ysrc);
H A Dagg_pixfmt_rgb_packed.h1079 void copy_from(const RenBuf2& from, argument
1084 const int8u* p = from.row_ptr(ysrc);
1095 void blend_from(const SrcPixelFormatRenderer& from, argument
1103 const value_type* psrc = (const value_type*)from.row_ptr(ysrc);
H A Dagg_pixfmt_rgba.h2259 template<class RenBuf2> void copy_from(const RenBuf2& from, argument
2264 const int8u* p = from.row_ptr(ysrc);
2275 void blend_from(const SrcPixelFormatRenderer& from, argument
2282 const value_type* psrc = (value_type*)from.row_ptr(ysrc);
2655 template<class RenBuf2> void copy_from(const RenBuf2& from, argument
2660 const int8u* p = from.row_ptr(ysrc);
2671 void blend_from(const SrcPixelFormatRenderer& from, argument
2678 const value_type* psrc = (const value_type*)from.row_ptr(ysrc);
H A Dagg_renderer_mclip.h305 void copy_from(const rendering_buffer& from, argument
313 m_ren.copy_from(from, rc, x_to, y_to);
/haiku/headers/libs/alm/
H A DALMLayout.h169 virtual status_t ItemUnarchived(const BMessage* from,
/haiku/headers/os/app/
H A DMessageFilter.h56 BMessageFilter& operator=(const BMessageFilter& from);
/haiku/headers/os/drivers/pcmcia/
H A Dmem_op.h47 static inline void copy_pc_to_user(void *to, const void *from, size_t n) argument
52 put_user(readl_ns(from), (int *)to);
53 (char *)from += 4; (char *)to += 4; n -= 4;
56 put_user(readb((char *)from++), (char *)to++);
59 static inline void copy_user_to_pc(void *to, const void *from, size_t n) argument
66 get_user(l, (int *)from);
68 (char *)to += 4; (char *)from += 4; n -= 4;
71 get_user(c, (char *)from++);
78 static inline void copy_from_pc(void *to, const void *from, size_t n) argument
83 *(u_short *)to = readw_ns(from);
90 copy_to_pc(void *to, const void *from, size_t n) argument
102 copy_pc_to_user(void *to, const void *from, size_t n) argument
114 copy_user_to_pc(void *to, const void *from, size_t n) argument
[all...]
/haiku/headers/os/interface/
H A DAbstractLayout.h15 BAbstractLayout(BMessage* from);
46 virtual status_t AllUnarchived(const BMessage* from);
50 virtual status_t ItemUnarchived(const BMessage* from,
H A DAbstractLayoutItem.h16 BAbstractLayoutItem(BMessage* from);
H A DCardLayout.h14 BCardLayout(BMessage* from);
32 static BArchivable* Instantiate(BMessage* from);
38 virtual status_t AllUnarchived(const BMessage* from);
42 virtual status_t ItemUnarchived(const BMessage* from,
H A DCardView.h16 BCardView(BMessage* from);
22 static BArchivable* Instantiate(BMessage* from);
H A DChannelSlider.h33 static BArchivable* Instantiate(BMessage* from);
H A DGridLayout.h17 BGridLayout(BMessage* from);
62 static BArchivable* Instantiate(BMessage* from);
68 virtual status_t AllUnarchived(const BMessage* from);
71 virtual status_t ItemUnarchived(const BMessage* from,
H A DGridView.h20 BGridView(BMessage* from);
26 static BArchivable* Instantiate(BMessage* from);
H A DGroupLayout.h14 BGroupLayout(BMessage* from);
39 static BArchivable* Instantiate(BMessage* from);
45 virtual status_t AllUnarchived(const BMessage* from);
48 virtual status_t ItemUnarchived(const BMessage* from,
H A DGroupView.h21 BGroupView(BMessage* from);
27 static BArchivable* Instantiate(BMessage* from);
H A DLayout.h29 virtual BView* View(); // from BLayoutItem
53 // from BLayoutItem
70 virtual status_t AllUnarchived(const BMessage* from);
74 virtual status_t ItemUnarchived(const BMessage* from,
H A DLayoutItem.h22 BLayoutItem(BMessage* from);
66 virtual status_t AllUnarchived(const BMessage* from);

Completed in 130 milliseconds

1234567891011>>