Lines Matching full:in
13 * in the Software without restriction, including without limitation the rights to
19 * shall be included in all copies or substantial portions of the Software.
23 * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
24 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
25 * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
26 * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
82 * @param[in/out] dest_buf Destination buffer
83 * @param[in] dest_area Area with relative coordinates of destination buffer
84 * @param[in] dest_stride Stride of destination buffer in pixels
85 * @param[in] src_buf Source buffer
86 * @param[in] src_area Area with relative coordinates of source buffer
87 * @param[in] src_stride Stride of source buffer in pixels
88 * @param[in] dsc Image descriptor
89 * @param[in] cf Color format
99 * @param[in/out] dest_buf Destination buffer
100 * @param[in] dest_area Area with relative coordinates of destination buffer
101 * @param[in] dest_stride Stride of destination buffer in pixels
102 * @param[in] src_buf Source buffer
103 * @param[in] src_area Area with relative coordinates of source buffer
104 * @param[in] src_stride Stride of source buffer in pixels
105 * @param[in] dsc Image descriptor
106 * @param[in] cf Color format
116 * @param[in/out] dest_buf Destination buffer
117 * @param[in] dest_area Area with relative coordinates of destination buffer
118 * @param[in] dest_stride Stride of destination buffer in pixels
119 * @param[in] src_buf Source buffer
120 * @param[in] src_area Area with relative coordinates of source buffer
121 * @param[in] src_stride Stride of source buffer in pixels
122 * @param[in] dsc Image descriptor
123 * @param[in] cf Color format
186 * Note: srcFactorMode and dstFactorMode are inverted in fsl_pxp.h: in lv_gpu_nxp_pxp_fill()
307 /*Recolor and/or rotation with alpha or opacity is done in two steps.*/ in lv_gpu_nxp_pxp_blit_transform()
451 * Note: srcFactorMode and dstFactorMode are inverted in fsl_pxp.h: in lv_pxp_blit_cover()
498 PS and OUT buffers are the same, blend will be done in-place*/ in lv_pxp_blit_cf()