1. 16 Oct, 2011 1 commit
  2. 14 Oct, 2011 1 commit
  3. 12 Oct, 2011 1 commit
    • Derek Sollenberger's avatar
      Fix font issue for some sites using offline reading mode. · 40646971
      Derek Sollenberger authored
      Custom fonts (e.g. WebFonts) were not properly serialized and
      resulted in unexpected behavior when a picture was saved for
      offline reading. This CL serializes the custom font so that we
      can use it later when playing the picture back.
      
      bug: 5388379
      Change-Id: Ic29e9bf10ac70c46a45f3902ea93558b235fd2dd
      40646971
  4. 07 Sep, 2011 1 commit
  5. 06 Sep, 2011 1 commit
  6. 05 Sep, 2011 1 commit
  7. 02 Sep, 2011 3 commits
  8. 01 Sep, 2011 1 commit
  9. 31 Aug, 2011 1 commit
  10. 30 Aug, 2011 4 commits
  11. 24 Aug, 2011 1 commit
  12. 05 Aug, 2011 1 commit
  13. 04 Aug, 2011 1 commit
    • Michael Kolb's avatar
      remove font cache log msg · 00f5211d
      Michael Kolb authored
             Bug: 5122491
             Remove font cache purge log message
      
      Change-Id: Ib5a23433b8cb1402c96b8d510ed875be7400c80c
      00f5211d
  14. 28 Jul, 2011 1 commit
  15. 27 Jul, 2011 1 commit
  16. 26 Jul, 2011 2 commits
  17. 22 Jul, 2011 1 commit
  18. 21 Jul, 2011 1 commit
    • Vikas Arora's avatar
      Add image cropping support in Skia-WebP decoder. · 8c52c218
      Vikas Arora authored
      Implement virtual methods 'onBuildTileIndex' & 'onDecodeRegion' for
      supporting image cropping for Skia-WebP image Decoder.
      Utilize the native rescaling+Cropping capability of WebP-Decoder to
      implement image cropping.
      - Incorporated code comments from Pascal.
      - Found one bug w.r.t setting SampleSize. Rectifying that in this patch.
      
      Change-Id: Ib7b04129a65ed17f845d0600f3553b9b24846838
      8c52c218
  19. 19 Jul, 2011 1 commit
  20. 18 Jul, 2011 1 commit
    • Vikas Arora's avatar
      Implement on-the-fly image resizing (down-scaling). · c5013e38
      Vikas Arora authored
      Implement on-the-fly image resizing (down-scaling) for WebP images.
      The image decoder is aware of the device memory constriant via
      SampleSize set by the application like Webkit/WebCore.
      sampleSize=1 implies no down-scaling. Likewise, SampleSize=2 implies
      resizing image width & height by a factor of '1/2', resulting in '1/4'th
      size for the decoded image.
      SampleSize is merely a hint from the application to the decoder. Decoder
      may choose to ignore this hint and decode the image at full scale.
      Native WebP image decoder (new APIs) supports on-the-fly resizing.
      Making the Skia-WebP decoder 'SampleSize' aware and implementing the
      on-the-fly resizing in this change.
      
      Change-Id: Ibbd62baf4a6ad2d3904aafb22807f4513641e64c
      c5013e38
  21. 17 Jul, 2011 1 commit
  22. 15 Jul, 2011 2 commits
    • Chet Haase's avatar
      42ab963d
    • Chet Haase's avatar
      Read font info from system config files · 9c0ebce1
      Chet Haase authored
      This change adds new files in /system/etc: system_fonts.xml and
      fallback_fonts.xml. The change also allows a third file to be added
      by vendors in /vendor/etc/fallback_fonts.xml. These files, loaded at
      boot time, mimic the logic that used to be in code, but which is
      now configurable through editing these files, making the system more
      flexible and easy to work with for us and vendors as future fonts
      are added to the system.
      
      Change-Id: Iac0af4924ca0454c6dde4d53058b1425200ed4b7
      9c0ebce1
  23. 14 Jul, 2011 1 commit
    • Vikas Arora's avatar
      Use the WebP native color-modes for Skia-WebP-Decoder. · 13f6c47b
      Vikas Arora authored
      Remove the custom code for decoding WebP image. Use the native
      color-modes RGBA, RGBA_4444 & RGB_565 for Skia-WebP-Decoder class.
      - Removed other dead code as well.
      
      Change-Id: I414778b71aaea754d92ed6b07ebd7b6336e1f102
      13f6c47b
  24. 13 Jul, 2011 1 commit
  25. 12 Jul, 2011 3 commits
  26. 11 Jul, 2011 1 commit
  27. 08 Jul, 2011 1 commit
  28. 07 Jul, 2011 4 commits