Searched refs:applyRepresentation (Results 1 – 3 of 3) sorted by relevance
110 public void applyRepresentation(FilterRepresentation representation, in applyRepresentation() method in FilterEnvironment122 public Bitmap applyRepresentation(FilterRepresentation representation, Bitmap bitmap) { in applyRepresentation() method in FilterEnvironment
489 bitmap = environment.applyRepresentation(border, bitmap); in applyBorder()521 bitmap = environment.applyRepresentation(representation, bitmap); in applyFilters()546 environment.applyRepresentation(border, bitmapIn, out); in applyBorder()568 environment.applyRepresentation(representation, in, out); in applyFilters()
118 cacheBitmap = environment.applyRepresentation(representation, cacheBitmap); in apply()