Searched refs:clip (Results 26 - 43 of 43) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_v3.h215 uint16_t clip; member in struct:cornerCalInfo
H A Dah_eeprom_v3.c1420 ee->ee_cornerCal.clip = 4;
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp461 BRect clip(fOrgJobData->GetScaledPrintableRect());
462 clip.OffsetTo(left_top);
465 region->Set(clip);
H A DPreview.cpp706 BRegion clip(clipRect);
707 ConstrainClippingRegion(&clip);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1323 BMessage* clip = NULL; local
1328 clip = be_clipboard->Data();
1330 clip->AddData("text/plain", B_MIME_TYPE, buffer.String(),
/haiku/headers/libs/agg/
H A Dagg_basics.h306 bool clip(const self_type& r) function in struct:agg::rect_base
H A Dagg_pixfmt_gray.h186 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
H A Dagg_pixfmt_rgb.h244 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
H A Dagg_pixfmt_rgb_packed.h839 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
H A Dagg_renderer_markers.h74 return rc.clip(base_type::ren().bounding_clip_box());
H A Dagg_pixfmt_rgba.h1783 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
2368 if(r.clip(rect_i(0, 0, pixf.width()-1, pixf.height()-1)))
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1672 BMessage* clip; local
1673 if ((clip = be_clipboard->Data()) != NULL) {
1676 if (clip->FindData(B_FILE_MIME_TYPE, B_MIME_TYPE, &data, &size) == B_OK
1677 || clip->FindData("text/plain", B_MIME_TYPE, &data, &size) == B_OK)
/haiku/src/kits/interface/
H A DTextView.cpp1385 BMessage* clip = clipboard->Data(); local
1386 if (clip != NULL) {
1389 clip->AddData("text/plain", B_MIME_TYPE, text, numBytes);
1394 clip->AddData("application/x-vnd.Be-text_run_array",
1414 BMessage* clip = clipboard->Data();
1415 if (clip != NULL) {
1419 if (clip->FindData("text/plain", B_MIME_TYPE,
1425 clip->FindData("application/x-vnd.Be-text_run_array",
4554 // clip the text extending to end of selection
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1215 AR_PHY_FRAME_CTL_TX_CLIP, ee->ee_cornerCal.clip);
2083 ee->ee_cornerCal.clip = gv->currStep->paramVal[0]; /* bb_tx_clip */
/haiku/src/apps/showimage/
H A DShowImageView.cpp684 BRegion clip(rect);
686 ConstrainClippingRegion(&clip);
/haiku/src/kits/tracker/
H A DPoseView.h621 void SynchronousUpdate(BRect, bool clip = false);
H A DPoseView.cpp9216 BPoseView::SynchronousUpdate(BRect updateRect, bool clip) argument
9218 if (clip) {
9227 if (clip)
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js2034 this.context.clip();

Completed in 163 milliseconds

12