Lines Matching refs:target
217 MaskFill target;
221 public TraceMaskFill(MaskFill target) {
222 super(target.getSourceType(),
223 target.getCompositeType(),
224 target.getDestType());
225 this.target = target;
227 target.getSourceType(),
228 target.getCompositeType(),
229 target.getDestType());
231 target.getSourceType(),
232 target.getCompositeType(),
233 target.getDestType());
245 tracePrimitive(target);
246 target.MaskFill(sg2d, sData, comp, x, y, w, h,
257 target.FillAAPgram(sg2d, sData, comp,
269 target.DrawAAPgram(sg2d, sData, comp,
274 return target.canDoParallelograms();