Searched defs:imgHeight (Results 1 – 3 of 3) sorted by relevance
72 int imgHeight() const { return imgHeight_; } in imgHeight() function
111 jpegutil::Plane::Plane(int imgWidth, int imgHeight, int planeWidth, in Plane()127 int imgHeight = yPlane.imgHeight(); in compress() local
62 public void setTransform(Matrix toScr, Matrix toImage, int imgWidth, int imgHeight) { in setTransform()