/external/chromium_org/content/renderer/pepper/ |
pepper_graphics_2d_host.h | 93 gfx::PointF GetResizeScale() const;
|
/external/chromium_org/ui/gfx/ |
display.cc | 117 gfx::PointF origin_f = origin;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
RedEyeFilter.java | 34 import android.graphics.PointF;
|
/external/chromium_org/cc/trees/ |
layer_tree_host_common.cc | [all...] |
layer_tree_host_unittest_scroll.cc | 411 root_scroll_layer_->SetAnchorPoint(gfx::PointF()); 433 child_layer_->SetAnchorPoint(gfx::PointF()); [all...] |
layer_tree_host_unittest.cc | [all...] |
layer_tree_host_unittest_delegated.cc | 109 gfx::PointF uv_top_left = gfx::PointF(0.f, 0.f); 110 gfx::PointF uv_bottom_right = gfx::PointF(1.f, 1.f); 152 gfx::PointF(0.f, 0.f), 153 gfx::PointF(1.f, 1.f), 250 root_->SetAnchorPoint(gfx::PointF()); 287 delegated->SetAnchorPoint(gfx::PointF()); [all...] |
layer_tree_impl.cc | 690 gfx::RectF(ScrollableViewportSize()).bottom_right() - gfx::PointF(); 694 gfx::PointF();
|
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/ |
InteractiveLineGraphView.java | 24 import android.graphics.PointF; 147 private PointF mZoomFocalPoint = new PointF(); 625 private boolean hitTest(float x, float y, PointF dest) { 656 private PointF viewportFocus = new PointF(); [all...] |
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_gesture_controller_unittest.cc | 183 anchor_ - gfx::PointF(touch_event->touches[0].position.x, 227 gfx::PointF current_0 = gfx::Point(touch_event->touches[0].position); 228 gfx::PointF current_1 = gfx::Point(touch_event->touches[1].position); 262 gfx::PointF start_0_; 263 gfx::PointF start_1_;
|
synthetic_smooth_scroll_gesture.cc | 172 gfx::PointF touch_position = params_.anchor + total_delta_;
|
/external/chromium_org/ui/compositor/ |
layer.cc | 465 cc_layer_->SetAnchorPoint(gfx::PointF()); 912 cc_layer_->SetAnchorPoint(gfx::PointF()); 951 gfx::PointF uv_top_left(0.f, 0.f); 952 gfx::PointF uv_bottom_right( 966 gfx::PointF(bounds_.x(), bounds_.y()),
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_android.cc | [all...] |
/external/chromium_org/cc/layers/ |
delegated_frame_provider_unittest.cc | 54 gfx::PointF(0.f, 0.f), 55 gfx::PointF(1.f, 1.f),
|
layer_impl_unittest.cc | 88 gfx::PointF arbitrary_point_f = gfx::PointF(0.125f, 0.25f); 201 gfx::PointF arbitrary_point_f = gfx::PointF(0.125f, 0.25f);
|
layer_impl.cc | 414 gfx::PointF screen_space_point, 436 gfx::PointF hit_test_point_in_content_space = 440 gfx::PointF hit_test_point_in_layer_space = 796 void LayerImpl::SetAnchorPoint(gfx::PointF anchor_point) { 915 void LayerImpl::SetPosition(gfx::PointF position) { [all...] |
tiled_layer_unittest.cc | [all...] |
tiled_layer_impl_unittest.cc | 269 EXPECT_EQ(gfx::RectF(gfx::PointF(), tile_size), quad->tex_coord_rect)
|
/external/chromium_org/cc/test/ |
layer_tree_pixel_test.cc | 126 layer->SetAnchorPoint(gfx::PointF()); 184 layer->SetAnchorPoint(gfx::PointF());
|
layer_tree_json_parser.cc | 91 new_layer->SetPosition(gfx::PointF(position_x, position_y));
|
/frameworks/base/core/java/android/content/res/ |
CompatibilityInfo.java | 21 import android.graphics.PointF; 379 public void translatePointInScreenToAppWindow(PointF point) {
|
/external/chromium_org/cc/debug/ |
debug_rect_history.cc | 116 gfx::RectF(gfx::PointF(), layer->content_bounds()))));
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
PagedView.java | 31 import android.graphics.PointF; [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedView.java | 30 import android.graphics.PointF; [all...] |
/external/chromium_org/cc/quads/ |
draw_quad_unittest.cc | 473 gfx::PointF uv_top_left(0.5f, 224.f); 474 gfx::PointF uv_bottom_right(51.5f, 260.f); 735 gfx::PointF uv_top_left(0.5f, 224.f); 736 gfx::PointF uv_bottom_right(51.5f, 260.f);
|