Home
last modified time | relevance | path

Searched refs:center_y (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcolor.h1154 * center_y ::
1171 FT_Fixed center_y; member
1199 * center_y ::
1216 FT_Fixed center_y; member
1250 * center_y ::
1267 FT_Fixed center_y; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiDrawTest.cpp373 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()
H A DDrawBaseVertexBaseInstanceTest.cpp407 uint32_t center_y = y * kTilePixelSize[1] + kTilePixelSize[1] / 2; in checkDrawResult() local
410 center_y - kPixelCheckSize[1] / 2, in checkDrawResult()
H A DDrawBaseVertexVariantsTest.cpp321 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()
/third_party/ffmpeg/libavfilter/
H A Dvf_deshake.c244 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/libinput/tools/
H A Dlibinput-debug-gui.c400 int center_x, center_y; in draw_evdev_rel() local
405 center_y = w->height/2; in draw_evdev_rel()
407 cairo_arc(cr, center_x, center_y, 10, 0, 2 * M_PI); in draw_evdev_rel()
415 center_y - 20); in draw_evdev_rel()
428 center_y + (i + 1) * 20 * dir); in draw_evdev_rel()
446 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()
503 y += center_y - outline_height/2; in draw_evdev_abs()
523 center_y in draw_evdev_abs()
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcolr.c637 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/
H A DesextcGeometryShaderLimits.cpp2864 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_height, 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_height, 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_height, in verifyResultOfSingleInvocationPass()
2977 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid pixel at [" << center_x << ";" << center_y in verifyResultOfSingleInvocationPass()
/third_party/glfw/examples/
H A Dheightmap.c291 static void generate_heightmap__circle(float* center_x, float* center_y, in generate_heightmap__circle() argument
297 *center_y = (MAP_SIZE * rand()) / (float) RAND_MAX; in generate_heightmap__circle()
/third_party/skia/include/core/
H A DSkPathBuilder.h197 SkPathBuilder& addCircle(SkScalar center_x, SkScalar center_y, SkScalar radius,
H A DSkPath.h74 static SkPath Circle(SkScalar center_x, SkScalar center_y, SkScalar radius,
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp825 -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()

Completed in 20 milliseconds