Lines Matching refs:bitmap
66 occurs, the whole bitmap read operation should be repeated.<p>
70 /** Query the raw data of this bitmap.<p>
72 Query the raw data of this bitmap, in the format as defined by
74 whole bitmap can be queried. When querying subsets of the
75 bitmap, the same scanline padding takes place as when the
76 whole bitmap is requested.<p>
78 Note that the bitmap memory layout might change for volatile
85 A rectangle, within the bounds of the bitmap, to retrieve the
89 if the bitmap is volatile, and the content has been destroyed by the system.
93 bitmap area.
101 /** Get a single pixel of the bitmap, returning its color
104 Note that the bitmap memory layout might change for volatile
111 A position, within the bounds of the bitmap, to retrieve the
115 if the bitmap is volatile, and the content has been destroyed by the system.
118 if the given position is outside the permissible bitmap area.
126 /** Query the memory layout for this bitmap.<p>