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

  /external/chromium_org/content/browser/android/
edge_effect.cc 136 , dpi_scale_(1) {
141 dpi_scale_ =
170 delta_distance *= dpi_scale_;
224 dpi_scale_ * Clamp(std::abs(velocity), kMinVelocity, kMaxVelocity);
354 glow_height * kMaxGlowHeight) * dpi_scale_ + 0.5f);
364 edge_height * edge_scale_y_ * dpi_scale_);
edge_effect.h 82 float dpi_scale_; member in class:content::EdgeEffect
content_view_core_impl.h 375 float dpi_scale_; member in class:content::ContentViewCoreImpl
content_view_core_impl.cc 186 dpi_scale_ = display.device_scale_factor();
411 gfx::ScaleVector2d(content_offset, dpi_scale_) + window_offset);
918 return dpi_scale_;
    [all...]

Completed in 43 milliseconds