• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:depth

49 \func{}{wxBitmap}{\param{const void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
55 \param{int}{ depth = 1}}
59 You should only use this function for monochrome bitmaps ({\it depth} 1) in
69 \func{}{wxBitmap}{\param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
71 Creates a new bitmap. A depth of -1 indicates the depth of the current screen
73 colour setting. Beginning with version 2.5.4 of wxWidgets a depth of 32 including
84 \func{}{wxBitmap}{\param{const wxImage\&}{ img}, \param{int}{ depth = -1}}
88 The resulting bitmap will use the provided colour depth (or that of the
89 current system if depth is -1) which entails that a colour reduction has
109 \docparam{depth}{Specifies the depth of the bitmap. If this is omitted, the display depth of the
183 \twocolitem{{\bf wxEmptyBitmap(width, height, depth = -1)}}{Creates an
188 depth=-1)}}{Create a bitmap from an array of bits contained in a
190 \twocolitem{{\bf wxBitmapFromImage(image, depth=-1)}}{Convert a
197 \item{Wx::Bitmap->new( width, height, depth = -1 )}
200 \item{Wx::Bitmap->newFromBits( bits, width, height, depth = 1 )}
254 \func{virtual bool}{Create}{\param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
256 Creates a fresh bitmap. If the final argument is omitted, the display depth of
259 \func{virtual bool}{Create}{\param{const void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
269 \docparam{depth}{The depth of the bitmap in pixels. If this is -1, the screen depth is used.}
321 Gets the colour depth of the bitmap. A value of 1 indicates a
377 the bitmap. This function preserves bit depth and mask information.
515 \func{void}{SetDepth}{\param{int }{depth}}
517 Sets the depth member (does not affect the bitmap data).
521 \docparam{depth}{Bitmap depth.}