Searched refs:resizeMethod (Results 1 – 1 of 1) sorted by relevance
50 public ResizeOp(int targetHeight, int targetWidth, ResizeMethod resizeMethod) { in ResizeOp() argument53 useBilinear = (resizeMethod == ResizeMethod.BILINEAR); in ResizeOp()