HomeSort by relevance Sort by last modified time
    Searched refs:iDst (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 72 virtual HRESULT WINAPI Copy(int iDst,IUnknown *punkSrc,int iSrc,UINT uFlags) = 0;
108 HRESULT (WINAPI *Copy)(IImageList *This,int iDst,IUnknown *punkSrc,int iSrc,UINT uFlags);
146 #define IImageList_Copy(This,iDst,punkSrc,iSrc,uFlags) (This)->lpVtbl->Copy(This,iDst,punkSrc,iSrc,uFlags)
186 HRESULT WINAPI IImageList_Copy_Proxy(IImageList *This,int iDst,IUnknown *punkSrc,int iSrc,UINT uFlags);
commctrl.h 376 WINCOMMCTRLAPI WINBOOL WINAPI ImageList_Copy(HIMAGELIST himlDst,int iDst,HIMAGELIST himlSrc,int iSrc,UINT uFlags);
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2hints.c 674 CF2_Int iDst = isPair ? hintmap->count + 1 : hintmap->count;
679 if ( iDst >= CF2_MAX_HINT_EDGES )
686 hintmap->edge[iDst--] = hintmap->edge[iSrc--];
    [all...]
  /external/freetype/src/cff/
cf2hints.c 703 CF2_Int iDst = isPair ? hintmap->count + 1 : hintmap->count;
708 if ( iDst >= CF2_MAX_HINT_EDGES )
715 hintmap->edge[iDst--] = hintmap->edge[iSrc--];
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2hints.c 675 CF2_Int iDst = isPair ? hintmap->count + 1 : hintmap->count;
680 if ( iDst >= CF2_MAX_HINT_EDGES )
687 hintmap->edge[iDst--] = hintmap->edge[iSrc--];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pack.c     [all...]
  /external/mesa3d/src/mesa/main/
pack.c     [all...]

Completed in 196 milliseconds