/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglfilterglass.c | 80 gint width, gint height, guint texture, gfloat center_x, gfloat center_y, 310 gfloat center_x, gfloat center_y, in gst_gl_filter_glass_draw_video_plane() argument 322 center_x-1.6, topy, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, start_alpha, in gst_gl_filter_glass_draw_video_plane() 323 center_x+1.6, topy, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, start_alpha, in gst_gl_filter_glass_draw_video_plane() 324 center_x+1.6, bottomy, 0.0, 1.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane() 325 center_x-1.6, bottomy, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, stop_alpha, in gst_gl_filter_glass_draw_video_plane()
|
/third_party/glfw/examples/ |
D | heightmap.c | 289 static void generate_heightmap__circle(float* center_x, float* center_y, in generate_heightmap__circle() argument 294 *center_x = (MAP_SIZE * rand()) / (1.0f * RAND_MAX); in generate_heightmap__circle() 311 float center_x; in update_map() local 316 generate_heightmap__circle(¢er_x, ¢er_z, &circle_size, &disp); in update_map() 320 GLfloat dx = center_x - map_vertices[0][ii]; in update_map()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftcolor.h | 1170 FT_Fixed center_x; member 1215 FT_Fixed center_x; member 1266 FT_Fixed center_x; member
|
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/ |
D | dxgicapture.c | 1088 int center_x; in _set_verteces() local 1157 center_x = (int) dst_desc->Width / 2; in _set_verteces() 1161 (float) (dst_rect->left - center_x) / (float) center_x, in _set_verteces() 1164 (float) (dst_rect->left - center_x) / (float) center_x, in _set_verteces() 1167 (float) (dst_rect->right - center_x) / (float) center_x, in _set_verteces() 1172 (float) (dst_rect->right - center_x) / (float) center_x, in _set_verteces()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultiDrawTest.cpp | 372 uint32_t center_x = x * kTilePixelSize[0] + kTilePixelSize[0] / 2; in CheckDrawResult() local 382 EXPECT_PIXEL_RECT_EQ(center_x / 2 - kPixelCheckSize[0] / 4, in CheckDrawResult() 385 EXPECT_PIXEL_RECT_EQ(center_x / 2 - kPixelCheckSize[0] / 4 + kWidth / 2, in CheckDrawResult() 388 EXPECT_PIXEL_RECT_EQ(center_x / 2 - kPixelCheckSize[0] / 4, in CheckDrawResult() 391 EXPECT_PIXEL_RECT_EQ(center_x / 2 - kPixelCheckSize[0] / 4 + kWidth / 2, in CheckDrawResult() 397 EXPECT_PIXEL_RECT_EQ(center_x - kPixelCheckSize[0] / 2, in CheckDrawResult()
|
D | DrawBaseVertexVariantsTest.cpp | 320 uint32_t center_x = x * kTilePixelSize[0] + kTilePixelSize[0] / 2; in checkDrawResult() local 326 EXPECT_PIXEL_NEAR(center_x - kPixelCheckSize[0] / 2, in checkDrawResult()
|
D | DrawBaseVertexBaseInstanceTest.cpp | 406 uint32_t center_x = x * kTilePixelSize[0] + kTilePixelSize[0] / 2; in checkDrawResult() local 409 EXPECT_PIXEL_NEAR(center_x - kPixelCheckSize[0] / 2, in checkDrawResult()
|
/third_party/libinput/tools/ |
D | libinput-debug-gui.c | 399 int center_x, center_y; in draw_evdev_rel() local 403 center_x = w->width/2 - 400; in draw_evdev_rel() 406 cairo_arc(cr, center_x, center_y, 10, 0, 2 * M_PI); in draw_evdev_rel() 413 center_x + (i + 1) * 20 * dir, in draw_evdev_rel() 426 center_x - 20, in draw_evdev_rel() 445 int center_x, center_y; in draw_evdev_abs() local 452 center_x = w->width/2 + 400; in draw_evdev_abs() 488 x += center_x - outline_width/2; in draw_evdev_abs() 501 x += center_x - outline_width/2; in draw_evdev_abs() 510 center_x - outline_width/2, in draw_evdev_abs()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake.c | 244 int center_x = 0, center_y = 0; in find_motion() local 272 center_x += mv.x; in find_motion() 280 center_x /= pos; in find_motion() 302 p_x = (center_x - width / 2.0); in find_motion()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 636 apaint->u.scale.center_x = INT_TO_FIXED( FT_NEXT_SHORT ( p ) ); in read_paint() 641 apaint->u.scale.center_x = 0; in read_paint() 664 apaint->u.rotate.center_x = INT_TO_FIXED( FT_NEXT_SHORT( p ) ); in read_paint() 669 apaint->u.rotate.center_x = 0; in read_paint() 691 apaint->u.skew.center_x = INT_TO_FIXED( FT_NEXT_SHORT( p ) ); in read_paint() 696 apaint->u.skew.center_x = 0; in read_paint()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLimits.cpp | 2863 const unsigned int center_x = (x1 + x2 + x3) / 3; in verifyResultOfMultipleInvocationsPass() local 2866 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfMultipleInvocationsPass() 2873 << center_x << ";" << center_y << "]! " in verifyResultOfMultipleInvocationsPass() 2922 const unsigned int center_x = (x1 + x2 + x3) / 3; in verifyResultOfSingleInvocationPass() local 2925 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfSingleInvocationPass() 2930 … m_testCtx.getLog() << tcu::TestLog::Message << "Invalid pixel at [" << center_x << ";" << center_y in verifyResultOfSingleInvocationPass() 2969 const unsigned int center_x = (x1 + x2 + x3) / 3; in verifyResultOfSingleInvocationPass() local 2972 …bool is_pixel_valid = comparePixel(result_image, center_x, center_y, m_texture_width, m_texture_he… in verifyResultOfSingleInvocationPass() 2977 … m_testCtx.getLog() << tcu::TestLog::Message << "Invalid pixel at [" << center_x << ";" << center_y in verifyResultOfSingleInvocationPass()
|
/third_party/skia/include/core/ |
D | SkPathBuilder.h | 197 SkPathBuilder& addCircle(SkScalar center_x, SkScalar center_y, SkScalar radius,
|
D | SkPath.h | 74 static SkPath Circle(SkScalar center_x, SkScalar center_y, SkScalar radius,
|
/third_party/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 824 SkFixedToScalar(colrv1_paint.u.scale.center_x), in colrv1_transform() 831 SkPoint::Make(SkFixedToScalar(colrv1_paint.u.rotate.center_x), in colrv1_transform() 851 SkFixedToScalar(colrv1_paint.u.skew.center_x), in colrv1_transform()
|