Lines Matching refs:ULONG
39 ULONG STDMETHODCALLTYPE SkBaseIStream::AddRef(void) { in AddRef()
40 return (ULONG)InterlockedIncrement(&_refcount); in AddRef()
43 ULONG STDMETHODCALLTYPE SkBaseIStream::Release(void) { in Release()
44 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in Release()
53 , ULONG cb in Read()
54 , ULONG* pcbRead) in Read()
58 , ULONG cb in Write()
59 , ULONG* pcbWritten) in Write()
131 HRESULT STDMETHODCALLTYPE SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) { in Read()
132 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb)); in Read()
138 , ULONG cb in Write()
139 , ULONG* pcbWritten) in Write()
241 , ULONG cb in Write()
242 , ULONG* pcbWritten) in Write()