Lines Matching defs:bound
773 XPS_RECT bound = {};
777 bound.x = BIG_F / -2;
778 bound.y = BIG_F / -2;
779 bound.width = BIG_F;
780 bound.height = BIG_F;
782 bound.x = BIG_F / -2;
783 bound.y = 0.0f;
784 bound.width = BIG_F;
785 bound.height = static_cast<FLOAT>(bitmap.height());
787 bound.x = 0;
788 bound.y = BIG_F / -2;
789 bound.width = static_cast<FLOAT>(bitmap.width());
790 bound.height = BIG_F;
793 HRM(this->fXpsFactory->CreateVisualBrush(&bound, &bound, &clampBrush),