HomeSort by relevance Sort by last modified time
    Searched refs:char_width_ (Results 1 - 4 of 4) sorted by null

  /system/core/healthd/
healthd_draw.h 62 int char_width_; member in class:HealthdDraw
healthd_draw.cpp 30 gr_font_size(gr_sys_font(), &char_width_, &char_height_); local
  /bootable/recovery/
screen_ui.h 206 int char_width_; member in class:ScreenRecoveryUI
screen_ui.cpp 591 gr_font_size(gr_sys_font(), &char_width_, &char_height_); local
593 text_cols_ = (ScreenWidth() - kMarginWidth * 2) / char_width_;

Completed in 63 milliseconds