Searched defs:fillop (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DFillRect.java93 public MaskFill fillop; field in class:FillRect.General
100 fillop = MaskFill.locate(srctype, comptype, dsttype);
106 fillop.MaskFill(sg2d, dest, sg2d.composite, x, y, w, h, null, 0, 0);
H A DMaskFill.java171 FillRect fillop; field in class:MaskFill.General
179 fillop = FillRect.locate(srctype,
202 fillop.FillRect(sg2d, tmpData, 0, 0, w, h);

Completed in 34 milliseconds