Home
last modified time | relevance | path

Searched refs:Print_OrientationMode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h251 } Print_OrientationMode; typedef
340 Print_OrientationMode *supportedOrientations;
372 Print_OrientationMode defaultOrientation;
440 Print_OrientationMode orientationMode;
H A Dprint_converter.h100 bool ConvertOrientationMode(const uint32_t &src, Print_OrientationMode &dst);
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_converter.cpp65 bool ConvertOrientationMode(const uint32_t &src, Print_OrientationMode &dst) in ConvertOrientationMode()
68 dst = static_cast<Print_OrientationMode>(src - ORIENTATION_OFFSET); in ConvertOrientationMode()
H A Dprint_helper.cpp340 … nativePrinterInfo.capability.supportedOrientations = CopyArray<uint32_t, Print_OrientationMode>( in ParsePrinterOpt()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp78 … static Print_OrientationMode orientations[] = {ORIENTATION_MODE_PORTRAIT, ORIENTATION_MODE_NONE}; in BuildCapability()