HomeSort by relevance Sort by last modified time
    Searched full:paircount (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/truetype/
ttgxvar.h 58 FT_UShort pairCount;
59 GX_AVarCorrespondence correspondence; /* array with pairCount entries */
ttgxvar.c 343 segment->pairCount = FT_GET_USHORT();
344 if ( FT_NEW_ARRAY( segment->correspondence, segment->pairCount ) )
357 for ( j = 0; j < segment->pairCount; j++ )
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.h 58 FT_UShort pairCount;
59 GX_AVarCorrespondence correspondence; /* array with pairCount entries */
ttgxvar.c 317 segment->pairCount = FT_GET_USHORT();
318 if ( FT_NEW_ARRAY( segment->correspondence, segment->pairCount ) )
331 for ( j = 0; j < segment->pairCount; ++j )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 287 milliseconds