Searched refs:a_off (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dquad_unittest.cc114 PointF a_off, b_off, c_off, d_off; member in struct:gfx::__anon15236
155 PointF a_off = tests[i].a_off; local
160 EXPECT_FALSE(QuadF(a_off, b, c, d).IsRectilinear());
161 EXPECT_FALSE((QuadF(a_off, b, c, d) + v).IsRectilinear());
168 EXPECT_FALSE(QuadF(a_off, b, c_off, d).IsRectilinear());
169 EXPECT_FALSE((QuadF(a_off, b, c_off, d) + v).IsRectilinear());
174 EXPECT_FALSE(QuadF(a_off, b, c_off, d_off).IsRectilinear());
175 EXPECT_FALSE((QuadF(a_off, b, c_off, d_off) + v).IsRectilinear());
176 EXPECT_FALSE(QuadF(a_off, b_of
[all...]
/external/tcpdump/missing/
H A Dgetnameinfo.c74 int a_off; member in struct:afd
141 addr = (char *)sa + afd->a_off;
H A Dgetaddrinfo.c123 int a_off; member in struct:afd
1011 memcpy(p + afd->a_off, addr, afd->a_addrlen);

Completed in 410 milliseconds