HomeSort by: relevance | last modified time | path
    Searched defs:FcExpr (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/src/
fcint.h 299 } FcExpr;
305 FcExpr *next;
306 FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)];
307 FcExpr end[FLEXIBLE_ARRAY_MEMBER];
321 FcExpr *expr;
327 FcExpr *expr;
578 FcExprPage *expr_pool; /* pool of FcExpr's */
670 FcPrivate FcExpr *
883 FcExprPrint (const FcExpr *expr)
    [all...]
  /xsrc/external/mit/fontconfig/include/
fcint.h 316 } FcExpr;
322 FcExpr *next;
323 FcExpr exprs[(1024 - 2/* two pointers */ - 2/* malloc overhead */) * sizeof (void *) / sizeof (FcExpr)];
324 FcExpr end[FLEXIBLE_ARRAY_MEMBER];
338 FcExpr *expr;
344 FcExpr *expr;
595 FcExprPage *expr_pool; /* pool of FcExpr's */
687 FcPrivate FcExpr *
900 FcExprPrint (const FcExpr *expr)
    [all...]

Completed in 5 milliseconds