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

  /external/chromium_org/chrome/browser/
icon_loader_chromeos.cc 153 // Returns a copy of |source| that is |dip_size| in width and height. If
154 // |dip_size| is |kDoNotResize|, returns an unmodified copy of |source|.
156 gfx::ImageSkia ResizeImage(const gfx::ImageSkia& source, int dip_size) {
160 if (dip_size == kDoNotResize || source.width() == dip_size)
164 skia::ImageOperations::RESIZE_BEST, gfx::Size(dip_size, dip_size));
  /external/chromium_org/ui/gfx/win/
dpi.h 53 GFX_EXPORT Size DIPToScreenSize(const Size& dip_size);
dpi.cc 214 Size DIPToScreenSize(const Size& dip_size) {
215 return ToFlooredSize(ScaleSize(dip_size, GetDeviceScaleFactor()));
  /external/chromium_org/ui/gfx/image/
image_skia_operations.cc 28 gfx::Size DIPToPixelSize(gfx::Size dip_size, float scale) {
29 return ToCeiledSize(ScaleSize(dip_size, scale));
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 1613 gfx::SizeF dip_size = local
    [all...]

Completed in 138 milliseconds