skia2/src/utils
commit-bot@chromium.org 83f23d87f1 Remove unused (by clients) SkUnitMapper
This reverts commit 874423a81b5bc2541c7397e6ab00d5e7c9fdaf98.

TBR=scroggo

Author: reed@google.com

Review URL: https://codereview.chromium.org/288313009

git-svn-id: http://skia.googlecode.com/svn/trunk@14842 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-05-22 12:27:41 +00:00
..
android Ashmem functions compile when size_t != __u32 2014-04-17 17:28:20 +00:00
debugger Sanitizing source files in Housekeeper-Nightly 2014-05-20 03:05:34 +00:00
ios Fix iOS build. 2013-09-25 22:10:04 +00:00
mac Sanitizing source files in Housekeeper-Nightly 2014-04-23 03:04:11 +00:00
win Fix undefined behavior in DirectWrite GDI compatible metrics. 2014-05-21 19:44:39 +00:00
SkBase64.cpp Port SkBase64 test to our test driver. 2014-01-30 22:51:42 +00:00
SkBase64.h Port SkBase64 test to our test driver. 2014-01-30 22:51:42 +00:00
SkBitmapHasher.cpp Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) 2014-04-11 17:15:40 +00:00
SkBitmapHasher.h GM: create GmResultDigest that encapsulates digest type ("bitmap-64bitMD5") and value (12345) 2013-05-24 14:33:28 +00:00
SkBitSet.cpp Fix minor cppcheck-found issues 2013-03-29 12:11:10 +00:00
SkBitSet.h Drop executable flag from headers so that they can be packaged 2014-03-11 19:55:51 +00:00
SkBoundaryPatch.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
SkCamera.cpp remove SkScalarMul macro 2014-01-23 02:02:45 +00:00
SkCanvasStack.cpp De-virtualize SkCanvas matrix ops. 2014-03-13 20:03:58 +00:00
SkCanvasStack.h De-virtualize SkCanvas matrix ops. 2014-03-13 20:03:58 +00:00
SkCanvasStateUtils.cpp Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) 2014-04-11 17:15:40 +00:00
SkCondVar.cpp Implement SkCondVar for windows. 2012-10-31 19:29:13 +00:00
SkCountdown.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkCubicInterval.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkCullPoints.cpp remove remaining references to Sk64 (obsolete) 2014-01-13 14:53:55 +00:00
SkDeferredCanvas.cpp Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" 2014-04-23 04:00:17 +00:00
SkDumpCanvas.cpp Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" 2014-04-23 04:00:17 +00:00
SkEventTracer.cpp rename tracing parameter to be more consistent with other methods 2014-02-03 19:47:13 +00:00
SkFloatUtils.h DirectWrite font host for skia. 2012-08-16 16:13:40 +00:00
SkFrontBufferedStream.cpp Allow buffered stream to work with an offset. 2014-02-10 22:03:21 +00:00
SkGatherPixelRefsAndRects.cpp Sanitizing source files in Housekeeper-Nightly 2014-01-14 07:01:42 +00:00
SkGatherPixelRefsAndRects.h add new readPixels with direct memory parameters 2014-03-17 21:31:26 +00:00
SkInterpolator.cpp replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) 2013-12-18 15:49:32 +00:00
SkLayer.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
SkLua.cpp Add asADash to Lua for scraping 2014-05-14 16:03:14 +00:00
SkLuaCanvas.cpp Comment out call broken call to pushMatrix in LuaCanvas 2014-05-13 20:32:32 +00:00
SkMatrix22.cpp fix warnings around size_t/int 2014-04-19 22:00:40 +00:00
SkMatrix22.h fix warnings around size_t/int 2014-04-19 22:00:40 +00:00
SkMatrix44.cpp Revert of Use SkMScalar as intermediates in SkMatrix44::setConcat. (https://codereview.chromium.org/146823002/) 2014-01-24 18:48:00 +00:00
SkMD5.cpp Add SHA1 and MD5 to utils. 2013-01-31 19:47:48 +00:00
SkMD5.h Add size_t bytesWritten() const to SkWStream. 2014-03-06 17:16:26 +00:00
SkMeshUtils.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-01-26 07:06:02 +00:00
SkNinePatch.cpp Second wave of Win64 warning cleanup 2013-10-15 17:47:36 +00:00
SkNullCanvas.cpp fix include name (masked by case insensitiviy on windows) 2012-06-11 15:55:58 +00:00
SkNWayCanvas.cpp Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" 2014-04-23 04:00:17 +00:00
SkOSFile.cpp Reland 'Add path utils, plus a test for it.' 2013-05-28 16:45:07 +00:00
SkParse.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkParseColor.cpp Fixed Skia compilation error with strict clang. 2014-04-07 13:12:47 +00:00
SkParsePath.cpp remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats 2013-12-17 16:44:46 +00:00
SkPathUtils.cpp remove SkFloatToScalar macro 2013-11-25 19:44:07 +00:00
SkPDFRasterizer.cpp add installPixels 2014-01-24 18:53:42 +00:00
SkPDFRasterizer.h If poppler is disable and native pdf is enabled, we still need SkPDFRasterizer.cpp 2014-01-10 19:09:00 +00:00
SkPictureUtils.cpp add new readPixels with direct memory parameters 2014-03-17 21:31:26 +00:00
SkProxyCanvas.cpp Make drawText calls non-virtual, to ease SkFont and TextBlob (https://codereview.chromium.org/243853006/)" 2014-04-23 04:00:17 +00:00
SkRTConf.cpp fix leaks in SkConf 2014-01-31 17:32:03 +00:00
SkSHA1.cpp Add SHA1 and MD5 to utils. 2013-01-31 19:47:48 +00:00
SkSHA1.h Add size_t bytesWritten() const to SkWStream. 2014-03-06 17:16:26 +00:00
SkTFitsIn.h R=mtklein@google.com 2013-07-12 18:22:49 +00:00
SkThreadUtils_pthread_linux.cpp Add bench and test for SkRefCnt. 2012-05-14 14:09:24 +00:00
SkThreadUtils_pthread_mach.cpp Add bench and test for SkRefCnt. 2012-05-14 14:09:24 +00:00
SkThreadUtils_pthread_other.cpp Add bench and test for SkRefCnt. 2012-05-14 14:09:24 +00:00
SkThreadUtils_pthread.cpp Android does not support pthread_cancel / pthread_testcancel. 2012-05-14 15:40:05 +00:00
SkThreadUtils_pthread.h Android does not support pthread_cancel / pthread_testcancel. 2012-05-14 15:40:05 +00:00
SkThreadUtils_win.cpp Clean up a few warnings on Windows x64. 2013-07-22 15:21:23 +00:00
SkThreadUtils_win.h Android does not support pthread_cancel / pthread_testcancel. 2012-05-14 15:40:05 +00:00
SkThreadUtils.h Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:14:13 +00:00
SkTLogic.h Partially restore small-T optimization for very small (empty) T. 2014-05-07 18:01:57 +00:00