skia2/src/core
mtklein 518a2923f1 Stop using SkScalerContext::getAdvance() in SkGlyphCache.
We think it'll simplify things to just always get the full metrics.
On most platforms, it's no different, and we think the platforms that
do differ (FreeType) will be nearly just as cheap.

Removing this distinction helps us make SkGlyphCaches concurrent by
removing a state (we-have-only-advances) from its logical state machine.

We see no significant changes running SKPs before and after this CL.
That makes sense, of course, because the SKPs bake some of this into drawPosText.

BUG=skia:

Review URL: https://codereview.chromium.org/1321243004
2015-09-01 12:32:24 -07:00
..
Sk4px.h Add a note about (x*y+255)/256. 2015-08-27 12:05:57 -07:00
SkAAClip.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkAAClip.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkAdvancedTypefaceMetrics.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkAdvancedTypefaceMetrics.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkAlphaRuns.cpp Inline performance-critical methods on SkAlphaRuns. 2013-11-22 21:25:55 +00:00
SkAnnotation.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkAntiRun.h Inline performance-critical methods on SkAlphaRuns. 2013-11-22 21:25:55 +00:00
SkAutoKern.h
SkBBHFactory.cpp Style Change: SkNEW->new; SkDELETE->delete 2015-08-26 13:07:49 -07:00
SkBBoxHierarchy.h Move SkTemplates.h to private. 2015-08-19 11:56:48 -07:00
SkBigPicture.cpp Add trace event to SkPicture analysis. 2015-08-27 10:39:07 -07:00
SkBigPicture.h Move SkTemplates.h to private. 2015-08-19 11:56:48 -07:00
SkBitmap.cpp change colortable to use factory for reinflating, check for empty 2015-08-28 10:14:18 -07:00
SkBitmapCache.cpp simplify bitmap scaler and cache 2015-08-31 15:16:17 -07:00
SkBitmapCache.h simplify bitmap scaler and cache 2015-08-31 15:16:17 -07:00
SkBitmapController.cpp simplify bitmap scaler and cache 2015-08-31 15:16:17 -07:00
SkBitmapController.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBitmapDevice.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBitmapFilter.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBitmapFilter.h IWYU: 'core' target, files starting A-C. 2015-08-05 13:57:49 -07:00
SkBitmapHeap.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBitmapHeap.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBitmapProcShader.cpp Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* 2015-08-28 18:46:56 -07:00
SkBitmapProcShader.h Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* 2015-08-28 18:46:56 -07:00
SkBitmapProcState_filter.h Make gMask_00FF00FF a constant 2014-05-12 15:38:00 +00:00
SkBitmapProcState_matrix_template.h switch bitmapshader internals over to pixmap 2015-06-04 14:12:25 -07:00
SkBitmapProcState_matrix.h switch bitmapshader internals over to pixmap 2015-06-04 14:12:25 -07:00
SkBitmapProcState_matrixProcs.cpp switch bitmapshader internals over to pixmap 2015-06-04 14:12:25 -07:00
SkBitmapProcState_procs.h switch bitmapshader internals over to pixmap 2015-06-04 14:12:25 -07:00
SkBitmapProcState_sample.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBitmapProcState_shaderproc.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBitmapProcState_utils.h ARM Skia NEON patches - 18 - Preparation work for BitmapProcState 2013-09-05 18:27:57 +00:00
SkBitmapProcState.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBitmapProcState.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBitmapScaler.cpp simplify bitmap scaler and cache 2015-08-31 15:16:17 -07:00
SkBitmapScaler.h simplify bitmap scaler and cache 2015-08-31 15:16:17 -07:00
SkBlitBWMaskTemplate.h Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi 2015-06-09 12:16:53 -07:00
SkBlitMask_D32.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBlitMask.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBlitRow_D16.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBlitRow_D32.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBlitter_A8.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBlitter_ARGB32.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBlitter_RGB16.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBlitter_Sprite.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBlitter.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBlitter.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBuffer.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkBuffer.h IWYU: 'core' target, files starting A-C. 2015-08-05 13:57:49 -07:00
SkCachedData.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkCachedData.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkCanvas.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkCanvasPriv.h Try out scalar picture sizes 2014-08-29 08:03:56 -07:00
SkChunkAlloc.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkClipStack.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkColor.cpp IWYU: 'core' target, files starting A-C. 2015-08-05 13:57:49 -07:00
SkColorFilter.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkColorShader.h Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* 2015-08-28 18:46:56 -07:00
SkColorTable.cpp fix bounds check for ctables (thanks Hal) 2015-08-28 12:38:04 -07:00
SkComposeShader.cpp Added SkComposeShader GPU implementation 2015-09-01 09:45:08 -07:00
SkConfig8888.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkConfig8888.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkConvolver.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkConvolver.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkCoreBlitters.h fix up virtual / override stuff 2015-06-25 14:26:11 -07:00
SkCubicClipper.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkCubicClipper.h
SkData.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDataTable.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDebug.cpp Remove sys/types.h include from SkTypes.h. 2015-08-28 07:39:30 -07:00
SkDeque.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDescriptor.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDevice.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDeviceLooper.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDeviceLooper.h Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi 2015-06-09 12:16:53 -07:00
SkDeviceProfile.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDeviceProfile.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDiscardableMemory.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDistanceFieldGen.cpp More win64 warning fixes 2014-12-12 08:51:39 -08:00
SkDistanceFieldGen.h More win64 warning fixes 2014-12-12 08:51:39 -08:00
SkDither.cpp
SkDraw.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDrawable.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDrawLooper.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkDrawProcs.h Glyph positions maintain 32 bit integer part. 2015-03-11 14:05:29 -07:00
SkEdge.cpp remove unused clip parameter to SkEdge::setClip 2015-03-19 09:49:09 -07:00
SkEdge.h remove unused clip parameter to SkEdge::setClip 2015-03-19 09:49:09 -07:00
SkEdgeBuilder.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkEdgeBuilder.h Faster edge re-sort 2015-02-07 12:18:41 -08:00
SkEdgeClipper.cpp fix cubic clip in y 2015-08-20 10:35:43 -07:00
SkEdgeClipper.h cull edges that are to the right of the clip 2015-02-09 08:33:07 -08:00
SkEmptyShader.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkEndian.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkError.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkErrorInternals.h
SkFDot6.h Use even rounding for better results when converting from scalar to fdot6 2014-08-29 08:47:55 -07:00
SkFilterProc.cpp
SkFilterProc.h
SkFilterShader.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkFilterShader.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
SkFlattenable.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkFlattenableSerialization.cpp SkData can allocate room for its contents in the same block 2014-09-11 08:42:36 -07:00
SkFloatBits.cpp Clarify iOS flush-to-zero status. 2015-06-24 13:08:52 -07:00
SkFont.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkFontDescriptor.cpp Style Change: SkNEW->new; SkDELETE->delete 2015-08-26 13:07:49 -07:00
SkFontDescriptor.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkFontHost.cpp Move SkFontMgr and SkFontStyle impls to own cpp. 2015-01-20 11:15:37 -08:00
SkFontMgr.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkFontStream.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkFontStream.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkFontStyle.cpp Replace SkPin32 with SkTPin and remove. 2015-08-28 09:09:32 -07:00
SkForceCPlusPlusLinking.cpp Force linking as C++ library. 2014-08-04 12:51:20 -07:00
SkGeometry.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkGeometry.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkGlyph.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkGlyphCache_Globals.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkGlyphCache.cpp Stop using SkScalerContext::getAdvance() in SkGlyphCache. 2015-09-01 12:32:24 -07:00
SkGlyphCache.h Stop using SkScalerContext::getAdvance() in SkGlyphCache. 2015-09-01 12:32:24 -07:00
SkGraphics.cpp [tracing] Add support for skia caches to dump memory stats 2015-08-27 09:23:54 -07:00
SkHalf.cpp Add float-to-half (binary16) conversion functions. 2014-11-26 13:15:59 -08:00
SkHalf.h Add support for half float alpha textures. 2014-12-05 13:06:35 -08:00
SkImageCacherator.cpp make cacherator thread-safe 2015-08-26 14:16:43 -07:00
SkImageCacherator.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageFilter.cpp Limit lifetime of GrDrawContext objects 2015-09-01 08:34:28 -07:00
SkImageGenerator.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageGeneratorPriv.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkImageInfo.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkLayerInfo.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkLazyFnPtr.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkLight.h Update SkLightingShader to support rotation 2015-08-20 05:15:07 -07:00
SkLightingShader.cpp Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* 2015-08-28 18:46:56 -07:00
SkLightingShader.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkLineClipper.cpp use fast/inline SkRect::set(p0, p1) for 2 points 2015-04-12 19:07:08 -07:00
SkLineClipper.h cull edges that are to the right of the clip 2015-02-09 08:33:07 -08:00
SkLocalMatrixShader.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkLocalMatrixShader.h Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* 2015-08-28 18:46:56 -07:00
SkMallocPixelRef.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMask.cpp return reference to cache instead of copying the mask 2015-02-04 09:07:17 -08:00
SkMaskCache.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMaskCache.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMaskFilter.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMaskGamma.cpp C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
SkMaskGamma.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMath.cpp Remove SkLONGLONG. 2015-03-17 07:23:39 -07:00
SkMathPriv.h The compiler can generate smulbb perfectly well nowadays. 2015-08-07 08:48:12 -07:00
SkMatrix.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMatrixImageFilter.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMatrixImageFilter.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMatrixUtils.h Sanitizing source files in Housekeeper-Nightly 2013-09-04 07:01:39 +00:00
SkMessageBus.h Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. 2015-07-07 12:21:22 -07:00
SkMetaData.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMiniRecorder.cpp Style Change: SkNEW->new; SkDELETE->delete 2015-08-26 13:07:49 -07:00
SkMipMap.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMipMap.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkMultiPictureDraw.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkNextID.h unify pixelref and image ID space, so we can share IDs when we share pixels 2015-07-30 18:58:23 -07:00
SkNinePatchIter.cpp add drawImageNine 2015-06-25 12:32:03 -07:00
SkNinePatchIter.h add drawImageNine 2015-06-25 12:32:03 -07:00
SkNx.h Require Sk4f::toBytes() clamps 2015-09-01 06:29:45 -07:00
SkOpts.cpp Try again to put SkXfermode_opts in SK_OPTS_NS 2015-08-18 12:23:28 -07:00
SkOpts.h Patches on top of Radu's latest. 2015-08-18 09:43:28 -07:00
SkOrderedReadBuffer.h Add shim for SkOrderedReadBuffer.h too. 2014-01-31 13:10:05 +00:00
SkPackBits.cpp Remove unused PackBits methods and fix length checks 2015-06-04 15:10:37 -07:00
SkPaint.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPaintDefaults.h
SkPaintPriv.cpp have canvas send discard instead of retain if the draw would overwrite everything 2015-07-16 07:40:45 -07:00
SkPaintPriv.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPath.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPathEffect.cpp Add patheffects to debugger printout 2015-01-26 06:08:52 -08:00
SkPathMeasure.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPathPriv.h Implement caching of filled paths in the tessellated path renderer. 2015-08-04 10:01:58 -07:00
SkPathRef.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPerspIter.h
SkPicture.cpp Style Change: SkNEW->new; SkDELETE->delete 2015-08-26 13:07:49 -07:00
SkPictureCommon.h Have SkPicture::willPlayBackBitmaps() count SkImages too. 2015-08-26 08:14:52 -07:00
SkPictureContentInfo.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPictureContentInfo.h Add missing include to SkPictureContentInfo. 2015-04-30 09:15:44 -07:00
SkPictureData.cpp Suppress embedding fonts when the skp's fonts match the OS fonts. 2015-08-31 09:22:38 -07:00
SkPictureData.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPictureFlat.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPictureFlat.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPictureImageGenerator.cpp Style Change: SkNEW->new; SkDELETE->delete 2015-08-26 13:07:49 -07:00
SkPicturePlayback.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPicturePlayback.h Rename SkDrawPictureCallback to SkPicture::AbortCallback 2015-01-07 07:28:41 -08:00
SkPictureRecord.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPictureRecord.h Move SkTemplates.h to private. 2015-08-19 11:56:48 -07:00
SkPictureRecorder.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPictureShader.cpp Image generator-backed SkPictureShader 2015-08-31 19:54:03 -07:00
SkPictureShader.h Image generator-backed SkPictureShader 2015-08-31 19:54:03 -07:00
SkPixelRef.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPixmap.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPoint3.cpp Update SkLightingShader to support rotation 2015-08-20 05:15:07 -07:00
SkPoint.cpp Clarify iOS flush-to-zero status. 2015-06-24 13:08:52 -07:00
SkPtrRecorder.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkPtrRecorder.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkQuadClipper.cpp Make skia almost compile again with clang. 2013-10-07 15:52:15 +00:00
SkQuadClipper.h
SkRasterClip.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRasterClip.h Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) 2014-09-09 18:46:22 -07:00
SkRasterizer.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkReadBuffer.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkReadBuffer.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkReader32.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRecord.cpp unsigned -> int for counts and indices in picture-related code 2015-08-19 09:51:01 -07:00
SkRecord.h Clean up SkTLogic. 2015-08-28 07:09:20 -07:00
SkRecordDraw.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRecordDraw.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRecorder.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRecorder.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRecordOpts.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRecordOpts.h Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns 2015-01-26 00:14:26 -08:00
SkRecordPattern.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRecords.cpp Move non-trivial constructors out-of-line. 2015-07-29 13:14:05 -07:00
SkRect.cpp Remove overly-promiscuous SkNx syntax sugar. 2015-06-10 08:57:28 -07:00
SkRefDict.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRefDict.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRegion_path.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRegion.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRegionPriv.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkResourceCache.cpp [tracing] Add support for skia caches to dump memory stats 2015-08-27 09:23:54 -07:00
SkResourceCache.h [tracing] Add support for skia caches to dump memory stats 2015-08-27 09:23:54 -07:00
SkRRect.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRTree.cpp unsigned -> int for counts and indices in picture-related code 2015-08-19 09:51:01 -07:00
SkRTree.h unsigned -> int for counts and indices in picture-related code 2015-08-19 09:51:01 -07:00
SkRWBuffer.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkRWBuffer.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkScalar.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkScalerContext.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkScalerContext.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkScan_Antihair.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkScan_AntiPath.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkScan_Hairline.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkScan_Path.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkScan.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkScan.h change hairline procs to take array of points 2015-04-14 10:40:44 -07:00
SkScanPriv.h
SkSemaphore.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkSemaphore.h Add and use SkSemaphore 2015-06-17 10:50:25 -07:00
SkShader.cpp Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* 2015-08-28 18:46:56 -07:00
SkSharedMutex.cpp Add asserts for shared mutex. 2015-08-19 13:40:12 -07:00
SkSharedMutex.h Add asserts for shared mutex. 2015-08-19 13:40:12 -07:00
SkSmallAllocator.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkSpinlock.cpp Outline SkSpinlock::acquire(). 2015-07-09 10:51:36 -07:00
SkSpriteBlitter_ARGB32.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkSpriteBlitter_RGB16.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkSpriteBlitter.h use pixmaps for dst in sprites -- NO BITMAPS 2015-06-05 06:58:22 -07:00
SkSpriteBlitterTemplate.h use pixmaps for dst in sprites -- NO BITMAPS 2015-06-05 06:58:22 -07:00
SkStream.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkStreamPriv.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkString.cpp Replace SkPin32 with SkTPin and remove. 2015-08-28 09:09:32 -07:00
SkStringUtils.cpp ClearStencilClip in GrBatch 2015-08-18 10:33:30 -07:00
SkStringUtils.h Put clear and discard into GrBatch. 2015-08-18 09:20:09 -07:00
SkStroke.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkStroke.h remove SK_LEGACY_STROKE_CURVES 2015-05-22 06:26:52 -07:00
SkStrokeRec.cpp remove SK_LEGACY_STROKE_CURVES 2015-05-22 06:26:52 -07:00
SkStrokerPriv.cpp Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) 2015-05-12 10:37:34 -07:00
SkStrokerPriv.h
SkSurfacePriv.h Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" 2014-09-22 07:29:03 -07:00
SkTaskGroup.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTaskGroup.h Add sk_parallel_for() 2015-06-17 15:26:15 -07:00
SkTDPQueue.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTDynamicHash.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTextBlob.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTextFormatParams.h Use static_assert instead of SK_COMPILE_ASSERT. 2015-08-20 07:57:52 -07:00
SkTextMapStateProc.h Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) 2014-09-29 06:29:53 -07:00
SkTextToPathIter.h
SkTime.cpp Remove include of stdlib.h from SkTypes.h. 2015-08-26 05:15:46 -07:00
SkTLList.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTLS.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTLS.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTMultiMap.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTraceEvent.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTraceEventCommon.h Moved common cross-project functionality out from SkTraceEvent.h into SkTraceEventCommon.h 2015-08-05 12:54:40 -07:00
SkTSearch.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTSort.h
SkTypeface.cpp Suppress embedding fonts when the skp's fonts match the OS fonts. 2015-08-31 09:22:38 -07:00
SkTypefaceCache.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTypefaceCache.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkTypefacePriv.h
SkUnPreMultiply.cpp Factor out UnPreMultiplyPreservingByteOrder 2014-01-15 22:24:58 +00:00
SkUtils.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkUtilsArm.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkUtilsArm.h Specialize Sk2d for ARM64 2015-03-20 09:25:26 -07:00
SkValidatingReadBuffer.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkValidatingReadBuffer.h C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} 2015-03-25 18:17:32 -07:00
SkValidationUtils.h Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" 2014-05-30 13:26:10 +00:00
SkVarAlloc.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkVarAlloc.h Use static_assert instead of SK_COMPILE_ASSERT. 2015-08-20 07:57:52 -07:00
SkVertState.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkVertState.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkWriteBuffer.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkWriter32.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkXfermode_proccoeff.h rename GrShaderDataManager -> GrProcessorDataManager 2015-07-09 06:28:14 -07:00
SkXfermode.cpp Clean up remaining users of SkPMFloat 2015-08-31 15:26:08 -07:00
SkXfermodeInterpretation.cpp SkPDF: with opaque draws, treat SRC mode as SRC_OVER 2015-05-27 08:53:36 -07:00
SkXfermodeInterpretation.h Better comments in SkXfermodeInterpretation 2015-05-27 14:43:40 -07:00
SkYUVPlanesCache.cpp Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
SkYUVPlanesCache.h Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00