Searched defs:mask (Results 101 - 125 of 220) sorted by relevance

123456789

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLVertexCache.c120 * vertex array (in the case of mask/glyph operations) or issue a glEnd()
138 * this method just after disabling the mask/glyph cache, which will ensure
160 // the mask cache texture
218 jint maskscan, void *mask)
233 if (mask != NULL) {
244 // copy alpha mask into texture tile
247 GL_LUMINANCE, GL_UNSIGNED_BYTE, mask);
214 OGLVertexCache_AddMaskQuad(OGLContext *oglc, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height, jint maskscan, void *mask) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DMaskTileManager.java32 * We render non-antialiased geometry (consisting of rectangles) into a mask,
34 * To avoid mask-allocations of large size, MaskTileManager splits
91 * Adds a rectangle to the mask.
98 * Adds a line to the mask.
148 * Uploads aa geometry generated for maskblit/fill into the mask pixmap.
150 public int uploadMask(int w, int h, int maskscan, int maskoff, byte[] mask) { argument
153 if (mask != null) {
156 con.putMaskImage(maskPixmap, maskGC, mask, 0, 0, 0, 0,
167 * Clears the area of the mask-pixmap used for uploading aa coverage values.
169 public void clearUploadMask(int mask, in argument
[all...]
H A DXRCompositeManager.java232 public void XRComposite(int src, int mask, int dst, int srcX, int srcY, argument
248 con.renderComposite(compRule, cachedSrc, mask, dst, cachedX, cachedY,
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEPollArrayWrapper.java200 void setInterest(int fd, int mask) { argument
213 byte b = (byte)mask;
214 assert (b == mask) && (b != KILLED);
H A DDevPollArrayWrapper.java180 void setInterest(int fd, int mask) { argument
194 byte b = (byte)mask;
195 assert (b == mask) && (b != IGNORE);
313 private native void register(int wfd, int fd, int mask); argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java254 private Object mask; field in class:JFormattedTextField
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DMaskFormatter.java35 * of a <code>MaskFormatter</code> is controlled by way of a String mask
73 * is not the case. The mask is on a per character basis, and will thus
81 * code block is equivalent to a mask of '0xHHH' with no invalid/valid
89 * less than the length of the mask, two things can happen. Either
106 * the mask "###-####" and current value "555-1212". Using the right
126 * <li>If the inserted character matches the mask for the next non-literal
153 // Potential values in mask.
165 /** The user specified mask. */
166 private String mask; field in class:MaskFormatter
177 * fill the mask
204 MaskFormatter(String mask) argument
216 setMask(String mask) argument
486 append(StringBuilder result, String value, int[] index, String placeholder, MaskCharacter[] mask) argument
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketPermission.java180 // the actions mask
181 private transient int mask; field in class:SocketPermission
281 SocketPermission(String host, int mask) { argument
284 init(getName(), mask);
369 private void init(String host, int mask) { argument
370 // Set the integer mask that represents the actions
372 if ((mask & ALL) != mask)
373 throw new IllegalArgumentException("invalid actions mask");
376 this.mask
1078 getActions(int mask) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp73 uint _reg; // Chosen register; undefined if mask is plural
113 int mask_size() const { assert( _msize_valid, "mask size not valid" );
115 // Get the last mask size computed, even if it does not match the
116 // count of bits in the current mask.
118 const RegMask &mask() const { return _mask; } function in class:LRG
H A Dsubnode.hpp266 enum mask { eq = 0, ne = 4, le = 5, ge = 7, lt = 3, gt = 1, illegal = 8 }; enum in struct:VALUE_OBJ_CLASS_SPEC
267 mask _test;
268 BoolTest( mask btm ) : _test(btm) {}
271 // a simple char array where each element is the ASCII version of a 'mask'
273 mask commute( ) const { return mask("038147858"[_test]-'0'); }
274 mask negate( ) const { return mask(_test^4); }
289 BoolNode( Node *cc, BoolTest::mask t): _test(t), Node(0,cc) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DTexturePaintContext.java124 public static boolean isMaskOK(int mask, boolean canbezero) { argument
125 if (canbezero && mask == 0) {
128 return (mask == 0xff ||
129 mask == 0xff00 ||
130 mask == 0xff0000 ||
131 mask == 0xff000000);
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntArgbBm.c46 mlib_s32 i, i0, j, x, mask; local
75 mask = ((*pp0 & 1) << 7) | ((*pp1 & 1) << 3);
77 vis_pst_8(dFF, dst + i, mask);
79 mask = ((*pp0 & 1) << 1) | (*pp1 & 1);
80 dd = vis_for(dd, ((mlib_d64*)vis_amask_arr)[mask]);
102 mlib_s32 i, i0, j, x, mask; local
127 mask = vis_fcmplt32(dd, dzero);
128 mask = ((mask << 3) | (mask <<
154 mlib_s32 j, x, mask; local
207 mlib_s32 i, i0, j, x, mask; local
261 mlib_s32 j, x, mask; local
314 mlib_s32 i, i0, j, x, mask; local
371 mlib_s32 j, x, mask; local
428 mlib_s32 j, x, mask; local
548 mlib_s32 pix, mask, srcA, dstA; local
[all...]
H A Dvis_IntBgr.c425 mlib_s32 i, i0, j, mask, x; local
449 mask = (((-*(mlib_u8*)(src + i)) >> 31) & 2) |
451 vis_pst_32(dd, dst + i, mask);
473 mlib_s32 j, mask; local
497 mask = (((-*(mlib_u8*)pp0) >> 31) & 2) |
499 vis_pst_32(dd, dst, mask);
522 mlib_s32 i, i0, j, mask; local
550 mask = (((-*(mlib_u8*)(src + i)) >> 31) & 2) |
553 vis_pst_32(dd, dst + i, mask);
665 mlib_s32 i, i0, j, x, mask; local
715 mlib_s32 j, x, mask; local
765 mlib_s32 j, x, mask; local
827 mlib_s32 pix, mask, mask_z; local
[all...]
H A Dvis_IntRgb.c46 mlib_d64 dd, mask; local
54 mask = vis_to_double_dup(0xFF000000);
63 dst[i] = vis_fors(src[i], vis_read_hi(mask));
71 *(mlib_d64*)(dst + i) = vis_for(dd, mask);
75 dst[i] = vis_fors(src[i], vis_read_hi(mask));
89 mlib_d64 dd, mask; local
92 mask = vis_to_double_dup(0xFF000000);
103 *dst++ = vis_fors(src[tmpsxloc >> shift], vis_read_hi(mask));
111 *(mlib_d64*)dst = vis_for(dd, mask);
116 *dst++ = vis_fors(src[tmpsxloc >> shift], vis_read_hi(mask));
451 mlib_s32 i, i0, j, mask; local
498 mlib_s32 i, i0, j, mask; local
555 mlib_s32 pix, mask, mask_z; local
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DFlags.java56 public static EnumSet<Flag> asFlagSet(long mask) { argument
58 if ((mask&PUBLIC) != 0) flags.add(Flag.PUBLIC);
59 if ((mask&PRIVATE) != 0) flags.add(Flag.PRIVATE);
60 if ((mask&PROTECTED) != 0) flags.add(Flag.PROTECTED);
61 if ((mask&STATIC) != 0) flags.add(Flag.STATIC);
62 if ((mask&FINAL) != 0) flags.add(Flag.FINAL);
63 if ((mask&SYNCHRONIZED) != 0) flags.add(Flag.SYNCHRONIZED);
64 if ((mask&VOLATILE) != 0) flags.add(Flag.VOLATILE);
65 if ((mask&TRANSIENT) != 0) flags.add(Flag.TRANSIENT);
66 if ((mask
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageLookUp_Bit.c163 mlib_u32 v, mask = mlib_bit_mask[i]; local
165 v = (val0 &~ mask) | (val1 & mask);
338 mlib_u32 v, mask = mlib_bit_mask_2[i]; local
340 v = (val0 &~ mask) | (val1 & mask);
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DParser.java1530 protected int parseModifiers(int mask) throws IOException { argument
1552 if ((nextmod & mask) == 0) {
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTrayIconPeer.java364 private void addXED(long window, XEventDispatcher xed, long mask) { argument
370 XlibWrapper.XSelectInput(XToolkit.getDisplay(), window, mask);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxWatchService.java147 * uint32_t mask;
211 int mask = 0;
214 mask |= IN_CREATE | IN_MOVED_TO;
218 mask |= IN_DELETE | IN_MOVED_FROM;
222 mask |= IN_MODIFY | IN_ATTRIB;
249 // register with inotify (replaces existing mask if already registered)
255 wd = inotifyAddWatch(ifd, buffer.address(), mask);
340 int mask = unsafe.getInt(event + OFFSETOF_MASK);
365 processEvent(wd, mask, name);
379 private WatchEvent.Kind<?> maskToEventKind(int mask) { argument
398 processEvent(int wd, int mask, final UnixPath name) argument
443 inotifyAddWatch(int fd, long pathAddress, int mask) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDOMAdapter.java212 public void setMultiDOMMask(int mask) { argument
213 _multiDOMMask = mask;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java115 static ModifierOp createModifier(Op next, Op branch, int add, int mask) { argument
117 ModifierOp op = new ModifierOp(Op.MODIFIER, add, mask);
/openjdk7/hotspot/src/share/vm/classfile/
H A DvmSymbols.cpp459 int shift = 2*vmSymbols::log2_SID_LIMIT + log2_FLAG_LIMIT, mask = right_n_bits(vmSymbols::log2_SID_LIMIT); local
460 assert(((ID4(1021,1022,1023,15) >> shift) & mask) == 1021, "");
461 return vmSymbols::SID( (info >> shift) & mask );
466 int shift = vmSymbols::log2_SID_LIMIT + log2_FLAG_LIMIT, mask = right_n_bits(vmSymbols::log2_SID_LIMIT); local
467 assert(((ID4(1021,1022,1023,15) >> shift) & mask) == 1022, "");
468 return vmSymbols::SID( (info >> shift) & mask );
473 int shift = log2_FLAG_LIMIT, mask = right_n_bits(vmSymbols::log2_SID_LIMIT); local
474 assert(((ID4(1021,1022,1023,15) >> shift) & mask) == 1023, "");
475 return vmSymbols::SID( (info >> shift) & mask );
480 int shift = 0, mask local
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp211 static bool dept_in_mask(DepType dept, int mask) { argument
212 return (int)dept >= 0 && dept < TYPE_LIMIT && ((1<<dept) & mask) != 0;
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp410 int mask = OopMapValue::oop_value | OopMapValue::value_value | OopMapValue::narrowoop_value; local
412 for (OopMapStream oms(map,mask); !oms.is_done(); oms.next()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp43 // fills the bit mask for native calls
51 void allocate_bit_mask(); // allocates the bit mask on C heap f necessary
52 void deallocate_bit_mask(); // allocates the bit mask on C heap f necessary
170 // The expection is that the bit mask was allocated
216 uintptr_t mask = 0; local
218 for (int i = 0; i < n; i++, mask <<= bits_per_entry) {
220 if (mask == 0) {
222 mask = 1;
225 if ((value & (mask << oop_bit_number)) != 0) oop_closure->offset_do(i);
243 uintptr_t mask local
294 MaskFillerForNative(methodHandle method, uintptr_t* mask, int size) argument
407 uintptr_t mask = 1; local
[all...]

Completed in 82 milliseconds

123456789