HomeSort by relevance Sort by last modified time
    Searched defs:rotPath (Results 1 - 11 of 11) sorted by null

  /external/skia/src/pathops/
SkOpCubicHull.cpp 9 static bool rotate(const SkDCubic& cubic, int zero, int index, SkDCubic& rotPath) {
16 rotPath = cubic;
18 rotPath[index].fY = cubic[zero].fY;
23 rotPath[side1].fY = cubic[zero].fY;
26 rotPath[side2].fY = cubic[zero].fY;
32 rotPath[index].fX = cubic[index].fX * dx + cubic[index].fY * dy;
33 rotPath[index].fY = cubic[index].fY * dx - cubic[index].fX * dy;
79 SkDCubic rotPath;
80 if (!rotate(*this, yMin, index, rotPath)) { // ! if cbc[yMin]==cbc[idx]
85 int sides = side(rotPath[side1].fY - rotPath[yMin].fY)
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp 76 const char* const Res::rotPath = "/dev/msm_rotator";
overlayUtils.h 575 static const char* const rotPath;
  /hardware/qcom/display/msm8909/liboverlay/
overlayUtils.cpp 76 const char* const Res::rotPath = "/dev/msm_rotator";
overlayUtils.h 565 static const char* const rotPath;
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp 76 const char* const Res::rotPath = "/dev/msm_rotator";
overlayUtils.h 572 static const char* const rotPath;
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 76 const char* const Res::rotPath = "/dev/msm_rotator";
overlayUtils.h 730 static const char* const rotPath;
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 75 const char* const Res::rotPath = "/dev/msm_rotator";
overlayUtils.h 732 static const char* const rotPath;

Completed in 154 milliseconds