HomeSort by relevance Sort by last modified time
    Searched refs:RangeCount (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits2_0.h 83 virtual HRESULT WINAPI AddFileWithRanges(LPCWSTR RemoteUrl,LPCWSTR LocalName,DWORD RangeCount,BG_FILE_RANGE Ranges[]) = 0;
134 HRESULT (WINAPI *AddFileWithRanges)(IBackgroundCopyJob3 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName,DWORD RangeCount,BG_FILE_RANGE Ranges[]);
187 #define IBackgroundCopyJob3_AddFileWithRanges(This,RemoteUrl,LocalName,RangeCount,Ranges) (This)->lpVtbl -> AddFileWithRanges(This,RemoteUrl,LocalName,RangeCount,Ranges)
194 HRESULT WINAPI IBackgroundCopyJob3_AddFileWithRanges_Proxy(IBackgroundCopyJob3 *This,LPCWSTR RemoteUrl,LPCWSTR LocalName,DWORD RangeCount,BG_FILE_RANGE Ranges[]);
208 virtual HRESULT WINAPI GetFileRanges(DWORD *RangeCount,BG_FILE_RANGE **Ranges) = 0;
220 HRESULT (WINAPI *GetFileRanges)(IBackgroundCopyFile2 *This,DWORD *RangeCount,BG_FILE_RANGE **Ranges);
234 #define IBackgroundCopyFile2_GetFileRanges(This,RangeCount,Ranges) (This)->lpVtbl -> GetFileRanges(This,RangeCount,Ranges)
238 HRESULT WINAPI IBackgroundCopyFile2_GetFileRanges_Proxy(IBackgroundCopyFile2 *This,DWORD *RangeCount,BG_FILE_RANGE **Ranges)
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvcommn.c 87 FT_UInt n, RangeCount;
91 RangeCount = FT_NEXT_USHORT( p );
93 OTV_TRACE(( " (RangeCount = %d)\n", RangeCount ));
95 OTV_LIMIT_CHECK( RangeCount * 6 );
98 for ( n = 0; n < RangeCount; n++ )
139 p += 4; /* skip CoverageFormat and Glyph/RangeCount */
150 FT_UInt count = FT_NEXT_USHORT( p ); /* Glyph/RangeCount */
179 FT_UInt count = FT_NEXT_USHORT( p ); /* Glyph/RangeCount */
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 178 for (i = 0; i < c2->RangeCount; i++) {
336 rec->RangeCount = GetUInt16(sp);
337 if (rec->RangeCount <= 0) {
340 rec->RangeRecord = new TRangeRecord[rec->RangeCount];
341 for (i = 0; i < rec->RangeCount; i++) {
ttgsubtable.h 172 uint16_t RangeCount;
174 TCoverageFormat2() : RangeCount(0), RangeRecord(NULL) {

Completed in 48 milliseconds