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

  /external/freetype/src/cff/
cffload.c 1092 cff_vstore_done( CFF_VStoreRec* vstore,
1099 if ( vstore->varRegionList )
1101 for ( i = 0; i < vstore->regionCount; i++ )
1102 FT_FREE( vstore->varRegionList[i].axisList );
1104 FT_FREE( vstore->varRegionList );
1107 if ( vstore->varData )
1109 for ( i = 0; i < vstore->dataCount; i++ )
1110 FT_FREE( vstore->varData[i].regionIndices );
1112 FT_FREE( vstore->varData );
1121 cff_vstore_load( CFF_VStoreRec* vstore,
    [all...]
  /external/freetype/src/psaux/
psfont.c 250 CFF_VStoreRec* vstore; local
281 vstore = cf2_getVStore( decoder );
282 hasVariations = ( vstore->dataCount != 0 );
psft.c 456 /* get pointer to VStore structure */
462 return &decoder->cff->vstore;
  /external/libpcap/
optimize.c 591 vstore(struct stmt *s, int *valp, int newval, int alter) function
958 vstore(s, &val[A_ATOM], v, alter);
973 vstore(s, &val[A_ATOM], v, alter);
978 vstore(s, &val[A_ATOM], v, alter);
983 vstore(s, &val[A_ATOM], v, alter);
988 vstore(s, &val[X_ATOM], v, alter);
993 vstore(s, &val[X_ATOM], v, alter);
1079 vstore(s, &val[A_ATOM], val[X_ATOM], alter);
1086 vstore(s, &val[A_ATOM], K(s->k), alter);
1098 vstore(s, &val[A_ATOM], val[X_ATOM], alter)
    [all...]
  /external/freetype/include/freetype/internal/
cfftypes.h 399 CFF_VStoreRec vstore; /* parsed vstore structure */ member in struct:CFF_FontRec_
  /external/valgrind/perf/
tinycc.c 11879 void vstore(void) function
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h     [all...]

Completed in 1237 milliseconds