HomeSort by relevance Sort by last modified time
    Searched refs:crv (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
ClipCubicTest.cpp 39 static void PrintCurve(const char *name, const SkPoint crv[4]) {
42 (float)crv[0].fX, (float)crv[0].fY,
43 (float)crv[1].fX, (float)crv[1].fY,
44 (float)crv[2].fX, (float)crv[2].fY,
45 (float)crv[3].fX, (float)crv[3].fY);
70 SkPoint crv[4])
80 static SkPoint crv[4] = { local
    [all...]
  /external/skqp/tests/
ClipCubicTest.cpp 39 static void PrintCurve(const char *name, const SkPoint crv[4]) {
42 (float)crv[0].fX, (float)crv[0].fY,
43 (float)crv[1].fX, (float)crv[1].fY,
44 (float)crv[2].fX, (float)crv[2].fY,
45 (float)crv[3].fX, (float)crv[3].fY);
70 SkPoint crv[4])
80 static SkPoint crv[4] = { local
    [all...]
  /external/compiler-rt/test/dfsan/
custom.cc 234 char *crv = strchr(str1, 'r');
235 assert(crv == &str1[2]);
236 ASSERT_ZERO_LABEL(crv);
238 crv = strchr(str1, '1');
239 assert(crv == &str1[3]);
241 ASSERT_ZERO_LABEL(crv);
243 ASSERT_LABEL(crv, i_label);
246 crv = strchr(str1, 'x');
247 assert(!crv);
249 ASSERT_ZERO_LABEL(crv);
    [all...]
  /external/rmi4utils/rmidevice/
Makefile 18 $(AR) crv $(STATIC_LIBNAME) $^
  /external/python/cpython2/Modules/
glmodule.c     [all...]

Completed in 1709 milliseconds