OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yDst
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.cpp
467
uint8_t *
yDst
= dst;
469
memcpy(
yDst
, ySrc, src.width);
471
yDst
+= dstYStride;
485
uint8_t *crcbDst =
yDst
;
513
uint8_t *crDst =
yDst
;
514
uint8_t *cbDst =
yDst
+ chromaHeight * dstCStride;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vfw.h
292
int
yDst
;
318
int
yDst
;
414
__CRT_INLINE LRESULT WINAPI ICDecompressEx(HIC hic,DWORD dwFlags,LPBITMAPINFOHEADER lpbiSrc,LPVOID lpSrc,int xSrc,int ySrc,int dxSrc,int dySrc,LPBITMAPINFOHEADER lpbiDst,LPVOID lpDst,int xDst,int
yDst
,int dxDst,int dyDst) {
426
ic.
yDst
=
yDst
;
432
__CRT_INLINE LRESULT WINAPI ICDecompressExBegin(HIC hic,DWORD dwFlags,LPBITMAPINFOHEADER lpbiSrc,LPVOID lpSrc,int xSrc,int ySrc,int dxSrc,int dySrc,LPBITMAPINFOHEADER lpbiDst,LPVOID lpDst,int xDst,int
yDst
,int dxDst,int dyDst) {
444
ic.
yDst
=
yDst
;
450
__CRT_INLINE LRESULT WINAPI ICDecompressExQuery(HIC hic,DWORD dwFlags,LPBITMAPINFOHEADER lpbiSrc,LPVOID lpSrc,int xSrc,int ySrc,int dxSrc,int dySrc,LPBITMAPINFOHEADER lpbiDst,LPVOID lpDst,int xDst,int
yDst
,int dxDst,int dyDst) {
462
ic.
yDst
= yDst
[
all
...]
ntgdi.h
17
W32KAPI int WINAPI NtGdiSetDIBitsToDeviceInternal(HDC hdcDest,int xDst,int
yDst
,DWORD cx,DWORD cy,int xSrc,int ySrc,DWORD iStartScan,DWORD cNumScan,LPBYTE pInitBits,LPBITMAPINFO pbmi,DWORD iUsage,UINT cjMaxBits,UINT cjMaxInfo,WINBOOL bTransformCoordinates,HANDLE hcmXform);
23
W32KAPI int WINAPI NtGdiStretchDIBitsInternal(HDC hdc,int xDst,int
yDst
,int cxDst,int cyDst,int xSrc,int ySrc,int cxSrc,int cySrc,LPBYTE pjInit,LPBITMAPINFO pbmi,DWORD dwUsage,DWORD dwRop4,UINT cjMaxInfo,UINT cjMaxBits,HANDLE hcmXform);
223
W32KAPI WINBOOL WINAPI NtGdiMaskBlt(HDC hdc,int xDst,int
yDst
,int cx,int cy,HDC hdcSrc,int xSrc,int ySrc,HBITMAP hbmMask,int xMask,int yMask,DWORD dwRop4,DWORD crBackColor);
289
W32KAPI WINBOOL WINAPI NtGdiTransparentBlt(HDC hdcDst,int xDst,int
yDst
,int cxDst,int cyDst,HDC hdcSrc,int xSrc,int ySrc,int cxSrc,int cySrc,COLORREF TransColor);
310
W32KAPI WINBOOL WINAPI NtGdiStretchBlt(HDC hdcDst,int xDst,int
yDst
,int cxDst,int cyDst,HDC hdcSrc,int xSrc,int ySrc,int cxSrc,int cySrc,DWORD dwRop,DWORD dwBackColor);
[
all
...]
Completed in 145 milliseconds