aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPaint.cpp
Commit message (Expand)AuthorAge
* Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id...Gravatar senorblanco2015-08-20
* Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id...Gravatar herb2015-08-20
* Use static_assert instead of SK_COMPILE_ASSERT.Gravatar bungeman2015-08-20
* Implement canComputeFastBounds() for image filters.Gravatar senorblanco2015-08-20
* mixed text blobs really draws LCDGravatar joshualitt2015-07-24
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* Make SkPaint::glyphsToUnichars use explicit SkSurfacePropsGravatar robertphillips2015-06-26
* Remove distance field flag from SkPaintGravatar jvanverth2015-06-22
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* Remove gamma field from SkDevicePropertiesGravatar robertphillips2015-06-19
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* Fix build warning: reference cannot be bound to dereferenced null pointer in ...Gravatar dongseong.hwang2015-04-30
* Remove filename from SkFontDescriptor.Gravatar bungeman2015-04-17
* Start canonicalizing color for all A8 textblobsGravatar joshualitt2015-04-14
* Switch to one single bitmap text blob cache allocationGravatar joshualitt2015-04-01
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* Call to retrieve SkDescriptor for SkScalarContext from SkPaint.Gravatar joshualitt2015-03-13
* Glyph positions maintain 32 bit integer part.Gravatar bungeman2015-03-11
* optional res-scale parameter to getFillPathGravatar reed2015-02-12
* Add patheffects to debugger printoutGravatar robertphillips2015-01-26
* add newImage APIGravatar reed2015-01-23
* Make SkStream *not* ref counted.Gravatar scroggo2015-01-21
* Add toString methods to SkImageFilter-derived classesGravatar robertphillips2014-12-19
* Cleanup: Remove a bunch of SkFontHost.h includes (unused).Gravatar tfarina2014-12-18
* add paint::getFontBounds()Gravatar reed2014-12-15
* Bump min picture version.Gravatar mtklein2014-12-01
* remove unused kLCD_MaskFormatGravatar reed2014-11-13
* modify nothingToDraw to notice filtersGravatar reed2014-11-11
* Revert of modify nothingToDraw to notice filters (patchset #1 id:1 of https:/...Gravatar mtklein2014-11-11
* modify nothingToDraw to notice filtersGravatar reed2014-11-11
* Remove android specific genID from SkPaint.Gravatar djsollen2014-10-23
* add gamma value to devicepropertiesGravatar reed2014-10-14
* Add SkPaint::getHash().Gravatar mtklein2014-10-07
* remove unused TextBufferDirection enumGravatar reed2014-10-03
* fix prev change to tooBigForLCD, and add testGravatar reed2014-10-01
* avoid extra math work in MackRecGravatar reed2014-10-01
* Remove SkPaint dirty bits.Gravatar mtklein2014-09-25
* Make a flipped fDirtyBit always mean "this field is not the default".Gravatar mtklein2014-09-22
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* Serialize the font index.Gravatar bungeman2014-09-18
* remove confusing/unused stream methodsGravatar reed2014-09-12
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* remove (unused) scale parameter from measureTextGravatar reed2014-08-26
* extend SkShader to report a luminance-color to be used for gamma correctionGravatar reed2014-08-22