HomeSort by relevance Sort by last modified time
    Searched full:point0 (Results 1 - 22 of 22) sorted by null

  /external/vulkan-validation-layers/libs/glm/gtx/
gradient_paint.inl 35 detail::tvec2<T, P> const & Point0,
40 detail::tvec2<T, P> Dist = Point1 - Point0;
41 return (Dist.x * (Position.x - Point0.x) + Dist.y * (Position.y - Point0.y)) / glm::dot(Dist, Dist);
intersect.inl 193 genType const & point0, genType const & point1,
200 genType dir = normalize(point1 - point0);
201 genType diff = sphereCenter - point0;
211 intersectionPoint1 = point0 + dir * (t0 - t1);
213 intersectionPoint2 = point0 + dir * (t0 + t1);
gradient_paint.hpp 67 detail::tvec2<T, P> const & Point0,
intersect.hpp 101 genType const & point0, genType const & point1,
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
gradient_paint.inl 35 detail::tvec2<T, P> const & Point0,
40 detail::tvec2<T, P> Dist = Point1 - Point0;
41 return (Dist.x * (Position.x - Point0.x) + Dist.y * (Position.y - Point0.y)) / glm::dot(Dist, Dist);
intersect.inl 193 genType const & point0, genType const & point1,
200 genType dir = normalize(point1 - point0);
201 genType diff = sphereCenter - point0;
211 intersectionPoint1 = point0 + dir * (t0 - t1);
213 intersectionPoint2 = point0 + dir * (t0 + t1);
gradient_paint.hpp 67 detail::tvec2<T, P> const & Point0,
intersect.hpp 101 genType const & point0, genType const & point1,
  /external/pdfium/core/fpdfapi/page/
cpdf_clippath.cpp 83 CFX_PointF point0 = old_path.GetPoint(0); local
85 CFX_FloatRect old_rect(point0.x, point0.y, point2.x, point2.y);
cpdf_contentparser.cpp 192 CFX_PointF point0 = ClipPath.GetPoint(0); local
194 CFX_FloatRect old_rect(point0.x, point0.y, point2.x, point2.y);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMisc.cpp 48 /* Calculate vector from point0 to point1 */
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1_1.h 457 STDMETHOD(DrawLine)(D2D1_POINT_2F point0, D2D1_POINT_2F point1, ID2D1Brush *brush, FLOAT strokeWidth,
    [all...]
d2d1.h 777 STDMETHOD_(void, DrawLine)(D2D1_POINT_2F point0, D2D1_POINT_2F point1, ID2D1Brush *brush, FLOAT strokeWidth = 1.0f, ID2D1StrokeStyle *strokeStyle = NULL) PURE;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Variable.c 1018 VOID *Point0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_collections.py 40 namedtuple('Point0', 'x1 y2') # Verify that numbers are allowed in names
    [all...]
  /external/python/cpython2/Lib/test/
test_collections.py 84 namedtuple('Point0', 'x1 y2') # Verify that numbers are allowed in names
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_collections.py 40 namedtuple('Point0', 'x1 y2') # Verify that numbers are allowed in names
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_collections.py 40 namedtuple('Point0', 'x1 y2') # Verify that numbers are allowed in names
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 40 namedtuple('Point0', 'x1 y2') # Verify that numbers are allowed in names
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 40 namedtuple('Point0', 'x1 y2') # Verify that numbers are allowed in names
    [all...]
  /external/python/cpython3/Lib/test/
test_collections.py 210 namedtuple('Point0', 'x1 y2') # Verify that numbers are allowed in names
    [all...]

Completed in 800 milliseconds