Searched defs:BIG_F (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp685 const FLOAT BIG_F = SkScalarToFLOAT(BIG); local
782 bound.x = BIG_F / -2;
783 bound.y = BIG_F / -2;
784 bound.width = BIG_F;
785 bound.height = BIG_F;
787 bound.x = BIG_F / -2;
789 bound.width = BIG_F;
793 bound.y = BIG_F / -2;
795 bound.height = BIG_F;
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp686 const FLOAT BIG_F = SkScalarToFLOAT(BIG); local
783 bound.x = BIG_F / -2;
784 bound.y = BIG_F / -2;
785 bound.width = BIG_F;
786 bound.height = BIG_F;
788 bound.x = BIG_F / -2;
790 bound.width = BIG_F;
794 bound.y = BIG_F / -2;
796 bound.height = BIG_F;

Completed in 60 milliseconds