aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTypes.h
Commit message (Expand)AuthorAge
* Guard against most unintentionally ephemeral SkAutoFoo instantiations.Gravatar commit-bot@chromium.org2013-11-18
* Clean up SkTypes.h.Gravatar bungeman@google.com2013-10-11
* Add sk_calloc. Remove SkMemory_stdlib, which seems unused.Gravatar mtklein@google.com2013-09-20
* Annotate SK_COMPILE_ASSERT's typedef as permissibly unused, to fix GCC 4.8 bu...Gravatar bungeman@google.com2013-08-06
* fold SK_CPU_HAS_CONDITION_INSTR through as always definedGravatar commit-bot@chromium.org2013-07-30
* Fix some noisy warnings on Windows x64.Gravatar bungeman@google.com2013-07-19
* Fix bug in SkAutoSMalloc::resetGravatar robertphillips@google.com2013-05-23
* Add return param to SkAutoSMalloc::reset() that indicates whether the allocat...Gravatar bsalomon@google.com2013-05-22
* path ops -- use standard max, min, double-is-nanGravatar caryclark@google.com2013-04-23
* Sort GL extension strings and search to find.Gravatar bsalomon@google.com2013-02-27
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* fix warings. add SkTAbs()Gravatar reed@google.com2013-01-08
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Remove a pointless anonymous namespace in a header.Gravatar thakis@chromium.org2012-11-06
* add MACRO macros to help with concat. Stolen from gpu headersGravatar reed@google.com2012-10-25
* iOS support work in progressGravatar caryclark@google.com2012-09-24
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* add SkAlign8 and SkIsAlign8 macrosGravatar reed@google.com2012-06-27
* Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.Gravatar tomhudson@google.com2012-06-01
* Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrow...Gravatar reed@google.com2012-03-21
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Unroll loops in SkBlurMask for speedup on Windows (benchmarks should seeGravatar tomhudson@google.com2011-11-28
* add SK_API to our malloc functionsGravatar reed@google.com2011-10-19
* oops, init fSize to 0 before calling resizeGravatar reed@google.com2011-10-18
* add OnShrink options to SkAutoMallocGravatar reed@google.com2011-10-18
* remove unused optional param to SkAutoMallocGravatar reed@google.com2011-10-18
* add detach back to SkAutoMallocGravatar bsalomon@google.com2011-09-06
* add optional SK_OVERRIDE_GLOBAL_NEW for testingGravatar reed@google.com2011-09-06
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02
* [PDF] Subset font advance data (W array).Gravatar vandebo@chromium.org2011-08-18
* Revert "Improve generation of glyph advance array." This reverts commit r2126Gravatar vandebo@chromium.org2011-08-16
* Improve generation of glyph advance array.Gravatar vandebo@chromium.org2011-08-16
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances.Gravatar vandebo@chromium.org2011-03-30
* Add code needed to build skia as a windows dll within the chromium project.Gravatar ctguil@chromium.org2011-03-15
* add realloc() to SkAutoSMalloc, plus some documentationGravatar reed@google.com2011-03-10
* fix comments for U8CPU and S16CPUGravatar reed@google.com2011-01-25
* add template macro to "safely" perform casts w/o breaking strict-aliasingGravatar reed@google.com2011-01-05
* PDF: Add text support with a font framework (font embedding to come).Gravatar vandebo@chromium.org2010-11-11
* add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics APIGravatar reed@android.com2010-04-13
* doh. make the new S16 and U16 checkers inlineGravatar reed@android.com2009-11-21
* add checks for exceeding 16bits, and apply those for glyphs in getMetrics()Gravatar reed@android.com2009-11-21
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* grab from latest androidGravatar reed@android.com2008-12-17