Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp798 float mediaHeight = 0; in FillBorderlessOptions() local
807 mediaHeight = floorf(ConvertInchTo100MM(mediaSizes[sizeIndex].HeightInInches)); in FillBorderlessOptions()
810 mediaHeight = floorf(ConvertInchTo100MM(mediaSizes[0].HeightInInches)); 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() local

Completed in 4 milliseconds