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
  • public.bzl
Find file BlameHistoryPermalink
  • benjaminwagner's avatar
    Cleanups related to SkFixed. · f6bfccd5
    benjaminwagner authored Feb 25, 2016
    This CL relands https://codereview.chromium.org/1683743005/ with two fixes:
      - Removing the test for vertical text. Vertical text doesn't work on Windows and breakText isn't supported for non-trivial text.
      - Omit PaintBreakTextTest in Google3 because we don't have the correct font setup yet.
    
    Remove SK_FixedNaN. It does not seem to be supported or used anywhere in Skia, Chromium, Android, or Google3, (except accidentally by TwoPtRadial::kDontDrawT). I think supporting it would erase any benefit of SkFixed over float.
    
    Remove SkBitmapFilter::lookup. It does not appear to be used anywhere in Skia, Chromium, Android, or Google3.
    
    Fix a bug in SkPaint::breakText that limited it to ~5kB of text. Now it can handle more than 1GB.
    
    BUG=skia:4632
    GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1683743005
    
    Committed: https://skia.googlesource.com/skia/+/7ea5cb18389db11a94175de95c9db2b44972630c
    
    patch from issue 1683743005 at patchset ...
    f6bfccd5
public.bzl 15.2 KB
EditWeb IDE

Replace public.bzl

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.