HomeSort by relevance Sort by last modified time
    Searched refs:Size (Results 176 - 200 of 3858) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/android_webview/browser/
parent_output_surface.h 19 virtual void Reshape(const gfx::Size& size, float scale_factor) OVERRIDE {}
23 void SetDrawConstraints(const gfx::Size& surface_size, const gfx::Rect& clip);
  /external/chromium_org/cc/layers/
contents_scaling_layer.h 24 gfx::Size* content_bounds) OVERRIDE;
33 gfx::Size ComputeContentBoundsForScale(float scale_x, float scale_y) const;
  /external/chromium_org/cc/test/
test_shared_bitmap_manager.h 20 virtual scoped_ptr<SharedBitmap> AllocateSharedBitmap(const gfx::Size& size)
24 const gfx::Size&,
fake_picture_pile_impl.h 17 const gfx::Size& tile_size,
18 const gfx::Size& layer_bounds);
20 const gfx::Size& tile_size,
21 const gfx::Size& layer_bounds);
23 CreateEmptyPileThatThinksItHasRecordings(const gfx::Size& tile_size,
24 const gfx::Size& layer_bounds);
  /external/chromium_org/chrome/browser/chromeos/login/
helper.h 21 class Size;
28 // |size| is not empty. Otherwise the whole monitor is occupied.
29 gfx::Rect CalculateScreenBounds(const gfx::Size& size);
31 // Returns the size of user image required for proper display under current DPI.
38 // Maximum size of user image, in which it should be saved to be properly
  /external/chromium_org/chrome/browser/thumbnails/
thumbnailing_algorithm.h 12 #include "ui/gfx/size.h"
28 // thumbnail size. Parameters of the required copy operation are assigned to
30 // |target_size| (the size of the target bitmap).
32 virtual ClipResult GetCanvasCopyInfo(const gfx::Size& source_size,
35 gfx::Size* target_size) const = 0;
  /external/chromium_org/chrome/browser/ui/views/app_list/linux/
app_list_linux.h 17 class Size;
35 static gfx::Point FindAnchorPoint(const gfx::Size& view_size,
  /external/chromium_org/chrome/renderer/
chrome_render_frame_observer.h 12 class Size;
31 const gfx::Size& thumbnail_max_size_pixels);
  /external/chromium_org/components/web_modal/
test_web_contents_modal_dialog_host.cc 17 gfx::Size TestWebContentsModalDialogHost::GetMaximumDialogSize() {
26 const gfx::Size& size) {
  /external/chromium_org/content/child/
child_shared_bitmap_manager.h 22 const gfx::Size& size) OVERRIDE;
24 const gfx::Size&,
  /external/chromium_org/content/public/browser/
interstitial_page.h 13 class Size;
77 virtual void SetSize(const gfx::Size& size) = 0;
  /external/chromium_org/content/public/common/
favicon_url.h 11 #include "ui/gfx/geometry/size.h"
30 const std::vector<gfx::Size>& sizes);
39 // Icon's bitmaps' size
40 std::vector<gfx::Size> icon_sizes;
  /external/chromium_org/media/base/
video_decoder_config.h 15 #include "ui/gfx/size.h"
80 const gfx::Size& coded_size,
82 const gfx::Size& natural_size,
92 const gfx::Size& coded_size,
94 const gfx::Size& natural_size,
119 gfx::Size coded_size() const;
126 gfx::Size natural_size() const;
144 gfx::Size coded_size_;
146 gfx::Size natural_size_;
video_frame_pool.h 30 const gfx::Size& coded_size,
32 const gfx::Size& natural_size,
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
Window.cpp 27 if (mEvents.size() > 0 && event)
44 mWidth = event.Size.Width;
45 mHeight = event.Size.Height;
  /external/chromium_org/ui/ozone/platform/dri/test/
mock_dri_surface.h 13 class Size;
23 MockDriSurface(DriWrapper* dri, const gfx::Size& size);
  /external/chromium_org/ui/snapshot/
snapshot_async.h 16 class Size;
27 const gfx::Size& target_size,
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.h 44 virtual void GetWindowMask(const gfx::Size& size,
56 virtual gfx::Size GetPreferredSize() const OVERRIDE;
57 virtual gfx::Size GetMinimumSize() const OVERRIDE;
75 // Given the size of the contents and the rect to point at, returns the bounds
79 gfx::Size client_size,
93 const gfx::Size& client_size);
98 const gfx::Size& client_size);
100 // Calculates the size needed to accommodate the given client area.
101 gfx::Size GetSizeForClientSize(const gfx::Size& client_size) const
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_separator.h 24 virtual gfx::Size GetPreferredSize() const OVERRIDE;
28 gfx::Size GetPreferredSizeAura() const;
  /external/chromium_org/ui/views/
drag_utils.h 15 class Size;
35 const gfx::Size& canvas_size);
  /external/chromium_org/ui/views/layout/
layout_manager.h 11 class Size;
43 // Return the preferred size which is the size required to give each
44 // children their respective preferred size.
45 virtual gfx::Size GetPreferredSize(const View* host) const = 0;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraSize.java 8 * Shadow for the Android {@code Camera.Size} value object.
10 @Implements(Camera.Size.class)
12 @RealObject private Camera.Size realCameraSize;
  /packages/apps/Camera2/src/com/android/camera/settings/
CameraPictureSizesCacher.java 25 import com.android.ex.camera2.portability.Size;
43 public static void updateSizesForCamera(Context context, int cameraId, List<Size> sizes) {
52 editor.putString(key_sizes, Size.listToString(sizes));
67 public static List<Size> getSizesForCamera(int cameraId, Context context) {
76 return Size.stringToList(thisCameraCachedSizeList);
88 List<Size> sizes = Size.buildListFromCameraSizes(thisCamera.getParameters()
93 editor.putString(key_sizes, Size.listToString(sizes));
  /external/chromium_org/chrome/browser/ui/views/
validation_message_bubble_delegate_unittest.cc 12 gfx::Size GetSizeForMessages(const std::string& main_text,
20 TEST(ValidationMessageBubbleDelegate, Size) {
21 gfx::Size short_main_empty_sub_size = GetSizeForMessages("foo", "");
26 gfx::Size long_main_empty_sub_size = GetSizeForMessages(
34 gfx::Size short_main_medium_sub_size =
41 gfx::Size short_main_long_sub_size = GetSizeForMessages("foo",
  /external/chromium_org/content/browser/renderer_host/
dip_util.cc 15 #include "ui/gfx/size.h"
30 gfx::Size ConvertViewSizeToPixel(const RenderWidgetHostView* view,
31 const gfx::Size& size_in_dip) {
40 gfx::Size ConvertSizeToDIP(float scale_factor,
41 const gfx::Size& size_in_pixel) {
52 gfx::Size ConvertSizeToPixel(float scale_factor,
53 const gfx::Size& size_in_dip) {

Completed in 464 milliseconds

1 2 3 4 5 6 78 91011>>