HomeSort by relevance Sort by last modified time
    Searched refs:rotPath (Results 1 - 16 of 16) 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/msm8084/liboverlay/
overlayMdpRot.cpp 76 if(!mFd.open(Res::rotPath, O_RDWR)){
77 ALOGE("MdpRot failed to init %s", Res::rotPath);
overlayUtils.cpp 76 const char* const Res::rotPath = "/dev/msm_rotator";
overlayUtils.h 730 static const char* const rotPath;
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 95 if(!mFd.open(Res::rotPath, O_RDWR)){
96 ALOGE("MdpRot failed to init %s", Res::rotPath);
overlayUtils.cpp 76 const char* const Res::rotPath = "/dev/msm_rotator";
overlayUtils.h 575 static const char* const rotPath;
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 85 if(!mFd.open(Res::rotPath, O_RDWR)){
86 ALOGE("MdpRot failed to init %s", Res::rotPath);
overlayUtils.cpp 75 const char* const Res::rotPath = "/dev/msm_rotator";
overlayUtils.h 732 static const char* const rotPath;
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdpRot.cpp 104 if(!mFd.open(Res::rotPath, O_RDWR)){
105 ALOGE("MdpRot failed to init %s", Res::rotPath);
overlayUtils.cpp 76 const char* const Res::rotPath = "/dev/msm_rotator";
overlayUtils.h 565 static const char* const rotPath;
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdpRot.cpp 104 if(!mFd.open(Res::rotPath, O_RDWR)){
105 ALOGE("MdpRot failed to init %s", Res::rotPath);
overlayUtils.cpp 76 const char* const Res::rotPath = "/dev/msm_rotator";
overlayUtils.h 572 static const char* const rotPath;

Completed in 8831 milliseconds