Home | History | Annotate | Download | only in shadows

Lines Matching refs:postConcat

225     return postConcat(SimpleMatrix.translate(dx, dy));
231 return postConcat(SimpleMatrix.scale(sx, sy, px, py));
237 return postConcat(SimpleMatrix.scale(sx, sy));
243 return postConcat(SimpleMatrix.rotate(degrees, px, py));
249 return postConcat(SimpleMatrix.rotate(degrees));
255 return postConcat(SimpleMatrix.skew(kx, ky, px, py));
261 return postConcat(SimpleMatrix.skew(kx, ky));
265 public boolean postConcat(Matrix other) {
267 return postConcat(getSimpleMatrix(other));
329 private boolean postConcat(SimpleMatrix matrix) {