/external/chromium_org/cc/layers/ |
content_layer_client.h | 14 class RectF;
|
/external/chromium_org/cc/test/ |
tiled_layer_test_common.h | 105 virtual void SetNeedsDisplayRect(const gfx::RectF& rect) OVERRIDE; 106 const gfx::RectF& last_needs_display_rect() const { 115 gfx::RectF update_rect() { return update_rect_; } 130 gfx::RectF last_needs_display_rect_;
|
fake_content_layer_client.cc | 29 const gfx::RectF& draw_rect = it->first; 46 gfx::RectF draw_rect = paint_rect;
|
fake_picture_pile_impl.h | 33 void add_draw_rect(const gfx::RectF& rect) { 41 void add_draw_rect_with_paint(const gfx::RectF& rect, const SkPaint& paint) {
|
test_context_support.h | 36 const gfx::RectF& uv_rect) OVERRIDE; 48 const gfx::RectF& crop_rect)>
|
/external/chromium_org/chrome/browser/ui/autofill/ |
test_popup_controller_common.h | 16 explicit TestPopupControllerCommon(const gfx::RectF& element_bounds);
|
/external/chromium_org/components/autofill/core/browser/ |
test_autofill_external_delegate.cc | 18 gfx::RectF bounds(100.f, 100.f);
|
/external/chromium_org/content/browser/android/ |
popup_touch_handle_drawable.h | 27 virtual bool IntersectsWith(const gfx::RectF& rect) const OVERRIDE;
|
/external/chromium_org/content/browser/renderer_host/input/ |
touch_selection_controller_unittest.cc | 28 virtual bool IntersectsWith(const gfx::RectF& rect) const OVERRIDE { 100 void ChangeInsertion(const gfx::RectF& rect, bool visible) { 109 void ChangeSelection(const gfx::RectF& start_rect, 111 const gfx::RectF& end_rect, 174 gfx::RectF insertion_rect(5, 5, 0, 10); 207 gfx::RectF insertion_rect(5, 5, 0, 10); 221 gfx::RectF insertion_rect(5, 5, 0, 10); 256 gfx::RectF insertion_rect(5, 5, 0, 10); 284 gfx::RectF start_rect(5, 5, 0, 10); 285 gfx::RectF end_rect(50, 5, 0, 10) [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFloatRect.h | 93 WebFloatRect(const gfx::RectF& r) 101 WebFloatRect& operator=(const gfx::RectF& r) 110 operator gfx::RectF() const 112 return gfx::RectF(x, y, std::max(0.0f, width), std::max(0.0f, height));
|
/external/chromium_org/ui/events/gesture_detection/ |
gesture_event_data.h | 28 const gfx::RectF& bounding_box,
|
/external/chromium_org/ui/events/ |
gesture_event_details.h | 36 // TODO(tdresser): Return RectF. See crbug.com/337824. 41 const gfx::RectF& bounding_box_f() const { 45 void set_bounding_box(const gfx::RectF& box) { bounding_box_ = box; } 179 gfx::RectF bounding_box_;
|
/external/chromium_org/ui/gl/ |
gl_image_android_native_buffer.h | 28 const RectF& crop_rect) OVERRIDE;
|
gl_image_stub.h | 31 const RectF& crop_rect) OVERRIDE;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
DataUsageGraph.java | 23 import android.graphics.RectF; 36 private final RectF mTmpRect = new RectF(); 66 final RectF r = mTmpRect;
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ProjectionClippingActivity.java | 7 import android.graphics.RectF;
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
CaptureAnimationOverlay.java | 27 import android.graphics.RectF; 56 private RectF mPreviewArea = new RectF(); 146 public void onPreviewAreaChanged(RectF previewArea) {
|
CountDownView.java | 22 import android.graphics.RectF; 45 private final RectF mPreviewArea = new RectF(); 81 public void onPreviewAreaChanged(RectF previewArea) {
|
ProgressRenderer.java | 23 import android.graphics.RectF; 36 private RectF mArcBounds = new RectF(0, 0, 1, 1); 89 mArcBounds = new RectF(centerX - mProgressRadius, centerY - mProgressRadius, centerX
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
CursorAnchorInfoCompatWrapper.java | 20 import android.graphics.RectF; 46 private static final CompatUtils.ToObjectMethodWrapper<RectF> sGetCharacterBoundsMethod; 66 "getCharacterBounds", (RectF)null, int.class); 134 public RectF getCharacterBounds(final int index) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
ImageCrop.java | 25 import android.graphics.RectF; 41 private RectF mImageBounds = new RectF(); 42 private RectF mScreenCropBounds = new RectF(); 98 private void internallyUpdateLocalRep(RectF crop, RectF image) { 168 RectF outer = mCropObj.getOuterBounds(); 241 RectF scaledCrop = new RectF(mUpdateHolder.crop) [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
NinePatchTest.java | 30 import android.graphics.RectF; 83 RectF rectf = new RectF(0, 0, c.getWidth(), c.getHeight()); local 84 mNinePatch.draw(c, rectf); 108 rectf = new RectF(0, 0, c.getWidth(), c.getHeight()); 110 mNinePatch.draw(c, rectf);
|
/external/chromium_org/cc/quads/ |
content_draw_quad_base.cc | 26 const gfx::RectF& tex_coord_rect, 43 const gfx::RectF& tex_coord_rect,
|
picture_draw_quad.h | 29 const gfx::RectF& tex_coord_rect, 41 const gfx::RectF& tex_coord_rect,
|
tile_draw_quad.cc | 26 const gfx::RectF& tex_coord_rect, 46 const gfx::RectF& tex_coord_rect,
|