Searched refs:target (Results 1 - 14 of 14) sorted by relevance

/solaris-x11-s11/open-src/lib/fontconfig/
H A D20-indic.conf7 <match target="font">
H A D90-sun-prefer-bitmap.conf31 <match target="font">
48 <match target="font">
66 <match target="font">
85 <match target="font">
106 <match target="font">
128 <match target="font">
144 <match target="font">
169 <match target="font">
194 <match target="font">
223 <match target
[all...]
H A D49-sun-preuser.conf28 <match target="font" >
33 <match target="font" >
38 <match target="font" >
48 <match target="font">
67 <match target="font">
83 <match target="pattern">
89 <match target="pattern">
94 <match target="font">
100 <test target="pattern" name="slant" compare="not_eq">
109 <match target
[all...]
/solaris-x11-s11/open-src/xserver/xvnc/sun-src/java/src/com/tigervnc/decoder/
H A DMakefile4 JCFLAGS = -target 1.8 -classpath ../../../
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextSrc.c243 * target - the current target atom.
253 ConvertSelection(w, selection, target, type, value, length, format)
255 Atom * selection, * target, * type;
382 * target - the current target atom.
392 target, type, value, length, format)
394 Atom * selection, * target, * type;
401 return((*class->textSrc_class.ConvertSelection)(w, selection, target, type,
H A DXaw3_1Text.c1061 XawTextPosition top, target; local
1100 target = lt->top;
1101 top = SrcScan(ctx->text.source, target, XawstEOL,
1118 if ( updateTo == target ) {
1127 else if (lt->top != target)
1367 ConvertSelection(w, selection, target, type, value, length, format)
1369 Atom *selection, *target, *type;
1380 if (*target == XA_TARGETS(d)) {
1384 if ( SrcCvtSel(src, selection, target, type, value, length, format) )
1388 target, typ
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextSrc.c258 * target - the current target atom.
268 ConvertSelection(w, selection, target, type, value, length, format)
270 Atom * selection, * target, * type;
496 * target - the current target atom.
506 XawTextSourceConvertSelection(Widget w, Atom *selection, Atom *target, argument
511 target, type, value, length, format)
513 Atom * selection, * target, * type;
526 return((*class->textSrc_class.ConvertSelection)(w, selection, target, typ
[all...]
H A DTextAction.c630 ConvertSelection(w, selection, target, type, value, length, format)
632 Atom *selection, *target, *type;
645 if (*target == XA_TARGETS(d)) {
649 if ( SrcCvtSel(src, selection, target, type, value, length, format) )
653 target, type, (XPointer*)&std_targets,
681 if ( SrcCvtSel(src, selection, target, type, value, length, format) )
690 if (*target == XA_STRING ||
691 *target == XA_TEXT(d) ||
692 *target == XA_COMPOUND_TEXT(d)) {
693 if (*target
[all...]
H A DText.c1172 XawTextPosition top, target; local
1214 target = lt->top;
1215 top = SrcScan(ctx->text.source, target, XawstEOL,
1232 if ( updateTo == target ) {
1242 else if (lt->top != target)
1503 ConvertSelection(w, selection, target, type, value, length, format)
1505 Atom *selection, *target, *type;
1519 if (*target == XA_TARGETS(d)) {
1523 if ( SrcCvtSel(src, selection, target, type, value, length, format) )
1527 target, typ
[all...]
/solaris-x11-s11/open-src/util/build-tools/
H A Dfind-build-errors388 $hl1 =~ s{ target=usr/lib/isaexec}{};
389 $hl2 =~ s{ target=\d+}{};
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_panel.c169 static inline u32 panel_fitter_scaling(u32 source, u32 target) argument
178 u32 ratio = source * FACTOR / target;
H A Dintel_display.c485 int target, int refclk, intel_clock_t *match_clock,
490 int err = target;
503 if (target < limit->p2.dot_limit)
531 this_err = abs(clock.dot - target);
541 return (err != target);
546 int target, int refclk, intel_clock_t *match_clock,
551 int err = target;
564 if (target < limit->p2.dot_limit)
590 this_err = abs(clock.dot - target);
600 return (err != target);
484 i9xx_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument
545 pnv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument
604 g4x_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument
661 vlv_find_best_dpll(const intel_limit_t *limit, struct drm_crtc *crtc, int target, int refclk, intel_clock_t *match_clock, intel_clock_t *best_clock) argument
[all...]
H A Di915_drv.h353 * @target: target frequency in kHz
364 int target, int refclk,
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c1156 ev->target = event->u.selectionRequest.target;
1166 ev->target = event->u.selectionNotify.target;

Completed in 80 milliseconds