Home | History | Annotate | Download | only in xps

Lines Matching refs:BIG

684         //TODO(bungeman): compute how big this really needs to be.
685 const SkScalar BIG = SkIntToScalar(1000); //SK_ScalarMax;
686 const FLOAT BIG_F = SkScalarToFLOAT(BIG);
714 SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0, bHeight);
723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
735 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
761 const SkRect tlArea = SkRect::MakeLTRB(-BIG, -BIG, 0, 0);
765 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);
774 const SkRect blArea = SkRect::MakeLTRB(-BIG, bHeight, 0, BIG);