Lines Matching refs:factor
471 factor.blendConstant4W[0][0] = blendConstantR; in setBlendConstant()
472 factor.blendConstant4W[0][1] = blendConstantR; in setBlendConstant()
473 factor.blendConstant4W[0][2] = blendConstantR; in setBlendConstant()
474 factor.blendConstant4W[0][3] = blendConstantR; in setBlendConstant()
476 factor.blendConstant4W[1][0] = blendConstantG; in setBlendConstant()
477 factor.blendConstant4W[1][1] = blendConstantG; in setBlendConstant()
478 factor.blendConstant4W[1][2] = blendConstantG; in setBlendConstant()
479 factor.blendConstant4W[1][3] = blendConstantG; in setBlendConstant()
481 factor.blendConstant4W[2][0] = blendConstantB; in setBlendConstant()
482 factor.blendConstant4W[2][1] = blendConstantB; in setBlendConstant()
483 factor.blendConstant4W[2][2] = blendConstantB; in setBlendConstant()
484 factor.blendConstant4W[2][3] = blendConstantB; in setBlendConstant()
486 factor.blendConstant4W[3][0] = blendConstantA; in setBlendConstant()
487 factor.blendConstant4W[3][1] = blendConstantA; in setBlendConstant()
488 factor.blendConstant4W[3][2] = blendConstantA; in setBlendConstant()
489 factor.blendConstant4W[3][3] = blendConstantA; in setBlendConstant()
497 factor.invBlendConstant4W[0][0] = invBlendConstantR; in setBlendConstant()
498 factor.invBlendConstant4W[0][1] = invBlendConstantR; in setBlendConstant()
499 factor.invBlendConstant4W[0][2] = invBlendConstantR; in setBlendConstant()
500 factor.invBlendConstant4W[0][3] = invBlendConstantR; in setBlendConstant()
502 factor.invBlendConstant4W[1][0] = invBlendConstantG; in setBlendConstant()
503 factor.invBlendConstant4W[1][1] = invBlendConstantG; in setBlendConstant()
504 factor.invBlendConstant4W[1][2] = invBlendConstantG; in setBlendConstant()
505 factor.invBlendConstant4W[1][3] = invBlendConstantG; in setBlendConstant()
507 factor.invBlendConstant4W[2][0] = invBlendConstantB; in setBlendConstant()
508 factor.invBlendConstant4W[2][1] = invBlendConstantB; in setBlendConstant()
509 factor.invBlendConstant4W[2][2] = invBlendConstantB; in setBlendConstant()
510 factor.invBlendConstant4W[2][3] = invBlendConstantB; in setBlendConstant()
512 factor.invBlendConstant4W[3][0] = invBlendConstantA; in setBlendConstant()
513 factor.invBlendConstant4W[3][1] = invBlendConstantA; in setBlendConstant()
514 factor.invBlendConstant4W[3][2] = invBlendConstantA; in setBlendConstant()
515 factor.invBlendConstant4W[3][3] = invBlendConstantA; in setBlendConstant()
517 factor.blendConstant4F[0][0] = blendConstant.r; in setBlendConstant()
518 factor.blendConstant4F[0][1] = blendConstant.r; in setBlendConstant()
519 factor.blendConstant4F[0][2] = blendConstant.r; in setBlendConstant()
520 factor.blendConstant4F[0][3] = blendConstant.r; in setBlendConstant()
522 factor.blendConstant4F[1][0] = blendConstant.g; in setBlendConstant()
523 factor.blendConstant4F[1][1] = blendConstant.g; in setBlendConstant()
524 factor.blendConstant4F[1][2] = blendConstant.g; in setBlendConstant()
525 factor.blendConstant4F[1][3] = blendConstant.g; in setBlendConstant()
527 factor.blendConstant4F[2][0] = blendConstant.b; in setBlendConstant()
528 factor.blendConstant4F[2][1] = blendConstant.b; in setBlendConstant()
529 factor.blendConstant4F[2][2] = blendConstant.b; in setBlendConstant()
530 factor.blendConstant4F[2][3] = blendConstant.b; in setBlendConstant()
532 factor.blendConstant4F[3][0] = blendConstant.a; in setBlendConstant()
533 factor.blendConstant4F[3][1] = blendConstant.a; in setBlendConstant()
534 factor.blendConstant4F[3][2] = blendConstant.a; in setBlendConstant()
535 factor.blendConstant4F[3][3] = blendConstant.a; in setBlendConstant()
537 factor.invBlendConstant4F[0][0] = 1 - blendConstant.r; in setBlendConstant()
538 factor.invBlendConstant4F[0][1] = 1 - blendConstant.r; in setBlendConstant()
539 factor.invBlendConstant4F[0][2] = 1 - blendConstant.r; in setBlendConstant()
540 factor.invBlendConstant4F[0][3] = 1 - blendConstant.r; in setBlendConstant()
542 factor.invBlendConstant4F[1][0] = 1 - blendConstant.g; in setBlendConstant()
543 factor.invBlendConstant4F[1][1] = 1 - blendConstant.g; in setBlendConstant()
544 factor.invBlendConstant4F[1][2] = 1 - blendConstant.g; in setBlendConstant()
545 factor.invBlendConstant4F[1][3] = 1 - blendConstant.g; in setBlendConstant()
547 factor.invBlendConstant4F[2][0] = 1 - blendConstant.b; in setBlendConstant()
548 factor.invBlendConstant4F[2][1] = 1 - blendConstant.b; in setBlendConstant()
549 factor.invBlendConstant4F[2][2] = 1 - blendConstant.b; in setBlendConstant()
550 factor.invBlendConstant4F[2][3] = 1 - blendConstant.b; in setBlendConstant()
552 factor.invBlendConstant4F[3][0] = 1 - blendConstant.a; in setBlendConstant()
553 factor.invBlendConstant4F[3][1] = 1 - blendConstant.a; in setBlendConstant()
554 factor.invBlendConstant4F[3][2] = 1 - blendConstant.a; in setBlendConstant()
555 factor.invBlendConstant4F[3][3] = 1 - blendConstant.a; in setBlendConstant()
602 factor.alphaReference4[0] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()
603 factor.alphaReference4[1] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()
604 factor.alphaReference4[2] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()
605 factor.alphaReference4[3] = (word)iround(alphaReference * 0x1000 / 0xFF); in setAlphaReference()