Searched refs:inbox (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_renderer_mclip.h | 132 if(m_ren.inbox(x, y)) in copy_pixel() 147 if(m_ren.inbox(x, y)) in blend_pixel() 162 if(m_ren.inbox(x, y)) in pixel()
|
H A D | agg_renderer_base.h | 103 bool inbox(int x, int y) const in inbox() function 152 if(inbox(x, y)) in copy_pixel() 161 if(inbox(x, y)) in blend_pixel() 170 return inbox(x, y) ? in pixel()
|
/haiku/src/servers/app/drawing/Painter/ |
H A D | agg_renderer_region.h | 214 if(m_ren.inbox(x, y)) in copy_pixel() 231 if(m_ren.inbox(x, y)) in blend_pixel() 248 if(m_ren.inbox(x, y)) in pixel()
|
/haiku/docs/apps/mail/Programming Notes/ |
H A D | Writing Add-ons.md | 115 defined inbox. 117 * `BPath *io_folder`: This defines the subfolder of the user's inbox to 118 which the message will be added, expressed relative to the inbox. IMAP
|