Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
E external_skia
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • halo
  • external_skia
  • Repository

Switch branch/tag
  • external_skia
  • gyp
  • pathops_unittest.gyp
Find file BlameHistoryPermalink
  • commit-bot@chromium.org's avatar
    When solving the cubic line intersection directly fails, use binary search as a fallback. · 2db7fe7d
    commit-bot@chromium.org authored May 07, 2014
    The cubic line intersection math empirically works 99.99% of the time (fails 3100 out of 1B random tests) but when it fails, an intersection may be missed altogether.
    
    The binary search is may not find a solution if the cubic line failed to find any solutions at all, but so far that case hasn't arisen.
    
    BUG=skia:2504
    TBR=reed@google.com
    
    Author: caryclark@google.com
    
    Review URL: https://codereview.chromium.org/266063003
    
    git-svn-id: http://skia.googlecode.com/svn/trunk@14614 2bbb7eff-a529-9590-31e7-b0007b416f81
    2db7fe7d
pathops_unittest.gyp 1.06 KB
EditWeb IDE

Replace pathops_unittest.gyp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.