Searched refs:ImageMirror (Results 1 – 3 of 3) sorted by relevance
23 enum ImageMirror { enum46 ImageMirror mirrorInfo = ImageMirror::NONE;
107 opt.mirrorInfo = static_cast<ImageMirror>(stol(optarg)); in Parse()122 static string GetMirrorPrintInfo(ImageMirror info) in GetMirrorPrintInfo()124 if (info == ImageMirror::NONE) { in GetMirrorPrintInfo()127 if (info == ImageMirror::HORIZONTAL) { in GetMirrorPrintInfo()130 if (info == ImageMirror::VERTICAL) { in GetMirrorPrintInfo()
132 static map<ImageMirror, bool> mirrorMap = { in AddPropMirrorAndRotate()133 { ImageMirror::HORIZONTAL, false }, in AddPropMirrorAndRotate()134 { ImageMirror::VERTICAL, true }, in AddPropMirrorAndRotate()