Lines Matching refs:bitmap
67 occurs, the whole bitmap read operation should be repeated, if you
72 /** Query the raw data of this bitmap.<p>
74 Query the raw data of this bitmap, in the format as defined by
76 whole bitmap can be queried. If the internal data format's
81 passed bitmap layout.<p>
83 Note that the bitmap memory layout might change over time for
94 A rectangle, within the bounds of the bitmap, to retrieve the
98 if the bitmap is volatile, and the content has been destroyed by the system.
102 bitmap area.
110 /** Get a single pixel of the bitmap, returning its color
118 pixel data are to be retrieved from the passed bitmap layout.<p>
120 Note that the bitmap memory layout might change for volatile
131 A position, within the bounds of the bitmap, to retrieve the
135 if the bitmap is volatile, and the content has been destroyed by the system.
138 if the given position is outside the permissible bitmap area.
146 /** Query the memory layout for this bitmap.<p>