Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_page_size_helper.cpp24 static constexpr const char *PARAM_PAGESIZE_WIDTH = "width"; variable
33 NapiPrintUtils::SetUint32Property(env, jsObj, PARAM_PAGESIZE_WIDTH, pageSize.GetWidth()); in MakeJsObject()
49 uint32_t width = NapiPrintUtils::GetUint32Property(env, jsValue, PARAM_PAGESIZE_WIDTH); in BuildFromJs()
70 {PARAM_PAGESIZE_WIDTH, PRINT_PARAM_NOT_SET}, in ValidateProperty()