Searched refs:dstbuf (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxlogic.cpp | 192 CvMat dstbuf, *tdst; in icvLogicS() local 286 dstbuf = cvMat( dy, size.width, type ); in icvLogicS() 288 dstbuf.step = cvAlign( dstbuf.step, 8 ); in icvLogicS() 289 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size; in icvLogicS() 297 dstbuf.data.ptr = buffer; in icvLogicS() 298 tdst = &dstbuf; in icvLogicS() 356 CvMat dstbuf, *tdst; in icvLogic() local 453 dstbuf = cvMat( dy, size.width, type ); in icvLogic() 455 dstbuf.step = cvAlign( dstbuf.step, 8 ); in icvLogic() 456 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size; in icvLogic() [all …]
|
D | cxarithm.cpp | 289 CvMat dstbuf, *tdst; local 442 dstbuf = cvMat( dy, size.width, type ); 444 dstbuf.step = cvAlign( dstbuf.step, 8 ); 445 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size; 453 dstbuf.data.ptr = buffer; 454 tdst = &dstbuf; 540 CvMat dstbuf, *tdst; in cvSubRS() local 686 dstbuf = cvMat( dy, size.width, type ); in cvSubRS() 688 dstbuf.step = cvAlign( dstbuf.step, 8 ); in cvSubRS() 689 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size; in cvSubRS() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_RLEaccel.c | 784 Uint8 *dstbuf, SDL_Rect *srcrect, unsigned alpha) in RLEClipBlit() argument 794 dstbuf -= left * bpp; \ in RLEClipBlit() 815 do_blit(dstbuf + startcol * bpp, srcbuf + start * bpp, \ in RLEClipBlit() 825 dstbuf += dst->pitch; \ in RLEClipBlit() 843 Uint8 *dstbuf; in SDL_RLEBlit() local 859 dstbuf = (Uint8 *)dst->pixels in SDL_RLEBlit() 903 RLEClipBlit(w, srcbuf, dst, dstbuf, srcrect, alpha); in SDL_RLEBlit() 917 do_blit(dstbuf + ofs * bpp, srcbuf, run, bpp, alpha); \ in SDL_RLEBlit() 924 dstbuf += dst->pitch; \ in SDL_RLEBlit() 1016 Uint8 *dstbuf, SDL_Rect *srcrect) in RLEAlphaClipBlit() argument [all …]
|