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

  /external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.cpp 268 bool east = m_panScrollStartPos.x() < (lastKnownMousePosition.x() - ScrollView::noPanScrollRadius); local
273 if (m_autoscrollType == AutoscrollForPan && (east || west || north || south))
277 if (east)
284 if (east)
290 } else if (east)
  /frameworks/native/libs/ui/tests/
vec_test.cpp 239 vec3 east(1, 0, 0);
241 vec3 up( cross(east, north) );
243 EXPECT_EQ(dot(east, north), 0);
244 EXPECT_EQ(length(east), 1);
245 EXPECT_EQ(distance(east, north), sqrtf(2));
252 tvec3<double> vd(east);
  /frameworks/native/services/sensorservice/
Fusion.cpp 262 vec3_t east(cross_product(mData[1], up));
263 east *= 1/length(east);
264 vec3_t north(cross_product(up, east));
265 R << east << north << up;
313 const vec3_t east( cross_product(m, up) );
319 if (length_squared(east) < MIN_VALID_CROSS_PRODUCT_MAG_SQ) {
325 vec3_t north( cross_product(up, east) );
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 116 milliseconds