Home
last modified time | relevance | path

Searched refs:top_right (Results 1 – 25 of 33) sorted by relevance

12

/external/lldb/test/macosx/debug-info/apple_types/
Dmain.c18 struct point_tag top_right; in main() member
24 rect.top_right.x = rect.top_right.x + argc; in main()
25 rect.top_right.y = rect.top_right.y + argc; in main()
/external/chromium_org/cc/layers/
Dui_resource_layer.cc86 float top_right, in SetVertexOpacity() argument
94 vertex_opacity_[2] == top_right && in SetVertexOpacity()
99 vertex_opacity_[2] = top_right; in SetVertexOpacity()
Dtexture_layer.cc79 float top_right, in SetVertexOpacity() argument
87 vertex_opacity_[2] == top_right && in SetVertexOpacity()
92 vertex_opacity_[2] = top_right; in SetVertexOpacity()
Dui_resource_layer.h39 float top_right,
Dtexture_layer.h111 float top_right,
/external/chromium_org/ash/system/user/
Drounded_image_view.cc39 int top_right, in SetCornerRadii() argument
43 corner_radius_[1] = top_right; in SetCornerRadii()
Drounded_image_view.h31 int top_right,
/external/webp/src/dec/
Dframe.c764 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); in ReconstructRow() local
768 memset(top_right, top_yuv[0].y[15], sizeof(*top_right)); in ReconstructRow()
770 memcpy(top_right, top_yuv[1].y, sizeof(*top_right)); in ReconstructRow()
774 top_right[BPS] = top_right[2 * BPS] = top_right[3 * BPS] = top_right[0]; in ReconstructRow()
/external/chromium_org/ui/app_list/views/
Dapps_grid_view_unittest.cc481 gfx::Point top_right = GetItemTileRectAt(0, 1).CenterPoint(); in TEST_F() local
489 SimulateDrag(AppsGridView::MOUSE, top_right, top_right + drag_vector); in TEST_F()
496 SimulateDrag(AppsGridView::MOUSE, top_right, top_right + drag_vector); in TEST_F()
505 SimulateDrag(AppsGridView::MOUSE, top_right, top_right + drag_vector); in TEST_F()
523 SimulateDrag(AppsGridView::MOUSE, top_right, top_right + drag_vector); in TEST_F()
/external/chromium_org/third_party/libwebp/dec/
Dframe.c764 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); in ReconstructRow() local
768 memset(top_right, top_yuv[0].y[15], sizeof(*top_right)); in ReconstructRow()
770 memcpy(top_right, top_yuv[1].y, sizeof(*top_right)); in ReconstructRow()
774 top_right[BPS] = top_right[2 * BPS] = top_right[3 * BPS] = top_right[0]; in ReconstructRow()
/external/lldb/test/lang/c/struct_types/
Dmain.c19 struct point_tag top_right; in main() member
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c354 UWORD8 top_right, top, top_left, left, bot_left; in ihevcd_get_intra_nbr_flag() local
388 top_right = 0; in ihevcd_get_intra_nbr_flag()
456 top_right = (*pu1_nbr_intra_flag >> intra_pos); in ihevcd_get_intra_nbr_flag()
457 top_right &= num_8_blks_in_bits; in ihevcd_get_intra_nbr_flag()
482 top_right = 0xF; in ihevcd_get_intra_nbr_flag()
510 top_right &= ctb_size_top_bits; in ihevcd_get_intra_nbr_flag()
522 …nbr_flags = (top_left << 16) | (top_right << 12) | (top << 8) | (gau4_ihevcd_4_bit_reverse[left] <… in ihevcd_get_intra_nbr_flag()
/external/lldb/test/lang/c/array_types/
Dmain.c18 struct point_tag top_right; in main() member
/external/chromium_org/ui/views/window/
Dframe_background.cc45 const gfx::ImageSkia* top_right, in SetCornerImages() argument
49 top_right_corner_ = top_right; in SetCornerImages()
Dframe_background.h60 const gfx::ImageSkia* top_right,
/external/chromium_org/ui/base/cocoa/
Dappkit_utils.h17 int top_right; member
Dappkit_utils.mm29 GetImage(image_ids.top_right),
/external/chromium_org/ui/app_list/
Dapp_list_folder_item.cc151 gfx::Rect top_right(right_x, top_y, kItemIconDimension, kItemIconDimension); in GetTopIconsBounds() local
152 top_icon_bounds.push_back(top_right); in GetTopIconsBounds()
/external/chromium_org/chrome/browser/ui/views/download/
Ddownload_item_view.cc407 width += body_image_set->top_right->width(); in GetPreferredSize()
414 width += normal_body_image_set_.top_right->width(); in GetPreferredSize()
753 body_image_set->top_right, body_image_set->right, in OnPaintBackground()
755 x, box_y_, box_height_, body_image_set->top_right->width()); in OnPaintBackground()
775 hot_body_image_set_.top_right, hot_body_image_set_.right, in OnPaintBackground()
778 hot_body_image_set_.top_right->width()); in OnPaintBackground()
782 x += body_image_set->top_right->width(); in OnPaintBackground()
/external/chromium_org/chrome/browser/ui/ash/
Dwindow_positioner_unittest.cc259 gfx::Rect top_right = window_positioner()->GetPopupPosition( in TEST_F() local
265 top_right); in TEST_F()
/external/chromium_org/ui/chromeos/network/
Dnetwork_icon.cc45 top_right(NULL), in Badges()
50 const gfx::ImageSkia* top_right; member
247 if (badges_.top_right) in GetImageForScale()
248 canvas.DrawImageInt(*badges_.top_right, in GetImageForScale()
249 icon_.width() - badges_.top_right->width(), 0); in GetImageForScale()
/external/chromium_org/chrome/browser/ui/views/frame/
Dopaque_browser_frame_view.cc779 gfx::ImageSkia* top_right = tp->GetImageSkiaNamed(IDR_APP_TOP_RIGHT); in PaintRestoredClientEdge() local
788 canvas->DrawImageInt(*top_right, 0, 0, top_right->width(), height, in PaintRestoredClientEdge()
790 top_right->width(), height, false); in PaintRestoredClientEdge()
/external/chromium_org/ui/gfx/geometry/
Drect_base.h50 PointClass top_right() const { return PointClass(right(), y()); } in top_right() function
/external/chromium_org/ash/wm/overview/
Dwindow_selector_unittest.cc379 gfx::Point point(bounds.top_right().x() - 1, bounds.top_right().y() - 1); in TEST_F()
1032 gfx::Point point1(bounds1.top_right().x() - 1, bounds1.top_right().y() - 1); in TEST_F()
1050 gfx::Point point2(bounds2.top_right().x() - 1, bounds2.top_right().y() - 1); in TEST_F()
/external/chromium_org/ui/gfx/
Dtransform_util_unittest.cc148 point = Point3F(viewport.top_right()); in TEST()

12