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

  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 532 float threshInvScaleX = inverseScaleX;
539 threshInvScaleX *= bounds.width() / (bounds.width() + stroke.getWidth());
546 bool wasClosed = ConvexPathPerimeterVertices(path, forceClose, threshInvScaleX * threshInvScaleX,
  /frameworks/base/libs/hwui/
PathTessellator.cpp 728 float threshInvScaleX = paintInfo.inverseScaleX;
735 threshInvScaleX *= bounds.width() / (bounds.width() + paint->getStrokeWidth());
742 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY,
    [all...]

Completed in 57 milliseconds