Lines Matching refs:ULONG
41 ULONG STDMETHODCALLTYPE SkBaseIStream::AddRef(void) { in AddRef()
42 return (ULONG)InterlockedIncrement(&_refcount); in AddRef()
45 ULONG STDMETHODCALLTYPE SkBaseIStream::Release(void) { in Release()
46 ULONG res = (ULONG) InterlockedDecrement(&_refcount); in Release()
55 , ULONG cb in Read()
56 , ULONG* pcbRead) in Read()
60 , ULONG cb in Write()
61 , ULONG* pcbWritten) in Write()
133 HRESULT STDMETHODCALLTYPE SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) { in Read()
134 *pcbRead = static_cast<ULONG>(this->fSkStream->read(pv, cb)); in Read()
140 , ULONG cb in Write()
141 , ULONG* pcbWritten) in Write()
245 , ULONG cb in Write()
246 , ULONG* pcbWritten) in Write()