Searched refs:drawing (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c37 * This framework performs filling and drawing of paths with sub-pixel
44 * such method of drawing is useful for the accelerated pipelines where
45 * overhead of the per-pixel drawing could eliminate all benefits of the
78 * (filling) / \ (drawing)
311 /* Clipping macros for drawing and filling algorithms */
454 * pixelInfo - structure which keeps drawing info for avoiding
455 * multiple drawing at the same position on the
456 * screen (required for the XOR mode of drawing)
458 * pixelInfo[0] - state of the drawing
561 /* Performing drawing o
1948 jint drawing; local
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java46 /* Public interfaces and methods for drawing and filling general paths */
280 /* Clipping macros for drawing and filling algorithms */
479 /* Switch off first pixel of the line before drawing */
556 * pixelInfo - structure which keeps drawing info for avoiding
557 * multiple drawing at the same position on the
558 * screen (required for the XOR mode of drawing)
560 * pixelInfo[0] - state of the drawing
663 /* Performing drawing of the monotonic in X and Y quadratic curves with
797 /* In case of drawing we could just skip curves which are
983 /* Performing drawing o
[all...]

Completed in 35 milliseconds