Lines Matching refs:in
8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
51 [oneway] void init( [in] long Width,
52 [in] long Height );
59 [oneway] void setColorModel( [in] short BitCount,
60 [in] sequence<long> RGBAPal,
61 [in] long RedMask,
62 [in] long GreenMask,
63 [in] long BlueMask,
64 [in] long AlphaMask );
72 rectangle of source pixels that are contained in the array of pixels.
75 (m,n) is stored in the pixels array at index (n * <var>nScanSize</var>
78 [oneway] void setPixelsByBytes( [in] long nX,
79 [in] long nY,
80 [in] long nWidth,
81 [in] long nHeight,
82 [in] sequence<byte> aProducerData,
83 [in] long nOffset,
84 [in] long nScanSize );
92 rectangle of source pixels that are contained in the array of pixels.
95 (m,n) is stored in the pixels array at index (n * <var>nScanSize</var>
98 [oneway] void setPixelsByLongs( [in] long nX,
99 [in] long nY,
100 [in] long nWidth,
101 [in] long nHeight,
102 [in] sequence<long> aProducerData,
103 [in] long nOffset,
104 [in] long nScanSize );
114 been completed, or when an error in loading or producing the
117 at this time, unless it is interested in successive frames.</p>
119 [oneway] void complete( [in] long Status,
120 [in] XImageProducer xProducer );