Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_resolution_helper.cpp23 static constexpr const char *PARAM_RESOLUTION_VERTICALDPI = "verticalDpi"; variable
30 …NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_RESOLUTION_VERTICALDPI, resolution.GetVertical… in MakeJsObject()
41 …nt32_t verticalDpi = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_RESOLUTION_VERTICALDPI); in BuildFromJs()
62 {PARAM_RESOLUTION_VERTICALDPI, PRINT_PARAM_NOT_SET}, in ValidateProperty()