Searched refs:RECT_HEIGHT (Results 1 – 7 of 7) sorted by relevance
66 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT); variable75 SkIntToScalar(RECT_HEIGHT)); in shade_rect()85 auto y = SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT + RECT_HEIGHT/2); in create_gradient_points()
116 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT); variable126 const SkRect rect = SkRect::MakeWH(SkIntToScalar(RECT_WIDTH), SkIntToScalar(RECT_HEIGHT)); in shade_rect()
34 #define RECT_HEIGHT(r) (r.bottom - r.top) macro
336 (gint) RECT_HEIGHT (src->src_rect), in gst_dxgi_screen_cap_src_set_caps()361 src->capture_y + src->capture_h <= RECT_HEIGHT (rect_dst)) { in gst_dxgi_screen_cap_src_get_caps()379 "height", G_TYPE_INT, RECT_HEIGHT (rect_dst), in gst_dxgi_screen_cap_src_get_caps()
568 gint height = RECT_HEIGHT ((*dst_rect)); in dxgicap_copy_buffer()676 for (y = 0; y < RECT_HEIGHT (clip_pointer_rect); ++y) { in _draw_pointer()719 for (y = 0; y < RECT_HEIGHT (clip_pointer_rect); ++y) { in _draw_pointer()