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

  /external/chromium_org/ui/gfx/
canvas.h 87 // Creates an empty canvas with image_scale of 1x.
90 // Creates canvas with provided DIP |size| and |image_scale|.
93 Canvas(const Size& size, float image_scale, bool is_opaque);
95 // Constructs a canvas with the size and the image_scale of the provided
102 // |sk_canvas| is assumed to be already scaled based on |image_scale|
105 float image_scale);
111 // TODO(pkotwicz): Push the image_scale into skia::PlatformCanvas such that
114 float image_scale,
426 float image_scale() const { return image_scale_; } function in class:gfx::Canvas
429 Canvas(SkCanvas* canvas, float image_scale);
    [all...]
  /packages/apps/Camera2/jni/
tinyplanet.cc 99 const float image_scale = output_width * scale; local
103 float xf = (x - output_width / 2.0f) / image_scale;
107 float yf = (y - output_height / 2.0f) / image_scale;
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 98 const float image_scale = output_width * scale; local
102 float xf = (x - output_width / 2.0f) / image_scale;
106 float yf = (y - output_height / 2.0f) / image_scale;
  /external/chromium_org/chrome/browser/extensions/api/notifications/
notifications_api.cc 199 float image_scale = local
210 image_scale,
222 image_scale,
246 image_scale,
260 image_scale,
331 float image_scale = local
346 image_scale, bitmap_sizes.icon_size, options->icon_bitmap.get(), &icon);
352 image_scale,
375 image_scale,
391 image_scale,
    [all...]

Completed in 1606 milliseconds