Home
last modified time | relevance | path

Searched defs:directionMode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp91 … uint32_t directionMode = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_JOB_DIRECTIONMODE); in BuildFromJs() local
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_attributes.cpp116 void PrintAttributes::SetDirectionMode(uint32_t directionMode) in SetDirectionMode()