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

  /external/fonttools/Lib/fontTools/misc/
transform.py 43 >>> t.transformPoints([(0, 0), (1, 1), (100, 100)])
114 def transformPoints(self, points):
119 >>> t.transformPoints([(0, 0), (0, 100), (100, 100), (100, 0)])
  /external/skia/src/pdf/
SkPDFShader.cpp 717 SkPoint transformPoints[2];
722 transformPoints[0] = info->fPoint[0];
723 transformPoints[1] = info->fPoint[1];
729 transformPoints[1] = transformPoints[0];
730 transformPoints[1].fX += info->fRadius[0];
734 transformPoints[1] = transformPoints[0];
735 transformPoints[1].fX += SK_Scalar1;
740 transformPoints[1] = transformPoints[0]
    [all...]
  /external/zxing/core/
core.jar 

Completed in 35 milliseconds