Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp251 int xres = 0; in ParseSupportedResolutionAttribute() local
253 xres = ippGetResolution(attrPtr, i, &yres, &units); in ParseSupportedResolutionAttribute()
254 if (xres == 0 || yres == 0) { in ParseSupportedResolutionAttribute()
258 xres = DpcToDpi(xres); in ParseSupportedResolutionAttribute()
265 object["horizontalDpi"] = xres; in ParseSupportedResolutionAttribute()
268 printResolution.SetHorizontalDpi(xres); in ParseSupportedResolutionAttribute()
289 int xres = 0; in ParseDefaultResolutionAttribute() local
291 xres = ippGetResolution(attrPtr, i, &yres, &units); in ParseDefaultResolutionAttribute()
292 if (xres in ParseDefaultResolutionAttribute()
[all...]
/base/powermgr/battery_manager/charger/src/dev/
H A Dfbdev_driver.cpp63 buff_.width = vinfo_.xres; in Init()
89 dsInfo.width = static_cast<int>(vinfo_.xres); in GetDisplayInfo()
/base/update/updater/services/ui/driver/
H A Dfbdev_driver.cpp48 LOG(INFO) << "The xres=" << vinfo_.xres; in FBLog()
99 buff_.width = vinfo_.xres; in Init()

Completed in 2 milliseconds