Searched refs:v1orig (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfclist.c159 FcListValueListEqual (FcValueListPtr v1orig, argument
164 for (v1 = v1orig; v1 != NULL; v1 = FcValueListNext(v1))
175 for (v1 = v1orig; v1 != NULL; v1 = FcValueListNext(v1))
H A Dfcmatch.c410 FcValueListPtr v1orig, /* pattern */
437 for (v1 = v1orig, j = 0; v1; v1 = FcValueListNext(v1), j++)
478 FcValueListPrint (v1orig);
569 FcValueListPtr v1orig,
601 FcValueListPrint (v1orig);
408 FcCompareValueList(FcObject object,const FcMatcher * match,FcValueListPtr v1orig,FcValueListPtr v2orig,FcValue * bestValue,double * value,int * n,FcResult * result) argument
568 FcCompareFamilies(FcPattern * pat,FcValueListPtr v1orig,FcPattern * fnt,FcValueListPtr v2orig,double * value,FcResult * result,FcHashTable * table) argument

Completed in 4 milliseconds