Lines Matching refs:of
9 * with the License. You may obtain a copy of the License at
61 If you get passed an instance of
66 <type>IntegerBitmapLayout</type> return values. If either of them
72 /** Query the raw data of this bitmap.<p>
74 Query the raw data of this bitmap, in the format as defined by
75 getMemoryLayout(). With the given rectangle, a subset of the
77 pixel are not integer multiples of bytes (i.e. if one pixel
78 occupies less than a byte), the leftover content of the bytes
79 at the right of each scanline is filled with zeros. The
80 details of the scanline padding are to be retrieved from the
94 A rectangle, within the bounds of the bitmap, to retrieve the
101 if parts of the given rectangle are outside the permissible
110 /** Get a single pixel of the bitmap, returning its color
114 of bytes (i.e. if one pixel occupies less than a byte - the
115 case of more than one byte per pixel is not specified), the
116 color value is returned in the least significant bits of the
117 single byte returned as the color. The details of the returned
131 A position, within the bounds of the bitmap, to retrieve the