Home | History | Annotate | Download | only in cpp

Lines Matching refs:ImageData

18 class ImageData;
95 /// method is to generate a new <code>ImageData</code> and then paint it.
101 /// @param[in] image The <code>ImageData</code> to be painted.
103 /// <code>top_left</code> location where the <code>ImageData</code> will be
105 void PaintImageData(const ImageData& image,
130 /// method is to generate a new <code>ImageData</code> and then paint it. In
138 /// @param[in] image The <code>ImageData</code> to be painted.
140 /// <code>top_left</code> location where the <code>ImageData</code> will be
142 /// @param[in] src_rect The rectangular area where the <code>ImageData</code>
144 void PaintImageData(const ImageData& image,
173 /// bitmap format (use ImageData::GetNativeImageDataFormat() to retrieve the
193 /// @param[in] image The <code>ImageData</code> to be painted.
194 void ReplaceContents(ImageData* image);