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

  /external/skia/src/pathops/
SkPathOpsLine.cpp 39 SkDVector ab0 = xy - fPts[0]; local
40 double numer = len.fX * ab0.fX + ab0.fY * len.fY;
69 SkDVector ab0 = xy - fPts[0]; local
70 double numer = len.fX * ab0.fX + ab0.fY * len.fY;
SkDLineIntersection.cpp 54 SkDVector ab0 = a[0] - b[0]; local
55 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX;
56 double numerB = ab0.fY * aLen.fX - aLen.fY * ab0.fX;
  /external/skqp/src/pathops/
SkPathOpsLine.cpp 39 SkDVector ab0 = xy - fPts[0]; local
40 double numer = len.fX * ab0.fX + ab0.fY * len.fY;
69 SkDVector ab0 = xy - fPts[0]; local
70 double numer = len.fX * ab0.fX + ab0.fY * len.fY;
SkDLineIntersection.cpp 54 SkDVector ab0 = a[0] - b[0]; local
55 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX;
56 double numerB = ab0.fY * aLen.fX - aLen.fY * ab0.fX;
  /device/linaro/poplar/optee/
optee-packages.mk 24 PRODUCT_PACKAGES += 5ce0c432-0ab0-40e5-a056-782ca0e6aba2.ta
  /external/skia/src/core/
SkStroke.cpp 502 SkVector ab0 = pt - lineStart; local
503 SkScalar numer = dxy.dot(ab0);
    [all...]
  /external/skqp/src/core/
SkStroke.cpp 505 SkVector ab0 = pt - lineStart; local
506 SkScalar numer = dxy.dot(ab0);
    [all...]
  /external/perfetto/src/traced/probes/ftrace/
cpu_reader_benchmark.cc 203 00000ab0: 0000 0000 7800 0000 f024 5401 2f00 0103 ....x....$T./...
cpu_reader_unittest.cc     [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 463 SkVector ab0 = parallelPt - perpendicularPt; local
464 SkScalar numerA = ab0.fY * perpRay.fX - perpRay.fY * ab0.fX;
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s     [all...]
autogen-inst-offset-padding.s 2216 # CHECK: 1ab0: incl
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s     [all...]
autogen-inst-offset-padding.s 2216 # CHECK: 1ab0: incl
    [all...]

Completed in 1536 milliseconds