Searched refs:Matches (Results 26 - 35 of 35) sorted by relevance

12

/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFText.cpp349 fXRefs->Matches(s, &record, true);
H A DPDFWriter.cpp599 if (t->Matches(alpha)) {
706 if (p->Matches(fState->pattern0, fState->backgroundColor,
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp393 if (!const_cast<media_format*>(&format)->Matches(&fOutput.format)) {
/haiku-fatelf/src/kits/media/
H A DMediaDefs.cpp204 // #pragma mark - media_format::Matches() support
684 media_format::Matches(const media_format* other) const function in class:media_format
1067 return a.Matches(&b);
/haiku-fatelf/src/kits/interface/
H A DWindow.cpp96 bool Matches(uint32 key, uint32 modifiers) const;
269 BWindow::Shortcut::Matches(uint32 key, uint32 modifiers) const function in class:BWindow::Shortcut
3873 if (shortcut->Matches(key, modifiers))
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp594 !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp558 || !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
/haiku-fatelf/src/apps/showimage/
H A DFilter.cpp326 Scaler::Matches(BRect rect, bool dither) const function in class:Scaler
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeRef.cpp833 if(format && !f1->Matches(f2))
/haiku-fatelf/src/kits/tracker/
H A DPoseView.cpp6279 // There is room for optimizations here: If regexp-type match, the Matches()
6286 if (name.Matches(expression.String(), !ignoreCase, expressionType) ^ invertSelection) {

Completed in 174 milliseconds

12