Searched refs:__in_ecount (Results 1 - 3 of 3) sorted by path

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h1048 __in_ecount(glyphCount) UINT16 const* glyphIndices,
1069 __in_ecount(codePointCount) UINT32 const* codePoints,
1146 __in_ecount(glyphCount) UINT16 const* glyphIndices,
1231 __in_ecount(glyphCount) UINT16 const* glyphIndices,
2541 __in_ecount(textLength) DWRITE_LINE_BREAKPOINT const* lineBreakpoints
2750 __in_ecount(textLength) WCHAR const* textString,
2802 __in_ecount(textLength) WCHAR const* textString,
2803 __in_ecount(textLength) UINT16 const* clusterMap,
2804 __in_ecount(textLength) DWRITE_SHAPING_TEXT_PROPERTIES* textProps,
2806 __in_ecount(glyphCoun
[all...]
H A Dsal.h500 #define __in_ecount(size) __in __pre __elem_readableTo(size) macro
503 #define __in_ecount_z(size) __in_ecount(size) __pre __nullterminated
506 #define __in_ecount_nz(size) __in_ecount(size)
543 #define __in_ecount_opt(size) __in_ecount(size) __exceptthat __maybenull
H A Dspecstrings.h169 // like __in_ecount. This should only be used to annotate old APIs.
564 #ifndef __in_ecount
565 #define __in_ecount(size) __in __pre __elem_readableTo(size) macro
623 #define __in_ecount_opt(size) __in_ecount(size) __exceptthat __maybenull

Completed in 289 milliseconds