Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp73 … static Print_PageSize pageSizes[] = {{"ISO_A4", "iso_a4_210x297mm", ISO_A4_WIDTH, ISO_A4_HEIGHT}, in BuildCapability() local
84 capability.supportedPageSizes = pageSizes; in BuildCapability()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp288 [nativeObj](const std::vector<PrintPageSize>& pageSizes) { in buildSupportedPageSizes() argument
289 nativeObj->SetSupportedPageSize(pageSizes); in buildSupportedPageSizes()