1. 27 Aug, 2012 1 commit
    • Nikolay Pisanov's avatar
      Fix access to freed memory · c005897d
      Nikolay Pisanov authored
      Source should be freed after all jpeg operations completed
      since it is used by these operations.
      
      Change-Id: Ieb0741e1d219dc0513133a94d47df86b5f95cf29
      c005897d
  2. 17 Aug, 2012 2 commits
  3. 21 Jun, 2012 2 commits
  4. 19 Jun, 2012 1 commit
  5. 14 Jun, 2012 2 commits
  6. 13 Jun, 2012 1 commit
    • Victoria Lease's avatar
      DO NOT MERGE Skia solution to fake-bold fallback fonts. · ec1ad08b
      Victoria Lease authored
      This version of the fake-bold-for-fallback-fonts fix addresses the
      issue succinctly inside of Skia, with no need for Skia's clients to
      be aware of the issue. Attempts to draw a bold parent font flag the
      embolden flag in the associated SkScalerContext while leaving the
      SkPaint's fake bold flag unmodified.
      
      This depends upon change Icdd13f6b, which arranges for FreeType's
      FontHost to ignore redundant embolden requests.
      
      This is a cherry-pick of change I4132a232 from master.
      
      Bug: 6629786
      Change-Id: I389d6793e5472d664f6ac7b894927dbfd811be12
      ec1ad08b
  7. 07 Jun, 2012 4 commits
  8. 06 Jun, 2012 1 commit
  9. 05 Jun, 2012 1 commit
  10. 31 May, 2012 1 commit
    • Victoria Lease's avatar
      Use FreeType's "embolden", but only if face is not already bold. · bd64a4dd
      Victoria Lease authored
      A side-effect of not knowing the actual SkTypeface used to draw text
      until render-time is that we cannot make decisions based upon the
      face's proper font metrics. As a result, attempts to draw bold text
      will fail when a fallback font with normal weight is selected. With
      this, we can feel free to enable fake bold mode even if the primary
      font is bold, as the extraneous fake bold bit will just get ignored
      at render-time if the actual font used to draw the text is bold.
      
      Bug: 6522642
      Change-Id: Icdd13f6bd36a85ba374b6ed7a08b596d4c31e86f
      bd64a4dd
  11. 30 May, 2012 4 commits
  12. 29 May, 2012 1 commit
  13. 24 May, 2012 1 commit
  14. 22 May, 2012 2 commits
  15. 20 May, 2012 1 commit
  16. 19 May, 2012 3 commits
  17. 18 May, 2012 1 commit
  18. 17 May, 2012 5 commits
  19. 16 May, 2012 5 commits
  20. 15 May, 2012 1 commit