Lines Matching defs:apply
829 int apply, type;
845 apply = CIMGP_APPLY_BLEND_TO_ALL;
851 gp_set_alpha_operation(opPtr->operation, type, opPtr->channel, apply,
889 int apply, type;
893 apply = (exaScratch.dstFormat->alphabits != 0 &&
905 gp_set_alpha_operation(opPtr->operation, type, opPtr->channel, apply, 0);
914 int apply, type;
917 apply = (exaScratch.srcFormat->alphabits != 0) ?
924 gp_set_alpha_operation(opPtr->operation, type, opPtr->channel, apply, 0);
934 int apply, type;
962 apply = (exaScratch.dstFormat->alphabits != 0 &&
973 apply, 0);
1017 int apply, type;
1045 apply = (exaScratch.srcFormat->alphabits == 0) ?
1059 apply = (exaScratch.dstFormat->alphabits == 0) ?
1069 gp_set_alpha_operation(opPtr->operation, type, opPtr->channel, apply, 0);
1130 int apply, type;
1177 apply = (exaScratch.dstFormat->alphabits == 0) ?
1184 apply, 0);