Searched refs:jubyte (Results 51 - 71 of 71) sorted by relevance

123

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntArgbBm.c489 jubyte *pMask,
500 jubyte *pMask,
563 const jubyte *pixels;
569 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
H A Dvis_IntArgbPre_Mask.c207 jubyte *pMask,
294 jubyte *pMask,
485 jubyte *pMask,
557 jubyte *pMask,
770 jubyte *pMask,
841 jubyte *pMask,
H A Dvis_IntArgb.c384 const jubyte *pixels;
390 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
H A Djava2d_Mlib.h121 jubyte *pMask, \
H A Dvis_XorBlit.c341 jubyte *pDst = dstBase;
H A Dvis_IntBgr.c844 const jubyte *pixels;
850 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
H A Dvis_IntRgb.c570 const jubyte *pixels;
576 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
H A Dvis_ByteIndexed.c418 jubyte *pMask,
H A Dvis_IntRgbx.c980 const jubyte *pixels;
986 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
H A Dvis_IntArgbPre.c1105 const jubyte *pixels, *pixels0;
1111 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
H A Dvis_FourByteAbgr.c1885 const jubyte *pixels;
1891 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLVertexCache.c38 jubyte r, g, b, a;
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPaints.cpp40 jubyte ea;
79 ea = (jubyte)(d3dc->extraAlpha * 0xff + 0.5f);
H A DD3DResourceManager.cpp519 jubyte allOnes[D3D_MASK_CACHE_TILE_SIZE];
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAnyByteBinary.h75 (pRas)[PREFIX ## index] = (jubyte) PREFIX ## bbpix; \
85 (pRas)[PREFIX ## index] = (jubyte) PREFIX ## bbpix
632 jubyte *pMask, jint maskOff, jint maskScan, \
784 jubyte *pMask, jint maskOff, jint maskScan, \
H A DLoopMacros.h1559 const jubyte * PIXELS; \
1578 PIXELS = (const jubyte *)GLYPHS[GLYPHCOUNTER].pixels; \
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp297 typedef jubyte u1;
302 const jubyte max_jubyte = (jubyte)-1; // 0xFF largest jubyte
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp1404 write_byte((jubyte)0xFF);
1425 jubyte next = read_byte();
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp1061 static jubyte _intrinsic_hist_flags[vmIntrinsics::ID_LIMIT];
H A Dcompile.cpp195 jubyte Compile::_intrinsic_hist_flags[vmIntrinsics::ID_LIMIT] = {0};
227 _intrinsic_hist_flags[id] = (jubyte) (oflags | flags);
230 _intrinsic_hist_flags[vmIntrinsics::_none] |= (jubyte) flags;
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp487 register jubyte opcode;
2494 opcode = (jubyte)original_bytecode;

Completed in 125 milliseconds

123