aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add support for forcing autohinting.Gravatar agl@chromium.org2010-06-17
* We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with readingGravatar agl@chromium.org2010-06-16
* Implementing S32A_Opaque_BlitRow32 using v7 neon instructions.Gravatar agl@chromium.org2010-06-16
* Compile fix for shared library builds.Gravatar agl@chromium.org2010-06-10
* Add include of FT_SYNTHESIS_HGravatar agl@chromium.org2010-06-04
* Add support for fake bold of bitmap fonts.Gravatar agl@chromium.org2010-06-04
* Add Neon versions of memset32 and memset16Gravatar agl@chromium.org2010-06-04
* add carbon.h includeGravatar reed@android.com2010-06-03
* remove duplicate LCD functions (these are portable, and live in SkFontHost.cpp)Gravatar reed@android.com2010-06-01
* separate mac fonthost into atsui (32bit, pre-10.6) and coretext (64bit, 10.6)Gravatar reed@android.com2010-05-19
* Fix 64-bit Mac warnings/memory corruptionGravatar reed@android.com2010-05-18
* export line countsGravatar reed@android.com2010-05-18
* update to match latest skia apisGravatar reed@android.com2010-05-17
* fix maxWidth when using linear-textGravatar reed@android.com2010-05-17
* Minor fixes to build under Clang:Gravatar agl@chromium.org2010-05-10
* [FreeType] Always use MONO hinting when hinting in monochrome.Gravatar agl@chromium.org2010-05-10
* Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0.""Gravatar agl@chromium.org2010-04-27
* Revert "Use hairline when line width <= 1.0, instead of < 1.0."Gravatar agl@chromium.org2010-04-26
* Fix internal compiler error on ARM.Gravatar agl@chromium.org2010-04-26
* Add a SkTypeface::CreateForChars() function.Gravatar agl@chromium.org2010-04-20
* remove obsolete closeStream() method -- the caller just unref's the stream wh...Gravatar reed@android.com2010-04-16
* add EmptyTypeface class, to gracefully handle when there are no fonts avail.Gravatar reed@android.com2010-04-16
* add SK_ENABLE_LIBPNG to force reference to PNG codecGravatar reed@android.com2010-04-15
* be sure to ref() before returning a typeface from CreateGravatar reed@android.com2010-04-15
* fix overflow in matrixproc, and add debugging code to test thatGravatar reed@android.com2010-04-14
* fix build for SK_SCALAR_IS_FIXEDGravatar reed@android.com2010-04-13
* extend sentinel array to avoid reading uninitialized memoryGravatar reed@android.com2010-04-13
* call premultiply instead of pack32Gravatar reed@android.com2010-04-13
* fix paraens to avoid warningsGravatar reed@android.com2010-04-13
* add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics APIGravatar reed@android.com2010-04-13
* fix refcnt for streamsGravatar reed@android.com2010-04-12
* Use hairline when line width <= 1.0, instead of < 1.0.Gravatar anatoly@google.com2010-04-12
* ray fixes neon for dither and blendGravatar reed@android.com2010-04-09
* if we're strokeandfill+hairline, just draw fill (they way paths do) insteadGravatar reed@android.com2010-03-25
* add inherit-from-root-transform flag (for fixed-positioning)Gravatar reed@android.com2010-03-23
* use 64bit intermediate to accumulate 16.16 widths, to avoid overflowGravatar reed@android.com2010-03-19
* improve precision for blendGravatar reed@android.com2010-03-12
* Disable 32A->565+dither neon, since it gives different results between itsGravatar reed@android.com2010-03-12
* only report hasspan16 if we're opaque, otherwise we get a different blendGravatar reed@android.com2010-03-11
* fix off-by-1 in alpha in colorshader setupGravatar reed@android.com2010-03-11
* disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noopGravatar reed@android.com2010-03-09
* handle NaN in curve choppers and edgeclipperGravatar reed@android.com2010-03-08
* document the return value of append()Gravatar reed@android.com2010-03-05
* update android specific RAM restrictionsGravatar reed@android.com2010-03-04
* add optional pref-config table to codecsGravatar reed@android.com2010-03-03
* update for new fontsGravatar reed@android.com2010-03-02
* convert matrix <--> matrix44Gravatar reed@android.com2010-03-01
* don't abort drawing based on layer sizeGravatar reed@android.com2010-02-26
* add localToGlobal and parentsGravatar reed@android.com2010-02-24
* add DEBUG_LAYER_BOUNDS option to show layer boundsGravatar reed@android.com2010-02-24