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

12

/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DRegExp.h113 bool Matches(const char *string) const;
114 bool Matches(const BString &) const;
H A DXReferences.cpp54 bool Pattern::Matches(const char* string, MatchResult* result) const { function in class:Pattern
119 Pattern* XRefDef::Matches(PatternList* list, const char* s, const char** start, int32* len) { function in class:XRefDef
126 if (p->Matches(s, &m) && m.CountResults() >= 1) {
139 Pattern* XRefDef::Matches(const char* s, const char** start, int32* len) { function in class:XRefDef
141 Pattern* pat1 = Matches(&fLinks, s, start, len);
142 Pattern* pat2 = Matches(&fDests, s, start, len);
155 void XRefDefs::Matches(const char* s, XMatchResult* r, bool all) { function in class:XRefDefs
170 Pattern* pat = def->Matches(s, &start, &len);
178 bool found = pat1->Matches(start1, &match);
431 fDefs->Matches(fUtf
[all...]
H A DBookmark.h20 bool Matches(font_family* family, font_style* style, float size) const;
H A DXReferences.h59 bool Matches(const char* string, MatchResult* result) const;
88 // Pattern::Matches() invalidates a previous MatchResult!
120 Pattern* Matches(PatternList* list, const char* s, const char** start, int32 *len);
135 Pattern* Matches(const char* s, const char** start, int32 *len);
139 // XMatchResult; called from XRefDefs::Matches with matches
159 void Matches(const char* s, XMatchResult* result, bool all);
H A DBookmark.cpp16 bool Bookmark::Definition::Matches(font_family* family, font_style* style, float size) const function in class:Bookmark::Definition
50 if (definition->Matches(&family, &style, size)) {
H A DPDFWriter.h265 inline bool Matches(const pattern &p, rgb_color low, rgb_color high) const { function in class:PDFWriter::Pattern
280 inline bool Matches(uint8 alpha) const { function in class:PDFWriter::Transparency
H A DRegExp.cpp249 RegExp::Matches(const char *string) const function in class:RegExp
258 RegExp::Matches(const BString &string) const function in class:RegExp
/haiku-fatelf/src/kits/tracker/
H A DRegExp.h117 bool Matches(const char* string) const;
118 bool Matches(const BString &) const;
H A DTrackerString.h67 bool Matches(const char*, bool caseSensitivity = false,
128 return expression->Matches(*this);
138 return expression.Matches(*this);
H A DTrackerString.cpp69 TrackerString::Matches(const char* string, bool caseSensitivity, function in class:TrackerString
111 return expression.Matches(textString);
H A DRegExp.cpp258 RegExp::Matches(const char* string) const function in class:RegExp
268 RegExp::Matches(const BString &string) const function in class:RegExp
/haiku-fatelf/headers/private/media/
H A DMetaFormat.h27 bool Matches(const media_format &format, media_format_family family);
/haiku-fatelf/src/kits/media/
H A DMediaFormats.cpp59 if (!reply.input_format.Matches(inputFormat))
105 if (!reply.input_format.Matches(inputFormat)
106 || !reply.output_format.Matches(outputFormat)) {
312 meta_format::Matches(const media_format& otherFormat, function in class:meta_format
318 return format.Matches(&otherFormat);
454 if (metaFormat->Matches(format, family)) {
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamRoster.cpp68 if (cam->Matches(_device)) {
H A DCamDevice.h50 bool Matches(BUSBDevice* _device);
H A DCamDevice.cpp91 CamDevice::Matches(BUSBDevice* _device) function in class:CamDevice
/haiku-fatelf/src/apps/showimage/
H A DFilter.h173 bool Matches(BRect rect, bool dither) const;
/haiku-fatelf/src/bin/
H A Dxres.cpp123 bool Matches(const ResourceID &other) const function in struct:ResourceID
468 if ((fInclusionPattern && !fInclusionPattern->Matches(id))
469 || (fExclusionPattern && fExclusionPattern->Matches(id))) {
/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp526 // if (!format->Matches(&fRequiredFormatRawVideo))
538 if (!format->Matches(&fRequiredFormatRawAudio))
550 if (!format->Matches(&fRequiredFormatEncVideo))
560 if (!format->Matches(&fRequiredFormatEncAudio))
570 if (!format->Matches(&fRequiredFormatTS))
649 // if (!format->Matches(&fRequiredFormatRawVideo))
659 if (!format->Matches(&fRequiredFormatRawAudio))
669 if (!format->Matches(&fRequiredFormatEncVideo))
677 if (!format->Matches(&fRequiredFormatRawVideo))
685 if (!format->Matches(
[all...]
/haiku-fatelf/src/servers/input/
H A DInputServer.h60 bool Matches(const char* name, input_device_type type) const;
H A DInputServer.cpp128 InputDeviceListItem::Matches(const char* name, input_device_type type) const function in class:InputDeviceListItem
1245 if (item->Matches(name, type)) {
1310 if (item->Matches(name, type)) {
/haiku-fatelf/src/servers/media/
H A DAddOnManager.cpp599 if (!decoderFormat->Matches(&format))
/haiku-fatelf/headers/os/media/
H A DMediaDefs.h586 bool Matches(const media_format* other) const;
/haiku-fatelf/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp406 !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
/haiku-fatelf/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp409 !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {

Completed in 112 milliseconds

12