Home
last modified time | relevance | path

Searched defs:pcbRead (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/utils/win/
H A DSkIStream.cpp50 SK_STDMETHODIMP SkBaseIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) in Read()
109 SK_STDMETHODIMP SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) { in Read()
/aosp_15_r20/external/pdfium/core/fxge/win32/
H A Dcgdi_plus_ext.cpp442 ULONG* pcbRead) override { in Read()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dscardssp.h326 #define IByteBuffer_CopyTo(This,ppByteBuffer,cb,pcbRead,pcbWritten) (This)->lpVtbl->CopyTo(This,ppB… argument
329 #define IByteBuffer_Read(This,pByte,cb,pcbRead) (This)->lpVtbl->Read(This,pByte,cb,pcbRead) argument