skia2/src/core
2011-12-01 20:41:24 +00:00
..
ARGB32_Clamp_Bilinear_BitmapShader.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
Sk64.cpp Make SkMath.h less visible in public header files. 2011-09-27 17:38:17 +00:00
SkAAClip.cpp speedup AAClip::setRegion (n^2 to n) 2011-11-28 19:54:56 +00:00
SkAAClip.h now we trim the aaclip after building it, to ensure that it has tight bounds 2011-10-27 16:58:46 +00:00
SkAdvancedTypefaceMetrics.cpp Add support in Android for AdvancedTypefaceMetrics 2011-11-16 17:00:46 +00:00
SkAlphaRuns.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkAntiRun.h Doxygen configuration file, documentation and minor cleanup on blitters. 2011-12-01 20:41:24 +00:00
SkBitmap_scroll.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmap.cpp Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). 2011-11-02 19:57:21 +00:00
SkBitmapProcShader.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmapProcShader.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmapProcState_filter.h Update files to use SK_BUILD_FOR_ANDROID. 2011-11-08 19:00:26 +00:00
SkBitmapProcState_matrix_clamp.h ray fixes neon for dither and blend 2010-04-09 18:44:46 +00:00
SkBitmapProcState_matrix_repeat.h ray fixes neon for dither and blend 2010-04-09 18:44:46 +00:00
SkBitmapProcState_matrix.h Make SkMath.h less visible in public header files. 2011-09-27 17:38:17 +00:00
SkBitmapProcState_matrixProcs.cpp fix overflow in matrixproc, and add debugging code to test that 2010-04-14 13:36:33 +00:00
SkBitmapProcState_sample.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmapProcState_shaderproc.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmapProcState.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmapProcState.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmapSampler.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmapSampler.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmapSamplerTemplate.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmapShader16BilerpTemplate.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBitmapShaderTemplate.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBlitBWMaskTemplate.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBlitMask_D32.cpp fix lcd16_shader_blend math 2011-11-30 14:49:24 +00:00
SkBlitMask.h support blitMask+shader natively (1.75x faster for AA, and now we can support 2011-11-15 19:51:02 +00:00
SkBlitRow_D16.cpp separate SkBlitMask decl into its own header 2011-10-12 13:43:52 +00:00
SkBlitRow_D32.cpp don't blend with zero in colorproc (forgot to return after memcpy check). 2011-10-25 19:07:23 +00:00
SkBlitRow_D4444.cpp separate SkBlitMask decl into its own header 2011-10-12 13:43:52 +00:00
SkBlitter_4444.cpp rename SkMask::getAddr to getAddr8, to match the specificity of the others 2011-10-18 15:44:57 +00:00
SkBlitter_A1.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBlitter_A8.cpp rename SkMask::getAddr to getAddr8, to match the specificity of the others 2011-10-18 15:44:57 +00:00
SkBlitter_ARGB32.cpp support blitMask+shader natively (1.75x faster for AA, and now we can support 2011-11-15 19:51:02 +00:00
SkBlitter_RGB16.cpp rename SkMask::getAddr to getAddr8, to match the specificity of the others 2011-10-18 15:44:57 +00:00
SkBlitter_Sprite.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkBlitter.cpp use AsMode instead of deprecated IsMode 2011-11-17 02:32:04 +00:00
SkBuffer.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkCanvas.cpp call getSaveCount inside restoreToCount, in case it goes virtual... 2011-11-28 16:09:24 +00:00
SkChunkAlloc.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkClampRange.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkClipStack.cpp use SkRasterClip inside canvas (check-point for soft clipping) 2011-10-12 14:34:30 +00:00
SkColor.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkColorFilter.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkColorTable.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkComposeShader.cpp handle if unflattening returned a null shader 2011-11-30 19:17:15 +00:00
SkConcaveToTriangles.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkConcaveToTriangles.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkConfig8888.h Add config8888 support to writePixels 2011-11-10 20:57:43 +00:00
SkCordic.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkCordic.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkCoreBlitters.h support blitMask+shader natively (1.75x faster for AA, and now we can support 2011-11-15 19:51:02 +00:00
SkCubicClipper.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkCubicClipper.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkData.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDebug.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDeque.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDevice.cpp enable shadermask optimization all the time 2011-11-30 14:29:55 +00:00
SkDither.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDraw.cpp use AsMode instead of deprecated IsMode 2011-11-17 02:32:04 +00:00
SkDrawing.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkDrawProcs.h enable soft clipping (yikes) 2011-10-24 12:19:46 +00:00
SkEdge.cpp Make SkMath.h less visible in public header files. 2011-09-27 17:38:17 +00:00
SkEdge.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkEdgeBuilder.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkEdgeBuilder.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkEdgeClipper.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkFilterProc.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkFilterProc.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkFlate.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkFlattenable.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkFloat.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkFloat.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkFloatBits.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkFontHost.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkFP.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkGeometry.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkGlyphCache.cpp remove all references to SkGlobals (obsolete) 2011-11-17 22:09:47 +00:00
SkGlyphCache.h up glyphcache hash table to 12bits (from 8bits). 2011-11-02 15:20:15 +00:00
SkGraphics.cpp add SetFlags for command line control 2011-11-21 20:42:14 +00:00
SkLineClipper.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkMallocPixelRef.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkMask.cpp (re)add SkMask::getAddr() which now checks its pixel-size at runtime. 2011-10-18 17:29:44 +00:00
SkMaskFilter.cpp enable soft clipping (yikes) 2011-10-24 12:19:46 +00:00
SkMath.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkMatrix.cpp [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test 2011-09-09 19:32:04 +00:00
SkMemory_stdlib.cpp Update files to use SK_BUILD_FOR_ANDROID. 2011-11-08 19:00:26 +00:00
SkMetaData.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkMMapStream.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkPackBits.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkPaint.cpp Fix Paint == comparison on Android. 2011-12-01 17:09:21 +00:00
SkPath.cpp fix autobounds dude to call a custom version of rect.join that doesn't ignore 2011-11-14 19:34:57 +00:00
SkPathEffect.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkPathHeap.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkPathHeap.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkPathMeasure.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkPicture.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkPictureFlat.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkPictureFlat.h record doAA param for clipRect and clipPath in pictures 2011-11-11 21:34:54 +00:00
SkPicturePlayback.cpp record doAA param for clipRect and clipPath in pictures 2011-11-11 21:34:54 +00:00
SkPicturePlayback.h Update files to use SK_BUILD_FOR_ANDROID. 2011-11-08 19:00:26 +00:00
SkPictureRecord.cpp record doAA param for clipRect and clipPath in pictures 2011-11-11 21:34:54 +00:00
SkPictureRecord.h add bool argument to canvas' clipRect and clipPath for antialiasing 2011-10-12 11:52:53 +00:00
SkPixelRef.cpp Update files to use SK_BUILD_FOR_ANDROID. 2011-11-08 19:00:26 +00:00
SkPoint.cpp add SkPoint::CanNormalize to unify decisions about when a vector is degenerate 2011-09-07 12:23:41 +00:00
SkProcSpriteBlitter.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkPtrRecorder.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkQuadClipper.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkQuadClipper.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkRasterClip.cpp enable soft clipping (yikes) 2011-10-24 12:19:46 +00:00
SkRasterClip.h enable soft clipping (yikes) 2011-10-24 12:19:46 +00:00
SkRasterizer.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkRect.cpp handle NaN values in clipPath 2011-11-08 19:41:23 +00:00
SkRefDict.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkRegion_path.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkRegion_rects.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkRegion.cpp Update files to use SK_BUILD_FOR_ANDROID. 2011-11-08 19:00:26 +00:00
SkRegionPriv.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkScalar.cpp Replace SkMath.h includes as required for fixed point. 2011-09-27 18:03:23 +00:00
SkScalerContext.cpp remove GetGammaFlag from SkFontHost 2011-11-22 14:20:55 +00:00
SkScan_Antihair.cpp fix scalar=fixed by implementing SkRegion form of AntiFillRect 2011-10-24 12:56:20 +00:00
SkScan_AntiPath.cpp Doxygen configuration file, documentation and minor cleanup on blitters. 2011-12-01 20:41:24 +00:00
SkScan_Hairline.cpp enable soft clipping (yikes) 2011-10-24 12:19:46 +00:00
SkScan_Path.cpp call blitRect in our convex scanconverter (next: take advantage of that in our 2011-10-31 14:14:18 +00:00
SkScan.cpp enable soft clipping (yikes) 2011-10-24 12:19:46 +00:00
SkScanPriv.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkShader.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkShape.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkSinTable.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkSpriteBlitter_ARGB32.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkSpriteBlitter_RGB16.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkSpriteBlitter.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkSpriteBlitterTemplate.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkStream.cpp add tests for read/writePackedUInt, and fix a bug there. 2011-10-18 11:49:52 +00:00
SkString.cpp make string's reference counting thread-safe 2011-09-14 16:13:58 +00:00
SkStroke.cpp can't assume (ever :( ) that a 2-ptr src will convex 2011-10-31 12:55:49 +00:00
SkStrokerPriv.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkStrokerPriv.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkTemplatesPriv.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkTextFormatParams.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkTSearch.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkTSort.h Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkTypeface.cpp [PDF] Subset font advance data (W array). 2011-08-18 02:38:50 +00:00
SkTypefaceCache.cpp add typefacecache to be purged in SkGraphics::Term() 2011-10-20 13:18:37 +00:00
SkTypefaceCache.h add typefacecache to be purged in SkGraphics::Term() 2011-10-20 13:18:37 +00:00
SkUnPreMultiply.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkUtils.cpp Update files to use SK_BUILD_FOR_ANDROID. 2011-11-08 19:00:26 +00:00
SkWriter32.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
SkXfermode.cpp separate declaration from impl for overrides, so we can declare some of 2011-11-28 15:26:14 +00:00