Searched refs:cb (Results 1 - 25 of 72) sorted by relevance

123

/haiku-fatelf/headers/libs/agg/
H A Dagg_renderer_mclip.h79 const rect_i& cb = m_clip[0]; local
80 m_ren.clip_box_naked(cb.x1, cb.y1, cb.x2, cb.y2);
89 const rect_i& cb = m_clip[m_curr_cb]; local
90 m_ren.clip_box_naked(cb.x1, cb.y1, cb.x2, cb
[all...]
H A Dagg_pixfmt_rgb_packed.h43 unsigned cr, unsigned cg, unsigned cb,
54 (((cb - b) * alpha + (b << 8)) >> 11) | 0x8000);
82 unsigned cr, unsigned cg, unsigned cb,
94 ((b * alpha + cb * cover) >> 11) | 0x8000);
129 unsigned cr, unsigned cg, unsigned cb,
140 (m_gamma->inv(((m_gamma->dir(cb) - b) * alpha + (b << 8)) >> 8) >> 3) | 0x8000);
174 unsigned cr, unsigned cg, unsigned cb,
185 (((cb - b) * alpha + (b << 8)) >> 11));
212 unsigned cr, unsigned cg, unsigned cb,
224 ((b * alpha + cb * cove
42 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
81 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned cover) argument
128 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
173 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
211 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned cover) argument
255 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
296 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
336 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned cover) argument
383 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
424 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
464 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned cover) argument
511 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
554 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
591 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned cover) argument
636 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
676 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
713 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned cover) argument
758 blend_pix(pixel_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned) argument
[all...]
H A Dagg_renderer_base.h60 rect_i cb(x1, y1, x2, y2);
61 cb.normalize();
62 if(cb.clip(rect_i(0, 0, width() - 1, height() - 1)))
64 m_clip_box = cb;
434 rect_i cb = clip_box(); local
435 ++cb.x2;
436 ++cb.y2;
452 if(dst.x1 < cb.x1)
454 src.x1 += cb.x1 - dst.x1;
455 dst.x1 = cb
[all...]
H A Dagg_color_rgba.h365 calc_type cr, cg, cb, ca; local
376 cb = b + c.b; b = (cb > calc_type(base_mask)) ? calc_type(base_mask) : cb;
384 cb = b + ((c.b * cover + cover_mask/2) >> cover_shift);
388 b = (cb > calc_type(base_mask)) ? calc_type(base_mask) : cb;
627 calc_type cr, cg, cb, ca; local
638 cb = b + c.b; b = (cb > calc_typ
[all...]
/haiku-fatelf/src/bin/gzip/
H A Dzmore12 cb='cbreak'; ncb='-cbreak'
15 cb='min 1 -icanon'; ncb='icanon eof ^d'
35 stty $cb -echo 2>/dev/null
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprint/
H A Dmxml.h143 stp_mxml_type_t (*cb)(stp_mxml_node_t *));
145 stp_mxml_type_t (*cb)(stp_mxml_node_t *));
147 stp_mxml_type_t (*cb)(stp_mxml_node_t *));
156 int (*cb)(stp_mxml_node_t *, int));
158 int (*cb)(stp_mxml_node_t *, int));
160 int (*cb)(stp_mxml_node_t *, int));
163 int (*cb)(stp_mxml_node_t *, int));
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dmxml-file.c53 stp_mxml_type_t (*cb)(stp_mxml_node_t *),
60 int (*cb)(stp_mxml_node_t *, int),
66 int (*cb)(stp_mxml_node_t *, int), int ws,
84 stp_mxml_type_t (*cb)(stp_mxml_node_t *))
87 return (mxml_load_data(top, fp, cb, mxml_file_getc));
104 stp_mxml_type_t (*cb)(stp_mxml_node_t *))
111 doc = stp_mxmlLoadFile(top, fp, cb);
131 stp_mxml_type_t (*cb)(stp_mxml_node_t *))
134 return (mxml_load_data(top, &s, cb, mxml_string_getc));
150 int (*cb)(stp_mxml_node_
[all...]
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dproto_cbi.c64 static void trace_CDB(usb_device_info *udi, const usb_mass_CBI_CB *cb, int len);
69 EDirection dir, CCB_SCSIIO *ccbio, ud_transfer_callback cb);
81 void trace_CDB(usb_device_info *udi, const usb_mass_CBI_CB *cb, int len) argument
83 PTRACE(udi, "CB:{op:0x%02x; op2:0x%02x;}\n", cb->op, cb->op2);
84 udi->trace_bytes(" padding:", cb->padding, len - 2);
88 send_request_adsc(usb_device_info *udi, void *cb, int length) argument
92 trace_CDB(udi, cb, length);
97 cb, &len);
163 //usb_mass_CBI_CB *cb
166 usb_mass_CBI_CB cb = { local
208 cbi_transfer(usb_device_info *udi, uint8 *cmd, uint8 cmdlen, iovec *sg_data, int32 sg_count, int32 transfer_len, EDirection dir,CCB_SCSIIO *ccbio, ud_transfer_callback cb) argument
[all...]
H A Dproto_module.h57 ud_transfer_callback cb);
H A Dproto_bulk.c76 CCB_SCSIIO *ccbio, ud_transfer_callback cb);
312 \param cb: callback to handle of final stage of command performing (autosense \
321 EDirection dir, CCB_SCSIIO *ccbio, ud_transfer_callback cb)
370 cb(udi, ccbio, residue, command_status);
319 bulk_only_transfer(usb_device_info *udi, uint8 *cmd, uint8 cmdlen, iovec *sg_data,int32 sg_count, int32 transfer_len, EDirection dir, CCB_SCSIIO *ccbio, ud_transfer_callback cb) argument
/haiku-fatelf/src/apps/mail/
H A DComboBox.cpp406 BComboBox *cb = fParent; local
407 BWindow *win = cb->Window();
408 BComboBox::TextInput *text = dynamic_cast<BComboBox::TextInput*>(cb->TextView());
418 int32 index = cb->CurrentSelection();
419 int32 choices = cb->fChoiceList->CountChoices();
426 cb->Select((aKey == B_UP_ARROW) ? choices - 1 : 0);
433 cb->Select(index - 1, true);
435 cb->Select(index + 1, true);
610 BComboBox* cb; local
615 cb
[all...]
/haiku-fatelf/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h71 clipping_rect cb = m_region->RectAtInt(0); local
72 m_ren.clip_box_naked(cb.left, cb.top, cb.right, cb.bottom);
83 clipping_rect cb = m_region->RectAtInt(m_curr_cb); local
84 m_ren.clip_box_naked(cb.left, cb.top, cb.right, cb
[all...]
/haiku-fatelf/src/apps/installer/
H A DPackageViews.cpp265 PackageCheckBox* cb = dynamic_cast<PackageCheckBox*>(ChildAt(i)); local
266 if (cb && cb->Value())
267 size += cb->GetPackage()->Size();
279 PackageCheckBox* cb = dynamic_cast<PackageCheckBox*>(ChildAt(i)); local
280 if (cb && cb->Value()) {
281 list->AddItem(cb->GetPackage());
282 *size += cb->GetPackage()->Size();
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.c324 * Pointers into the compressed data, i.e. the compression block (cb),
327 u8 *cb_end = cb_start + cb_size; /* End of cb. */
328 u8 *cb = cb_start; /* Current position in cb. */ local
329 u8 *cb_sb_start = cb; /* Beginning of the current sb in the cb. */
341 ntfs_log_debug("Beginning sub-block at offset = %d in the cb.\n",
342 (int)(cb - cb_start));
349 if (cb == cb_end || !le16_to_cpup((le16*)cb) || des
570 u8 *dest, *cb, *cb_pos, *cb_end; local
[all...]
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_conv.c154 fluid_cb2amp(fluid_real_t cb) argument
157 * cb: an attenuation in 'centibels' (1/10 dB)
163 if (cb < 0) {
166 if (cb >= FLUID_CB_AMP_SIZE) {
169 return fluid_cb2amp_tab[(int) cb];
H A Dfluid_conv.h33 * This factor is used in the equation pow (10.0, cb / FLUID_ATTEN_POWER_FACTOR).
42 fluid_real_t fluid_cb2amp(fluid_real_t cb);
/haiku-fatelf/src/libs/tiff/
H A Dtif_pixarlog.c114 register unsigned int cr, cg, cb, ca, mask; local
122 t2 = ToLinearF[cb = wp[2]];
133 t2 = ToLinearF[(cb += wp[2]) & mask];
141 t2 = ToLinearF[cb = wp[2]];
154 t2 = ToLinearF[(cb += wp[2]) & mask];
177 register unsigned int cr, cg, cb, ca, mask; local
188 t2 = ToLinearF[cb = wp[2]] * SCALE12;
199 t2 = ToLinearF[(cb += wp[2]) & mask] * SCALE12;
207 t2 = ToLinearF[cb = wp[2]] * SCALE12;
220 t2 = ToLinearF[(cb
245 register unsigned int cr, cg, cb, ca, mask; local
296 register unsigned int cr, cg, cb, ca, mask; local
340 register unsigned int cr, cg, cb, ca, mask; local
389 register unsigned int cr, cg, cb, ca, mask; local
[all...]
/haiku-fatelf/src/bin/rcs/
H A Drcssyn.c241 struct cbuf cb; local
332 cb = savestring(&b);
333 if ((Expand = strn2expmode(cb.string,cb.size)) < 0)
335 (int)cb.size, cb.string
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Djrbind.c267 newCB->next = d->cb;
268 d->cb = newCB;
278 oldCB = d->cb;
279 d->cb = oldCB->next;
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dia64-opc.c571 unsigned int cb = ia64_dis_names[disent].completer_index;
579 while (cb)
581 if (cb & 1)
592 if (cb != 1)
605 cb = cb >> 1;
561 unsigned int cb = ia64_dis_names[disent].completer_index; local
/haiku-fatelf/src/libs/ncurses/tack/
H A Dcontrol.c216 static char cb[1024]; local
219 cb[0] = '\0';
222 for (ts = cb; (*ts = *cap); ++cap) {
235 return cb;
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.cpp505 struct ieee80211_cb* cb; local
512 cb = (struct ieee80211_cb*)(mtag+1);
513 cb->func = func;
514 cb->arg = arg;
529 struct ieee80211_cb* cb = (struct ieee80211_cb*)(mtag+1); local
530 cb->func(ni, cb->arg, status);
H A Dieee80211_regdomain.c155 const struct ieee80211_channel *cb = b; local
157 return (ca->ic_freq == cb->ic_freq) ?
159 (cb->ic_flags & IEEE80211_CHAN_ALL) :
160 ca->ic_freq - cb->ic_freq;
/haiku-fatelf/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c801 cb = outc[0 +yin*8+xin], \
803 cg = (50 * cb + 130 * cr + 128) >> 8 \
810 cb = outc[0 +yin*8+xin], \
812 cg = (3 * cb + 8 * cr) >> 4 \
822 STORECLAMP(p[(xout) * 3 + 0], y + cb) \
831 ((CLAMP(y + cb + add*2+1) ) >> 3), \
842 ((CLAMP(y + cb + add*2+1) ) >> 3), \
852 ((CLAMP(y + cb + add*2+1) ) >> 3), \
891 int cr, cg, cb, y; local
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_predict.c174 tif_int cb = cp[2]; local
179 cp[2] = (cb += cp[2]);
184 tif_int cb = cp[2]; local
190 cp[2] = (cb += cp[2]);

Completed in 276 milliseconds

123