Searched refs:postOps (Results 1 – 1 of 1) sorted by relevance
37 private final Deque<String> postOps = new ArrayDeque<>(); field in ShadowMatrix62 return Collections.unmodifiableList(new ArrayList<>(postOps)); in getPostOperations()104 postOps.addAll(shadowMatrix.postOps); in set()113 postOps.clear(); in reset()228 postOps.addLast(TRANSLATE + " " + dx + " " + dy); in postTranslate()234 postOps.addLast(SCALE + " " + sx + " " + sy + " " + px + " " + py); in postScale()240 postOps.addLast(SCALE + " " + sx + " " + sy); in postScale()246 postOps.addLast(ROTATE + " " + degrees + " " + px + " " + py); in postRotate()252 postOps.addLast(ROTATE + " " + Float.toString(degrees)); in postRotate()258 postOps.addLast(SKEW + " " + kx + " " + ky + " " + px + " " + py); in postSkew()[all …]