Searched refs:match (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s12/open-src/lib/fontconfig/
H A D20-indic.conf7 <match target="font">
20 </match>
H A D90-sun-prefer-bitmap.conf31 <match target="font">
47 </match>
48 <match target="font">
67 </match>
68 <match target="font">
87 </match>
89 <match target="font">
114 </match>
116 <match target="font">
144 </match>
[all...]
H A D49-sun-preuser.conf28 <match target="font" >
32 </match>
33 <match target="font" >
37 </match>
38 <match target="font" >
42 </match>
48 <match target="font">
57 </match>
67 <match target="font">
77 </match>
[all...]
H A DMakefile49 # LSARC/2007/532 fc-match
94 FONTCONFIG_CMDS = fc-cache fc-list fc-query fc-cat fc-match fc-scan fc-pattern fc-validate
113 SUNTOUCH_MAN_FLAGS_fc-match.1 = $(SUNTOUCH_MAN_FLAGS_CMDS)
/solaris-x11-s12/open-src/lib/libXext/sun-src/src/
H A DTransOvl.c634 XOvlVisualMatch *match,
638 Visual *vis = match->candidate.vis;
658 && (match->candidate.depth != pCriteria->depth))
694 && ( GetNumMBXBuffers(dpy, match->screen, vis, info)
701 && CheckSharedPixels(dpy, match->screen, match->searchtype,
702 vis, match->partner.vis, info))
708 && CheckSharedColors(dpy, match->screen,
709 vis, match->partner.vis, info))
715 && (!match
632 ComputeVisualMatch( Display *dpy, XOvlVisualMatch *match, XSolarisOvlVisualCriteria *pCriteria, XExtDisplayInfo *info) argument
[all...]
/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Dwin_grab.c981 int infofd, devfd , curs_fd, match; local
988 match = 0;
1002 match = 1;
1016 if (!match) {
1022 match = 1;
1043 if (!match)
1095 int match; local
1100 match = 0;
1119 match = 1;
1126 if (match) brea
[all...]
H A Ddga_Xrequests.c1383 int match = 0; local
1392 match = 1;
1410 return (match);
1471 int match = 0; local
1480 match = 1;
1498 return (match);
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_sun_idr.c216 struct idr_used_id match; local
219 match.id = id;
221 ret = avl_find(&idrp->used_ids, &match, NULL);

Completed in 171 milliseconds