Lines Matching refs:jint

57     jint                srcflags;
58 jint dstflags;
82 jint rule; /* See RULE_* constants above */
85 jint xorPixel; /* from XORComposite */
119 typedef jint (PixelForFunc)(SurfaceDataRasInfo *pRasInfo, jint rgb);
131 jint readflags;
132 jint writeflags;
157 jint dstflags;
206 juint width, juint height, jint bgpixel,
217 jint sxloc, jint syloc,
218 jint sxinc, jint syinc, jint scale,
228 jint lox, jint loy,
229 jint hix, jint hiy,
230 jint pixel, struct _NativePrimitive *pPrim,
238 jint pixel, struct _NativePrimitive *pPrim,
247 jint x1, jint y1, jint pixel,
248 jint steps, jint error,
249 jint bumpmajormask, jint errmajor,
250 jint bumpminormask, jint errminor,
258 unsigned char *pMask, jint maskOff, jint maskScan,
259 jint width, jint height,
260 jint fgColor,
269 unsigned char *pMask, jint maskOff, jint maskScan,
270 jint width, jint height,
280 jint totalGlyphs,
281 jint fgpixel, jint fgcolor,
282 jint cx1, jint cy1,
283 jint cx2, jint cy2,
292 jint totalGlyphs,
293 jint fgpixel, jint fgcolor,
294 jint cx1, jint cy1,
295 jint cx2, jint cy2,
301 * rgbOrder is a jint rather than a jboolean so that this typedef matches
308 jint totalGlyphs,
309 jint fgpixel, jint fgcolor,
310 jint cx1, jint cy1,
311 jint cx2, jint cy2,
312 jint rgbOrder,
322 jint *pRGB, jint numpix,
332 typedef void (TransformInterpFunc)(jint *pRGBbase, jint numpix,
333 jint xfract, jint dxfract,
334 jint yfract, jint dyfract);
345 jint lox, jint loy, jint hix, jint hiy,
348 jint pixel, struct _NativePrimitive *pPrim,
396 jint srcflags;
397 jint dstflags;
495 jint NumPrimitives);
511 extern JNIEXPORT jint JNICALL
522 extern JNIEXPORT jint JNICALL
524 extern JNIEXPORT jint JNICALL
526 extern JNIEXPORT jint JNICALL
547 void GrPrim_RefineBounds(SurfaceDataBounds *bounds, jint transX, jint transY,
548 jfloat *coords, jint maxCoords);
555 extern jint sunHints_INTVAL_STROKE_PURE;
564 #define WholeOfLong(l) ((jint) ((l) >> 32))
565 #define FractOfLong(l) ((jint) (l))