Home | History | Annotate | Download | only in xps

Lines Matching full:buffersize

64                        wchar_t* buffer, size_t bufferSize,
66 SkASSERT(bufferSize >= GUID_ID_LEN);
68 bufferSize,
95 static HRESULT create_id(wchar_t* buffer, size_t bufferSize,
100 if (format_guid(guid, buffer, bufferSize, sep) == -1) {