aboutsummaryrefslogtreecommitdiffstats
path: root/src/ports
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use MOTOYA Japanese fonts (MTLmr3m.ttf, MTLc3m.ttf) for Japanese fontssatok2010-09-241-0/+2
| | | | | | | | Change-Id: I1eccbe49f88c155b4b5490e2783db9d3ef2371be
* | Add ashmem image ref flattening.Patrick Scott2010-05-242-0/+42
|/ | | | | Bug: 2612735 Change-Id: Iecfc11512c1d234fbf312aab4192b6c38c6c14b6
* merge from open-source masterThe Android Open Source Project2010-05-121-0/+24
|\ | | | | | | Change-Id: Ic7024b390883841714ac6fb5f6a11f87a9f707a6
| * Added GetUnitsPerEM method to SkFontHostPeter Eliasson2010-05-111-0/+24
| | | | | | | | | | | | | | | | GetUnitsPerEM can be used as convenience method to find out the number of font units per EM square without having to fetch the head table. Change-Id: I6f09b86a13e020ff74156571782f4bc822b7c1f3
* | merge from open-source masterThe Android Open Source Project2010-05-102-14/+17
|\ \ | |/ | | | | Change-Id: I064902aa9745342ccfe868331ccc000767e92fc0
| * Improved error handling when font loading fails.Peter Eliasson2010-04-262-14/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | Without this this patch, an application could trigger a platform crash by calling: Typeface typeface = Typeface.createFromFile(""); boolean isBold = typeface.isBold(); The crash occurs since the find_name_and_style function does not return an error code. Change-Id: Id1d2a43b47d956c5a52f01e7d4b8cbb12631d59a
* | add arabic, hebrew, thai fonts to our fallback listMike Reed2010-03-021-0/+3
| |
* | refresh from skia/trunkMike Reed2010-02-091-0/+22
| |
* | refresh from skia/trunkMike Reed2010-01-262-18/+10
| |
* | refresh from skia/trunkMike Reed2010-01-191-4/+0
| |
* | refresh from skia/trunk, adds paint bit for bitmapfontsMike Reed2010-01-081-6/+4
| |
* | add inverse of textToGlyphs(), so we can extract the original text from the ↵Mike Reed2010-01-041-0/+16
| | | | | | | | | | | | | | | | | | | | | | browser display for copy/paste, given that webkit renders it using glyph codes (and we need unichars). hange 36311 in external/webkit is dependent on this. Fixes http://b/2166748
* | refresh from skia/trunkMike Reed2009-10-161-1/+1
|/
* enable runtime changes to gamma tablesMike Reed2009-08-251-12/+28
|
* special case no scale in the matrixprocs for tiled bitmapsMike Reed2009-08-131-2/+14
| | | | | yields ~10% overall speedup also, refresh misc fixes in freetype and antipath from trunk
* add GetFileName api to fonthost, to return (optionally) the file backing a ↵Mike Reed2009-07-312-0/+41
| | | | | | given font minor refresh on freetype and blitrow.h from skia/trunk
* refresh from trunkMike Reed2009-07-271-42/+98
| | | | check-point for lcd text rendering
* refresh from trunk: shape flattening, bzeroMike Reed2009-06-291-3/+3
|
* pull from trunkMike Reed2009-06-221-1/+3
| | | | | | move (and extended) xfermode enum into SkXfermode.h fix recursion bug in stroking minor utility code changes for new unittests
* refresh from skia/trunkMike Reed2009-05-291-1/+1
| | | | | | - add canvas entry-point for shapes - add SDL support to GL port - rowbytes computation fixes in bitmaps
* refresh from skia/trunkMike Reed2009-05-011-17/+91
| | | | | | - catch overflow from mask size computation - add kADD_Mode to porterduff (for webkit) - support interlace images in png
* Pull latest changes from skia/trunk:Mike Reed2009-04-141-0/+199
| | | | | | | | SkColorPriv.h - change alpha macro to favor keep opaque destinations opaque SkFontHost.h - new apis for accessing font tables SkPostConfig.h - more #ifdef protections around windows.h SkFontHost_tables.cpp added Various updates to unit tests
* AI 144454: pull from demetrius:Mike Reed2009-04-032-0/+76
| | | | | | | | - use float wrappers for floorf() and pow() - fix obsolete type reference uint16 - move android backend for SkDebugf into /ports file Automated import of CL 144454
* Automated import from //branches/master/...@141164,141164Mike Reed2009-03-241-4/+8
|
* Automated import from //branches/master/...@141140,141140Mike Reed2009-03-241-66/+68
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-14/+6
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-117-2581/+0
|
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-1/+1
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-057-129/+99
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0326-0/+5666
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0326-5666/+0
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-18/+20
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-103-121/+0
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-0/+2
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-153-156/+77
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0928-0/+5862