Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_resolution_helper.cpp22 static constexpr const char *PARAM_RESOLUTION_HORIZONTALDPI = "horizontalDpi"; variable
29 …NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_RESOLUTION_HORIZONTALDPI, resolution.GetHorizo… in MakeJsObject()
40 …_t horizontalDpi = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_RESOLUTION_HORIZONTALDPI); in BuildFromJs()
61 {PARAM_RESOLUTION_HORIZONTALDPI, PRINT_PARAM_NOT_SET}, in ValidateProperty()