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

  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 533 float threshInvScaleY = inverseScaleY;
540 threshInvScaleY *= bounds.height() / (bounds.height() + stroke.getWidth());
547 threshInvScaleY * threshInvScaleY, &tempVertices);
  /frameworks/base/libs/hwui/
PathTessellator.cpp 729 float threshInvScaleY = paintInfo.inverseScaleY;
736 threshInvScaleY *= bounds.height() / (bounds.height() + paint->getStrokeWidth());
742 PathApproximationInfo approximationInfo(threshInvScaleX, threshInvScaleY,
    [all...]

Completed in 451 milliseconds