/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftcolor.h | 1171 FT_Fixed center_y; member 1216 FT_Fixed center_y; member 1267 FT_Fixed center_y; member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultiDrawTest.cpp | 373 uint32_t center_y = y * kTilePixelSize[1] + kTilePixelSize[1] / 2; in CheckDrawResult() local 383 center_y / 2 - kPixelCheckSize[1] / 4, in CheckDrawResult() 386 center_y / 2 - kPixelCheckSize[1] / 4, in CheckDrawResult() 389 center_y / 2 - kPixelCheckSize[1] / 4 + kHeight / 2, in CheckDrawResult() 392 center_y / 2 - kPixelCheckSize[1] / 4 + kHeight / 2, in CheckDrawResult() 398 center_y - kPixelCheckSize[1] / 2, kPixelCheckSize[0], in CheckDrawResult()
|
D | DrawBaseVertexVariantsTest.cpp | 321 uint32_t center_y = y * kTilePixelSize[1] + kTilePixelSize[1] / 2; in checkDrawResult() local 327 center_y - kPixelCheckSize[1] / 2, color[0], color[1], color[2], in checkDrawResult()
|
D | DrawBaseVertexBaseInstanceTest.cpp | 407 uint32_t center_y = y * kTilePixelSize[1] + kTilePixelSize[1] / 2; in checkDrawResult() local 410 center_y - kPixelCheckSize[1] / 2, in checkDrawResult()
|
/third_party/libinput/tools/ |
D | libinput-debug-gui.c | 399 int center_x, center_y; in draw_evdev_rel() local 404 center_y = w->height/2; in draw_evdev_rel() 406 cairo_arc(cr, center_x, center_y, 10, 0, 2 * M_PI); in draw_evdev_rel() 414 center_y - 20); in draw_evdev_rel() 427 center_y + (i + 1) * 20 * dir); in draw_evdev_rel() 445 int center_x, center_y; in draw_evdev_abs() local 453 center_y = w->height/2; in draw_evdev_abs() 489 y += center_y - outline_height/2; in draw_evdev_abs() 502 y += center_y - outline_height/2; in draw_evdev_abs() 511 center_y - outline_height/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 273 center_y += mv.y; in find_motion() 281 center_y /= pos; in find_motion() 303 p_y = (center_y - height / 2.0); in find_motion()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcolr.c | 637 apaint->u.scale.center_y = INT_TO_FIXED( FT_NEXT_SHORT ( p ) ); in read_paint() 642 apaint->u.scale.center_y = 0; in read_paint() 665 apaint->u.rotate.center_y = INT_TO_FIXED( FT_NEXT_SHORT( p ) ); in read_paint() 670 apaint->u.rotate.center_y = 0; in read_paint() 692 apaint->u.skew.center_y = INT_TO_FIXED( FT_NEXT_SHORT( p ) ); in read_paint() 697 apaint->u.skew.center_y = 0; in read_paint()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLimits.cpp | 2864 const unsigned int center_y = (y1 + y2 + y3) / 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() 2923 const unsigned int center_y = (y1 + y2 + y3) / 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() 2970 const unsigned int center_y = (y1 + y2 + y3) / 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/glfw/examples/ |
D | heightmap.c | 289 static void generate_heightmap__circle(float* center_x, float* center_y, in generate_heightmap__circle() argument 295 *center_y = (MAP_SIZE * rand()) / (1.0f * RAND_MAX); in generate_heightmap__circle()
|
/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 | 825 -SkFixedToScalar(colrv1_paint.u.scale.center_y)); in colrv1_transform() 832 -SkFixedToScalar(colrv1_paint.u.rotate.center_y))); in colrv1_transform() 852 -SkFixedToFloat(colrv1_paint.u.skew.center_y)); in colrv1_transform()
|