Home | History | Annotate | Download | only in core

Lines Matching full:width

36         @param width the width of the virtual device the picture records.
65 @param width the base width for the picture, as if the recording
66 canvas' bitmap had this width.
67 @param height the base width for the picture, as if the recording
72 SkCanvas* beginRecording(int width, int height, uint32_t recordFlags = 0);
91 /** Return the width of the picture's recording canvas. This
94 @return the width of the picture's recording canvas
96 int width() const { return fWidth; }
124 SkAutoPictureRecord(SkPicture* pict, int width, int height,
127 fCanvas = pict->beginRecording(width, height, recordingFlags);