1. 18 Sep, 2013 1 commit
  2. 16 Sep, 2013 3 commits
  3. 11 Sep, 2013 1 commit
  4. 10 Sep, 2013 1 commit
  5. 09 Sep, 2013 1 commit
    • Victoria Lease's avatar
      Scale bitmap glyphs to requested size (FreeType only) · 924ac31c
      Victoria Lease authored
      In addition to selecting a bitmap strike appropriate for the
      requested font size, we must also scale the chosen bitmap strike
      to match the requested font size, as it will almost always not be
      the actual size requested. This commit does so, and adjusts per-glyph
      metrics accordingly.
      
      Bug: 10260891
      Change-Id: Ib9ebed250df32dec97e72419f7b612b996443516
      924ac31c
  6. 06 Sep, 2013 1 commit
  7. 05 Sep, 2013 1 commit
  8. 04 Sep, 2013 3 commits
  9. 29 Aug, 2013 2 commits
  10. 28 Aug, 2013 2 commits
    • Leon Scroggins III's avatar
      Handle SkStream::rewind properly. · dcfe5370
      Leon Scroggins III authored
      cherry-pick of https://code.google.com/p/skia/source/detail?r=10977
      
      include/core/SkStream.h:
      Update documentation to state that rewinding a stream at the beginning
      should return true. This is important because our decoders fail if
      rewind returns false, assuming that the stream is not at the beginning.
      
      src/images/SkImageDecoder_libpng.cpp:
      If rewind fails, call png_error.
      
      src/images/SkImageDecoder_libwebp.cpp:
      If rewind fails, report an error and return false.
      
      src/images/SkImageRef.cpp:
      If rewind fails report an error and return false.
      FIXME: Need to handle flattening properly. Should I perhaps move
      writeStream into SkOrderedWriteBuffer?
      
      src/images/SkJpegUtility.cpp:
      Report a jpeg error on failure to rewind.
      
      BUG:8432093
      Change-Id: Ie339cda0a9d31bf0abafc38f9c2c77726f23c6a6
      dcfe5370
    • Leon Scroggins III's avatar
  11. 27 Aug, 2013 2 commits
  12. 26 Aug, 2013 1 commit
  13. 21 Aug, 2013 1 commit
  14. 20 Aug, 2013 1 commit
  15. 14 Aug, 2013 1 commit
  16. 13 Aug, 2013 2 commits
    • Mike Klein's avatar
      Build Skia with Thumb2 instead of ARM. · 24330191
      Mike Klein authored
      This change cuts libskia.so from 2.3MB to 1.5MB with no loss in
      performance.
      
      We've recently cleared away the issues that were preventing Skia from
      building with Thumb2, and our performance tests showed it was at worst
      neutral on a Nexus S, and slightly positive on a Nexus 4.  Skia has been
      building and testing with Thumb2 for two uneventful weeks now, and Clank
      has apparently been doing it for forever.
      
      bug: 9914906
      Change-Id: I4f9ed568214b31b148516db60f8f6c7a8e349389
      24330191
    • Derek Sollenberger's avatar
      Snapshot from http://skia.googlecode.com/svn/trunk@10680 · e27eefc4
      Derek Sollenberger authored
      Change-Id: I846e489575859eff43302c698606953c58420671
      e27eefc4
  17. 08 Aug, 2013 2 commits
    • Torne (Richard Coles)'s avatar
      Add the debug canvas to the built files. · f8eb2b45
      Torne (Richard Coles) authored
      Chromium expects to be able to use the skia debug canvas; add it to the
      list of files built along with its dependencies.
      
      Change-Id: I43e890f0440a9b4b77ac025f5f0461fad801490f
      f8eb2b45
    • Torne (Richard Coles)'s avatar
      Update skia compiler defines. · 3e461ec1
      Torne (Richard Coles) authored
      Add GR_GL_PER_GL_FUNC_CALLBACK=1 as Chromium requires it, and move
      GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE=1 into the headers instead of the
      command line so that it's visible by code including skia headers.
      
      Change-Id: Ia6ccb487e60359322e35648e53a7f5a659ddcd41
      3e461ec1
  18. 07 Aug, 2013 1 commit
    • Victoria Lease's avatar
      provide metrics for bitmap fonts · 61d82695
      Victoria Lease authored
      This also refactors how metrics are generated for outline fonts, in
      an attempt to keep the metrics code as common/universal as possible.
      
      Bug: 9577689
      Change-Id: I845a3af111314d8983e5de919343aeceb7609489
      61d82695
  19. 06 Aug, 2013 2 commits
  20. 02 Aug, 2013 3 commits
  21. 01 Aug, 2013 1 commit
    • Derek Sollenberger's avatar
      Merge Skia r10377 into Android. · 0cfa53d6
      Derek Sollenberger authored
      This CL also includes a cherry-pick of r10483 to fix
      errors in the JPEG region decoder.
      
      Conflicts:
      	include/core/SkUserConfig.h
      	src/images/SkImageDecoder.cpp
      	src/images/SkImageDecoder_libbmp.cpp
      	src/images/SkImageDecoder_libgif.cpp
      	src/images/SkImageDecoder_libico.cpp
      	src/images/SkImageDecoder_libjpeg.cpp
      	src/images/SkImageDecoder_libpng.cpp
      	src/images/SkImageDecoder_libwebp.cpp
      	src/images/SkImageDecoder_wbmp.cpp
      	src/ports/FontHostConfiguration_android.cpp
      	src/ports/FontHostConfiguration_android.h
      	src/ports/SkFontConfigInterface_android.cpp
      
      Change-Id: I415ba6cfbb7ee41f4c8c5c01ec1bcc32345568d2
      0cfa53d6
  22. 26 Jul, 2013 1 commit
  23. 25 Jul, 2013 2 commits
  24. 23 Jul, 2013 1 commit
  25. 08 Jul, 2013 1 commit
  26. 27 Jun, 2013 2 commits