Home
last modified time | relevance | path

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

/base/update/updater/services/ui/driver/
H A Dfbdev_driver.cpp49 LOG(INFO) << "The yres=" << vinfo_.yres; in FBLog()
100 buff_.height = vinfo_.yres; in Init()
101 buff_.size = finfo_.line_length * vinfo_.yres; in Init()
126 surface.height = static_cast<int>(vinfo_.yres); in GetGrSurface()
/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp252 int yres = 0; in ParseSupportedResolutionAttribute() local
253 xres = ippGetResolution(attrPtr, i, &yres, &units); in ParseSupportedResolutionAttribute()
254 if (xres == 0 || yres == 0) { in ParseSupportedResolutionAttribute()
259 yres = DpcToDpi(yres); in ParseSupportedResolutionAttribute()
266 object["verticalDpi"] = yres; in ParseSupportedResolutionAttribute()
269 printResolution.SetVerticalDpi(yres); in ParseSupportedResolutionAttribute()
290 int yres = 0; in ParseDefaultResolutionAttribute() local
291 xres = ippGetResolution(attrPtr, i, &yres, &units); in ParseDefaultResolutionAttribute()
292 if (xres == 0 || yres in ParseDefaultResolutionAttribute()
[all...]
/base/powermgr/battery_manager/charger/src/dev/
H A Dfbdev_driver.cpp64 buff_.height = vinfo_.yres; in Init()
65 buff_.size = finfo_.line_length * vinfo_.yres; in Init()
90 dsInfo.height = static_cast<int>(vinfo_.yres); in GetDisplayInfo()

Completed in 3 milliseconds