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

/solaris-x11-s11/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">
65 </match>
66 <match target="font">
83 </match>
85 <match target="font">
104 </match>
106 <match target="font">
126 </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
90 FONTCONFIG_CMDS = fc-cache fc-list fc-query fc-cat fc-match fc-scan
109 SUNTOUCH_MAN_FLAGS_fc-match.1 = $(SUNTOUCH_MAN_FLAGS_CMDS)
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDSWwraps.psw70 defineps _DPSSWColormapMatch(DPSContext ctxt; int colormap | boolean *match)
72 10 get colormap eq match % gc draw x y
H A DCSBwraps.psw39 defineps _DPSCColormapMatch(DPSContext ctxt; int colormap | boolean *match)
41 10 get colormap eq match % gc draw x y
H A DColorSB.c3086 int match; local
3093 _DPSCColormapMatch(csb->csb.context, csb->core.colormap, &match);
3095 if (match) {
H A DDPSScrollW.c1623 /* Make the dirty area match the window */
1669 int match; local
1677 dsw->sw.drawing_area->core.colormap, &match);
1679 if (match) {
/solaris-x11-s11/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-s11/open-src/lib/DPS/sun-src/libdps/
H A DcsfindNX.c244 Bool match = False; local
265 match = True;
285 (i < nAgents) && (agentList[i].willingness > 0) && (match == False);
306 match = True;
314 if (match) { /* We had a match on license method */
324 match = True;
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dwin_grab.c976 int infofd, devfd , curs_fd, match; local
983 match = 0;
997 match = 1;
1011 if (!match) {
1017 match = 1;
1038 if (!match)
1090 int match; local
1095 match = 0;
1114 match = 1;
1121 if (match) brea
[all...]
H A Ddga_Xrequests.c1395 int match = 0; local
1404 match = 1;
1422 return (match);
1483 int match = 0; local
1492 match = 1;
1510 return (match);
/solaris-x11-s11/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);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c618 Atom *match; local
621 for (count = 0, match = s->selections; count < s->atom_count; match++, count++)
622 if (*match == selection)
H A DText.c1493 Atom *match; local
1496 for (count = 0, match = s->selections; count < s->atom_count; match++, count++)
1497 if (*match == selection)

Completed in 260 milliseconds