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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFShader.cpp 726 SkPoint transformPoints[2];
731 transformPoints[0] = info->fPoint[0];
732 transformPoints[1] = info->fPoint[1];
738 transformPoints[1] = transformPoints[0];
739 transformPoints[1].fX += info->fRadius[0];
748 transformPoints[1] = transformPoints[0];
750 transformPoints[1].fX += dr;
755 transformPoints[1] = transformPoints[0]
    [all...]
  /external/skia/src/pdf/
SkPDFShader.cpp 830 SkPoint transformPoints[2];
835 transformPoints[0] = info->fPoint[0];
836 transformPoints[1] = info->fPoint[1];
842 transformPoints[1] = transformPoints[0];
843 transformPoints[1].fX += info->fRadius[0];
852 transformPoints[1] = transformPoints[0];
854 transformPoints[1].fX += dr;
859 transformPoints[1] = transformPoints[0]
    [all...]
  /external/zxing/core/
core.jar 

Completed in 66 milliseconds