Lines Matching refs:Angle
172902 enum class Angle : uint8_t {
172921 explicit Orientation(Angle aRotation = Angle::D0,
172928 return (rotation == Angle::D0) && (flip == Flip::Unflipped);
172932 return (rotation == Angle::D90) || (rotation == Angle::D270);
172943 Angle rotation;
174940 mozilla::image::Angle Angle() const {
174942 case ANGLE_0: return mozilla::image::Angle::D0;
174943 case ANGLE_90: return mozilla::image::Angle::D90;
174944 case ANGLE_180: return mozilla::image::Angle::D180;
174945 case ANGLE_270: return mozilla::image::Angle::D270;
174948 return mozilla::image::Angle::D0;