Searched refs:check_points (Results 1 – 4 of 4) sorted by relevance
/third_party/googletest/googletest/test/ |
D | googletest-output-test_.cc | 288 static void ThreadWithScopedTrace(CheckPoints* check_points) { in ThreadWithScopedTrace() argument 292 check_points->n1.Notify(); in ThreadWithScopedTrace() 293 check_points->n2.WaitForNotification(); in ThreadWithScopedTrace() 299 check_points->n3.Notify(); in ThreadWithScopedTrace() 305 CheckPoints check_points; in TEST() local 306 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, &check_points, in TEST() 308 check_points.n1.WaitForNotification(); in TEST() 314 check_points.n2.Notify(); in TEST() 315 check_points.n3.WaitForNotification(); in TEST()
|
/third_party/skia/tests/ |
D | PathBuilderTest.cpp | 61 static bool check_points(const SkPath& path, const SkPoint expected[], size_t count) { in check_points() function 104 REPORTER_ASSERT(reporter, check_points(b.snapshot(), pts0, SK_ARRAY_COUNT(pts0))); in DEF_TEST() 111 REPORTER_ASSERT(reporter, check_points(b.snapshot(), pts1, SK_ARRAY_COUNT(pts1))); in DEF_TEST()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | psaux.h | 742 T1_Builder_Check_Points_Func check_points; member 1033 CFF_Builder_Check_Points_Func check_points; member
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.24 | 217 * src/cff/cffgload.c (check_points): Rename to... 4848 start_point, check_points, add_point, add_point1, close_contour
|