Searched refs:CreatePageSize (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/ |
H A D | print_attributes_helper.h | 38 …static bool CreatePageSize(napi_env env, napi_value &jsPrintAttributes, const PrintAttributes &att…
|
H A D | print_job_helper.h | 34 static bool CreatePageSize(napi_env env, napi_value &jsPrintJob, const PrintJob &job);
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_attributes_helper.cpp | 45 if (!CreatePageSize(env, jsObj, attributes)) { in MakeJsObject() 173 bool PrintAttributesHelper::CreatePageSize(napi_env env, napi_value &jsPrintAttributes, in CreatePageSize() function in OHOS::Print::PrintAttributesHelper
|
H A D | print_job_helper.cpp | 72 if (!CreatePageSize(env, jsObj, job)) { in MakeJsObject() 226 bool PrintJobHelper::CreatePageSize(napi_env env, napi_value &jsPrintJob, const PrintJob &job) in CreatePageSize() function in OHOS::Print::PrintJobHelper
|