Lines Matching refs:bitmap
65 occurs, the whole bitmap read operation should be repeated.<p>
69 /** Query the raw data of this bitmap.<p>
71 Query the raw data of this bitmap, in the format as defined by
73 whole bitmap can be queried. When querying subsets of the
74 bitmap, the same scanline padding takes place as when the
75 whole bitmap is requested.<p>
77 Note that the bitmap memory layout might change for volatile
84 A rectangle, within the bounds of the bitmap, to retrieve the
88 if the bitmap is volatile, and the content has been destroyed by the system.
92 bitmap area.
100 /** Get a single pixel of the bitmap, returning its color
103 Note that the bitmap memory layout might change for volatile
110 A position, within the bounds of the bitmap, to retrieve the
114 if the bitmap is volatile, and the content has been destroyed by the system.
117 if the given position is outside the permissible bitmap area.
125 /** Query the memory layout for this bitmap.<p>