skia2/include/core
2011-03-03 13:54:13 +00:00
..
Sk64.h more tests (need more meat in there) 2009-02-27 22:06:06 +00:00
SkAdvancedTypefaceMetrics.h Provide windows font host implementation needed to support TrueType text in pdf backend. 2011-02-14 23:19:59 +00:00
SkAutoKern.h first cut at event-based test app 2008-12-19 18:24:35 +00:00
SkBitmap.h Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap. 2011-02-24 22:50:55 +00:00
SkBlitRow.h Fix perf regression in Color32. 2010-12-16 19:07:45 +00:00
SkBlitter.h first cut at event-based test app 2008-12-19 18:24:35 +00:00
SkBounder.h convert matrix <--> matrix44 2010-03-01 14:54:05 +00:00
SkBuffer.h grab from latest android 2008-12-17 15:59:43 +00:00
SkCanvas.h Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. 2011-03-03 13:54:13 +00:00
SkChunkAlloc.h merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SkClipStack.h Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. 2011-03-03 13:54:13 +00:00
SkColor.h Make SKColorSetARGB() a macro when not building debug. 2010-07-28 17:10:30 +00:00
SkColorFilter.h remove deprecated use of porterduff enum 2009-06-23 03:01:32 +00:00
SkColorPriv.h add no-check version of SkPackARGB32, for callers that want to deliberately 2011-02-15 14:22:19 +00:00
SkColorShader.h Add asAGradient shader extraction API. 2011-02-24 00:21:06 +00:00
SkComposeShader.h grab from latest android 2008-12-17 15:59:43 +00:00
SkDeque.h Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. 2011-03-03 13:54:13 +00:00
SkDescriptor.h merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SkDevice.h Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. 2011-03-03 13:54:13 +00:00
SkDither.h grab from latest android 2008-12-17 15:59:43 +00:00
SkDraw.h add fClipStack optional field to SkDraw (it is always set by canvas) 2011-02-23 22:39:18 +00:00
SkDrawFilter.h grab from latest android 2008-12-17 15:59:43 +00:00
SkDrawLooper.h grab from latest android 2008-12-17 15:59:43 +00:00
SkEdgeClipper.h new scanconversion technique 2009-11-18 16:09:51 +00:00
SkEndian.h grab from latest android 2008-12-17 15:59:43 +00:00
SkFDot6.h grab from latest android 2008-12-17 15:59:43 +00:00
SkFixed.h add getter/setter for device-factory on canvas 2011-01-11 18:32:13 +00:00
SkFlate.h Add deflate support to SkPDFStream. 2010-12-01 22:17:20 +00:00
SkFlattenable.h grab from latest android 2008-12-17 15:59:43 +00:00
SkFloatBits.h grab from latest android 2008-12-17 15:59:43 +00:00
SkFloatingPoint.h add copysign for ints and floats 2010-02-09 18:30:59 +00:00
SkFontHost.h Cleanup SkPDFTypfaceInfo and make it more generic. 2011-02-02 02:11:22 +00:00
SkGeometry.h Added optional "ambiguous" outgoing argument to XRay queries so that 2010-07-07 22:20:35 +00:00
SkGlobals.h grab from latest android 2008-12-17 15:59:43 +00:00
SkGraphics.h add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API 2010-04-13 13:22:54 +00:00
SkLineClipper.h retool clipping in hairlines to catch huge coordinates 2009-11-19 20:46:39 +00:00
SkMallocPixelRef.h merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SkMask.h merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SkMaskFilter.h grab from latest android 2008-12-17 15:59:43 +00:00
SkMath.h merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SkMatrix.h Cleanup/unify matrix transform for PDF backend. 2010-10-26 19:45:06 +00:00
SkMMapStream.h fix multiple warnings (e.g. hidden virtuals, unused static functions) 2009-01-14 16:46:16 +00:00
SkOSFile.h make this header public (at least for now) 2008-12-18 19:04:43 +00:00
SkPackBits.h grab from latest android 2008-12-17 15:59:43 +00:00
SkPaint.h merge from android tree: 2011-02-23 20:46:31 +00:00
SkPath.h add countPoints() and getPoint() 2010-02-09 16:38:45 +00:00
SkPathEffect.h grab from latest android 2008-12-17 15:59:43 +00:00
SkPathMeasure.h migrate more legacy unittests into tests/ 2009-03-07 03:39:23 +00:00
SkPerspIter.h grab from latest android 2008-12-17 15:59:43 +00:00
SkPicture.h add picture-record option to speedup complex clips 2009-02-13 14:56:09 +00:00
SkPixelRef.h Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented 2011-02-24 18:09:46 +00:00
SkPoint.h add some utils to SkPoint 2010-01-28 21:34:33 +00:00
SkPostConfig.h merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SkPreConfig.h check for SK_BUILD_FOR_BREW 2011-02-07 20:05:49 +00:00
SkPtrRecorder.h grab from latest android 2008-12-17 15:59:43 +00:00
SkRandom.h grab from latest android 2008-12-17 15:59:43 +00:00
SkRasterizer.h grab from latest android 2008-12-17 15:59:43 +00:00
SkReader32.h grab from latest android 2008-12-17 15:59:43 +00:00
SkRect.h add setXYWH to rects 2011-03-03 13:23:35 +00:00
SkRefCnt.h http://codereview.appspot.com/4233041/ 2011-02-25 18:10:29 +00:00
SkRefDict.h embed a refdict inside SkDevice 2011-01-25 23:50:57 +00:00
SkRegion.h Add support for clipstack to Gr. GrClip is now a list of rects and paths with set operations to combine them. The stencil buffer is used to perform the set operations to put the clip into the stencil buffer. Building Gr's clip from Skia's clipStack is currently disabled due to the fact that Skia's clipStack is relative to the root layer not the current layer. This will be fixed in a subsequent CL. 2011-03-03 13:54:13 +00:00
SkScalar.h add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isValidCoords() 2011-02-08 21:56:39 +00:00
SkScalarCompare.h fix (aaaargh) white-space 2009-07-08 15:11:19 +00:00
SkScalerContext.h remove dead conditional code 2011-02-18 12:57:26 +00:00
SkScan.h fix warnings 2009-01-15 14:38:33 +00:00
SkShader.h Add asAGradient shader extraction API. 2011-02-24 00:21:06 +00:00
SkShape.h add shape flatten so they work properly in pictures 2009-06-29 16:02:20 +00:00
SkSize.h rename round, ceil, etc. to avoid some platform macros 2010-06-15 00:57:50 +00:00
SkStream.h merge from android tree: 2011-02-23 20:46:31 +00:00
SkString.h bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that 2011-03-01 15:44:08 +00:00
SkStroke.h grab from latest android 2008-12-17 15:59:43 +00:00
SkTDArray.h add detach() method 2009-08-25 16:03:59 +00:00
SkTDict.h grab from latest android 2008-12-17 15:59:43 +00:00
SkTDStack.h add boolean tests and IF/ELSE/END 2009-08-30 03:24:51 +00:00
SkTemplates.h merge from android tree: 2011-02-23 20:46:31 +00:00
SkThread_platform.h merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SkThread.h grab from latest android 2008-12-17 15:59:43 +00:00
SkTime.h grab from latest android 2008-12-17 15:59:43 +00:00
SkTRegistry.h rename tests/main to testmain.cpp 2009-04-01 20:26:42 +00:00
SkTScopedPtr.h Add Truetype and Type 1 font embedding support 2011-01-25 21:01:34 +00:00
SkTSearch.h migrate more legacy unittests into tests/ 2009-03-07 03:39:23 +00:00
SkTypeface.h add isFixedWidth() to expose the newly added attribute 2011-02-24 18:03:12 +00:00
SkTypes.h fix comments for U8CPU and S16CPU 2011-01-25 14:55:42 +00:00
SkUnitMapper.h grab from latest android 2008-12-17 15:59:43 +00:00
SkUnPreMultiply.h grab from latest android 2008-12-17 15:59:43 +00:00
SkUtils.h merge with changes for GPU backend 2010-12-20 18:26:13 +00:00
SkWriter32.h grab from latest android 2008-12-17 15:59:43 +00:00
SkXfermode.h [PDF] Add support for xfermodes / blend modes. 2011-02-08 19:28:07 +00:00