skia2/src/utils
2014-11-03 22:32:08 -08:00
..
debugger Fix debugger's SaveAs functionality 2014-10-21 10:31:38 -07:00
ios ios fixes 2014-07-11 12:14:51 -07:00
mac In SkPDFDocumentToBitmap, use SkCreateDataProviderFromStream 2014-10-27 07:06:47 -07:00
win Detect presence of dwrite_1.h. 2014-09-10 07:49:05 -07: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 use colortype instead of config 2014-06-02 13:07:26 -07:00
SkBitmapHasher.h use colortype instead of config 2014-06-02 13:07:26 -07:00
SkBitSet.cpp Small improvements to SkBitSet: 2014-10-09 11:49:30 -07:00
SkBitSet.h Small improvements to SkBitSet: 2014-10-09 11:49:30 -07: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 Run CanvasState test across a library boundary. 2014-07-22 12:38:55 -07:00
SkCondVar.cpp Manually load CONDITION_VARIABLE methods on Windows, checking for failure (XP). 2014-11-03 17:25:54 -08:00
SkCondVar.h Manually load CONDITION_VARIABLE methods on Windows, checking for failure (XP). 2014-11-03 17:25:54 -08: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
SkDashPath.cpp Move Dashing filterPath to a dashing utils file 2014-06-11 06:51:51 -07:00
SkDashPathPriv.h Move Dashing filterPath to a dashing utils file 2014-06-11 06:51:51 -07:00
SkDeferredCanvas.cpp Override SkCanvas::drawImage() in SkDeferredCanvas and SkGPipe 2014-10-22 11:02:32 -07:00
SkDumpCanvas.cpp Try out scalar picture sizes 2014-08-29 08:03:56 -07:00
SkEventTracer.cpp "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
SkFloatUtils.h DirectWrite font host for skia. 2012-08-16 16:13:40 +00:00
SkFrontBufferedStream.cpp Check SkStream::isAtEnd before attempting to read. 2014-10-21 08:06:06 -07:00
SkGatherPixelRefsAndRects.cpp Try out scalar picture sizes 2014-08-29 08:03:56 -07:00
SkGatherPixelRefsAndRects.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
SkInterpolator.cpp Promote SkInterpolator unit test to our tests driver. 2014-06-26 13:07:05 -07:00
SkLayer.cpp Fix compilation with SK_ENABLE_INST_COUNT=1 2013-12-05 12:08:12 +00:00
SkLua.cpp update slide content 2014-11-03 22:32:08 -08:00
SkLuaCanvas.cpp SkTextBlob plumbing 2014-08-26 07:56:44 -07: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 SkMatrix44::preserves2dAxisAlignment() 2014-09-26 11:45:48 -07: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 Override drawImage*() in SkNWayCanvas 2014-09-29 08:56:19 -07:00
SkOSFile.cpp Add option to dump images from nanobench. 2014-08-07 14:28:50 -07: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
SkPatchGrid.cpp "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
SkPatchGrid.h Proposal for the mesh gradient interface. Implemented as a grid of 2014-08-12 17:14:57 -07:00
SkPatchUtils.cpp "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
SkPatchUtils.h SkCanvas::drawPatch param SkPoint[12] 2014-08-12 08:34:29 -07:00
SkPathUtils.cpp remove SkFloatToScalar macro 2013-11-25 19:44:07 +00:00
SkPDFRasterizer.cpp make allocPixels throw on failure 2014-09-02 12:50:45 -07: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 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
SkProxyCanvas.cpp Override SkCanvas::drawImage[Rect]() in SkProxyCanvas 2014-10-28 08:10:42 -07:00
SkRTConf.cpp "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
SkRunnable.h SkThreadPool ~~> SkTaskGroup 2014-09-03 15:34:37 -07: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
SkTextBox.cpp add textblobs to lua 2014-11-03 19:55:41 -08:00
SkTextureCompressor_ASTC.cpp Replace LLU with ULL to make VS2012 work again. 2014-08-12 09:28:57 -07:00
SkTextureCompressor_ASTC.h Pass compressed blitters to our mask drawing algorithm 2014-08-07 08:15:14 -07:00
SkTextureCompressor_Blitter.h "NULL !=" = NULL 2014-09-05 13:34:00 -07:00
SkTextureCompressor_LATC.cpp Add utils to better quantize grayscale values to three bit indices while 2014-10-23 13:18:50 -07:00
SkTextureCompressor_LATC.h Pass compressed blitters to our mask drawing algorithm 2014-08-07 08:15:14 -07:00
SkTextureCompressor_R11EAC.cpp Add utils to better quantize grayscale values to three bit indices while 2014-10-23 13:18:50 -07:00
SkTextureCompressor_R11EAC.h Pass compressed blitters to our mask drawing algorithm 2014-08-07 08:15:14 -07:00
SkTextureCompressor_Utils.h Add utils to better quantize grayscale values to three bit indices while 2014-10-23 13:18:50 -07:00
SkTextureCompressor.cpp SkData can allocate room for its contents in the same block 2014-09-11 08:42:36 -07:00
SkTextureCompressor.h Add astcbitmap to gm slides. 2014-08-07 12:58:38 -07: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