Searched refs:IS_SET (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DShaderGen.c54 #define IS_SET(flagbit) \ macro
211 int kernelMax = IS_SET(CONVOLVE_5X5) ? 25 : 9;
219 if (IS_SET(CONVOLVE_EDGE_ZERO_FILL)) {
280 if (IS_SET(RESCALE_NON_PREMULT)) {
345 if (IS_SET(LOOKUP_USE_SRC_ALPHA)) {
354 if (IS_SET(LOOKUP_NON_PREMULT)) {
423 int colorSampler = IS_SET(BASIC_GRAD_USE_MASK) ? 1 : 0;
434 if (IS_SET(BASIC_GRAD_IS_CYCLIC)) {
442 if (IS_SET(BASIC_GRAD_USE_MASK)) {
638 int colorSampler = IS_SET(MULTI_GRAD_USE_MAS
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBufImgOps.c37 #define IS_SET(flagbit) \ macro
133 char *kernelMax = IS_SET(CONVOLVE_5X5) ? "25" : "9";
134 char *target = IS_SET(CONVOLVE_RECT) ? "2DRect" : "2D";
142 if (IS_SET(CONVOLVE_EDGE_ZERO_FILL)) {
348 char *target = IS_SET(RESCALE_RECT) ? "2DRect" : "2D";
357 if (IS_SET(RESCALE_NON_PREMULT)) {
569 char *target = IS_SET(LOOKUP_RECT) ? "2DRect" : "2D";
579 if (IS_SET(LOOKUP_USE_SRC_ALPHA)) {
589 if (IS_SET(LOOKUP_NON_PREMULT)) {
H A DOGLPaints.c342 #define IS_SET(flagbit) \ macro
537 jint maxFractions = IS_SET(MULTI_LARGE) ?
542 if (IS_SET(MULTI_USE_MASK)) {
570 if (IS_SET(MULTI_LINEAR_RGB)) {
605 if (IS_SET(MULTI_USE_MASK)) {

Completed in 37 milliseconds