Home
last modified time | relevance | path

Searched refs:meidaWidth (Results 1 - 1 of 1) sorted by relevance

/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp797 float meidaWidth = 0; in FillBorderlessOptions() local
806 meidaWidth = floorf(ConvertInchTo100MM(mediaSizes[sizeIndex].WidthInInches)); in FillBorderlessOptions()
809 meidaWidth = floorf(ConvertInchTo100MM(mediaSizes[0].WidthInInches)); in FillBorderlessOptions()
812 PRINT_HILOGD("meidaWidth: %f, mediaHeight: %f", meidaWidth, mediaHeight); in FillBorderlessOptions()
814 value << "{media-size={x-dimension=" << meidaWidth << " y-dimension=" << mediaHeight; in FillBorderlessOptions()

Completed in 4 milliseconds