Lines Matching refs:height
29 * Retrieves the height of the surface.
31 int height() const { return fDesc.fHeight; }
34 * Helper that gets the width and height of the surface as a bounding rectangle.
37 SkIntToScalar(this->height())); }
74 * @param height height of rectangle to read in pixels.
84 bool readPixels(int left, int top, int width, int height,
96 * @param height height of rectangle to write in pixels.
106 bool writePixels(int left, int top, int width, int height,