Searched refs:FC_OP_GET_OP (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcdbg.c296 FcOp op = FC_OP_GET_OP (op_);
348 else switch (FC_OP_GET_OP (expr->op)) {
416 switch (FC_OP_GET_OP (expr->op)) {
H A Dfccfg.c962 FcOp op = FC_OP_GET_OP (op_);
1218 FcOp op = FC_OP_GET_OP (e->op);
1695 if (FC_OP_GET_OP (e->op) == FcOpComma)
1708 op = FC_OP_GET_OP (t->op);
1762 if (FC_OP_GET_OP (e->op) == FcOpComma)
2179 switch (FC_OP_GET_OP (r->u.edit->op)) {
H A Dfcint.h262 #define FC_OP_GET_OP(_x_) ((_x_) & 0xffff) macro
264 #define FC_OP(_x_,_f_) (FC_OP_GET_OP (_x_) | ((_f_) << 16))
H A Dfcxml.c279 switch (FC_OP_GET_OP (e->op)) {
696 switch (FC_OP_GET_OP (expr->op)) {
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h279 #define FC_OP_GET_OP(_x_) ((_x_) & 0xffff) macro
281 #define FC_OP(_x_,_f_) (FC_OP_GET_OP (_x_) | ((_f_) << 16))

Completed in 14 milliseconds