Home
last modified time | relevance | path

Searched refs:RECT_HEIGHT (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/gm/
Dhardstop_gradients.cpp66 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT); variable
75 SkIntToScalar(RECT_HEIGHT)); in shade_rect()
85 auto y = SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT + RECT_HEIGHT/2); in create_gradient_points()
Danalytic_gradients.cpp116 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT); variable
126 const SkRect rect = SkRect::MakeWH(SkIntToScalar(RECT_WIDTH), SkIntToScalar(RECT_HEIGHT)); in shade_rect()
/third_party/skia/gm/
Dhardstop_gradients.cpp66 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT); variable
75 SkIntToScalar(RECT_HEIGHT)); in shade_rect()
85 auto y = SkIntToScalar(cellRow * CELL_HEIGHT + PAD_HEIGHT + RECT_HEIGHT/2); in create_gradient_points()
Danalytic_gradients.cpp116 const int RECT_HEIGHT = CELL_HEIGHT - (2 * PAD_HEIGHT); variable
126 const SkRect rect = SkRect::MakeWH(SkIntToScalar(RECT_WIDTH), SkIntToScalar(RECT_HEIGHT)); in shade_rect()
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.h34 #define RECT_HEIGHT(r) (r.bottom - r.top) macro
Dgstdxgiscreencapsrc.c336 (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()
Ddxgicapture.c568 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()