- 50ccb0a Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
- 96cbd2c Revert "Add a method to atomic add." by scroggo@google.com · 12 years ago
- e3f84f3 Add a skia method to perform an atomic add. by scroggo@google.com · 12 years ago
- b3c0f48 Provide static global initializers for SkColorTable and SkComposeShader. by scroggo · 12 years ago
- 0833777 Cleanup flattening code to properly serialize lighting image filters. by djsollen@google.com · 12 years ago
- 5df2a99 [android] Add an API to load customized font config for testing. by djsollen@google.com · 12 years ago
- 8127539 add MS UI GOTHIC to list of bad fonts. by reed@google.com · 12 years ago
- 5a121ad add more font names to our extra-bottom-space hack by reed@google.com · 12 years ago
- b8a5c61 http://codereview.appspot.com/6307089 by reed@google.com · 12 years ago
- 3dd4591 fix warnings on Mac in miscellaneous files by caryclark@google.com · 13 years ago
- 088719e Added missing #include in SkGlobalInitialization_default.cpp for Android build by robertphillips@google.com · 13 years ago
- 941ee93 Fixed flattening of SkStippleMaskFilter by robertphillips@google.com · 13 years ago
- e70f798 Serialize support for GDI. http://codereview.appspot.com/6263046/ by bungeman@google.com · 13 years ago
- c3b80ba read/write sfnt-data length, to match convetion of other fonthosts. by reed@google.com · 13 years ago
- 9984055 use SkFontDescriptor on mac Review URL: https://codereview.appspot.com/6247064 by reed@google.com · 13 years ago
- b6896e7 Remove 'legacy' font descriptor methods. http://codereview.appspot.com/6261059/ by bungeman@google.com · 13 years ago
- b0d416c Store font family when serializing android fonts. by djsollen@google.com · 13 years ago
- 15eeca0 Update the implementation of SkTypeface_android.h functions. by djsollen@google.com · 13 years ago
- 3b700f6 add more names to fontdescriptor by reed@google.com · 13 years ago
- 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 13 years ago
- fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 13 years ago
- d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 13 years ago
- 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 13 years ago
- e9bbee3 Fix assignment of non-copyable. by bungeman@google.com · 13 years ago
- a550199 CreateTypefaceFromStream for GDI. http://codereview.appspot.com/5616047/ by bungeman@google.com · 13 years ago
- 54bf33f reuse() is no longer available, call reset() by reed@google.com · 13 years ago
- ff0da4f Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all by reed@google.com · 13 years ago
- a02bc15 WeakRefCnt http://codereview.appspot.com/5649046/ by bungeman@google.com · 13 years ago
- 5548752 Add bench and test for SkRefCnt. http://codereview.appspot.com/6195071/ by bungeman@google.com · 13 years ago
- fc9054d Use a NDK-compliant way of reading locale. by djsollen@google.com · 13 years ago
- 75a0972 move SkStrokePathEffect into hiding for now, as its functionality is rethought. by reed@google.com · 13 years ago
- 331e2dc add flag/hint to PlatformGetSpecific. If true, then the caller requires that by reed@google.com · 13 years ago
- 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 13 years ago
- e22a421 must include SkTLS.h by reed@google.com · 13 years ago
- 48ca7e3 impl SkTLS for windows, refactoring to share code with pthread impl by reed@google.com · 13 years ago
- 548674f Upstream font changes from Android repository. by djsollen@google.com · 13 years ago
- d65ad13 fix copy/paste error by reed@google.com · 13 years ago
- ae1b6b6 add SkTLS::Delete by reed@google.com · 13 years ago
- e6f7d68 add experimental tls (for font cache eventually) by reed@google.com · 13 years ago
- 72ae6bd Fix the Android build. by scroggo@google.com · 13 years ago
- 90b7e38 Fix gdi assert that the font is not a vector FON font. by bungeman@google.com · 13 years ago
- fec9836 fix memory leaks Review URL: https://codereview.appspot.com/6063049 by reed@google.com · 13 years ago
- a0319f6 Basic support for bitmap fonts on Windows. by bungeman@google.com · 13 years ago
- 95bfded Add cast to support 64 bit. by caryclark@google.com · 13 years ago
- 32a0fb0 Some fonts do not measure correctly in Mountain Lion, by caryclark@google.com · 13 years ago
- 875eb98 Fix crash with LCD vertical text. https://codereview.appspot.com/6012050/ by bungeman@google.com · 13 years ago
- 5582e63 Compare scalars to scalars (fixes fixed point). by bungeman@google.com · 13 years ago
- 8cf3226 Temp fix for very large text sizes. http://codereview.appspot.com/5970065/ by bungeman@google.com · 13 years ago
- 4cccc6b Fix deadlock in Android's font deserializer. by djsollen@google.com · 13 years ago
- e6488ad partial revert of r3541 to removed accidentally uploaded file by djsollen@google.com · 13 years ago
- bff29d5 Landing arm patch from contributor. by djsollen@google.com · 13 years ago
- 5492424 Cleanup code related to SkFlattenable::flatten() by djsollen@google.com · 13 years ago
- 9af25f3 Fix coverity defects in FontHost_FreeType by vandebo@chromium.org · 13 years ago
- 6390c72 Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 13 years ago
- 5370cd9 Consolidate PixelRef flattables with the standard impl by djsollen@google.com · 13 years ago
- fa1dd11 Revert r3523 and r2522 by vandebo@chromium.org · 13 years ago
- f0f562a Fix build break. by vandebo@chromium.org · 13 years ago
- 354fd0e Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 13 years ago
- a2ca41e Cleanup Macros arround static initializers for SkFlattenable. by djsollen@google.com · 13 years ago
- 34f1026 Glyph advances from generateAdvance do not always match generateMetrics results. by bungeman@google.com · 13 years ago
- eebd62a Update GetAdvancedTypefaceMetrics API in usually-unbuilt files. by tomhudson@google.com · 13 years ago
- e63793a Upstream changes from Android repository. by djsollen@google.com · 13 years ago
- d8b599c Add basic support for vertical text into freetype. by djsollen@google.com · 13 years ago
- b8ff633 Fix broken android build by djsollen@google.com · 13 years ago
- ff02960 Add CreateFallbackForScript to SkTypeface for Android. by djsollen@google.com · 13 years ago
- 3aacb41 Use floats for mask table for accuracy. http://codereview.appspot.com/5783099/ by bungeman@google.com · 13 years ago
- d2dae96 Use default lcd filter until we have the means to specify one. by bungeman@google.com · 13 years ago
- a1bfa21 reenable vertical lcd support by reed@google.com · 13 years ago
- d41e70d [PDF] Treat TTF Fonts that report zero glyphs as other font type. by vandebo@chromium.org · 13 years ago
- f4f2b80 Don't override the user's hinting level. http://codereview.appspot.com/5792049/ by bungeman@google.com · 13 years ago
- d0b6a2d When guessing at the dest, use linear space instead of color space. by bungeman@google.com · 13 years ago
- 6a81b8a On Mac, also check for a loca table before calling a font true type. by vandebo@chromium.org · 13 years ago
- c8ccfb0 Check to see if font is TrueType before making TrueType specific calls. by caryclark@google.com · 13 years ago
- d61b92b restore old no-gamma behavior when requested by reed@google.com · 13 years ago
- ec9ed81 allow gamma params to be changed in .gyp by reed@google.com · 13 years ago
- a1c3256 fix clipping of lcd edge pixels by reed@google.com · 13 years ago
- 613e9fe apply contrast before blend-gamma-calc by reed@google.com · 13 years ago
- 1ac8350 implement gamma correction for freetype text. by reed@google.com · 13 years ago
- ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 13 years ago
- 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 13 years ago
- fbd033d Fix memory leak in GetTableData() and add unittests for it by reed@google.com · 13 years ago
- 1214cd0 Provide fallbacks for web fonts. by caryclark@google.com · 13 years ago
- eee6661 Use intrinsics for atomic inc and dec on Windows. by bungeman@google.com · 13 years ago
- ae50e11 Remove SkFontHost::ValidFontID PART 1: remove only caller. by bungeman@google.com · 13 years ago
- e401399 Lazily allocate gNameList, and protect its usage behind the global mutex. by djsollen@google.com · 13 years ago
- ee51d1a Fix TypefaceCache races. http://codereview.appspot.com/5656066/ by bungeman@google.com · 13 years ago
- 4dc686d Fix regression where we disable fonts with no specified name by djsollen@google.com · 13 years ago
- 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
- dd43df9 suport A8 grayscale text with COLOR_LUMINANCE build option by reed@google.com · 13 years ago
- 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
- ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
- 0928c4a Make SkImageEncoder_CG report more failures to its caller. by epoger@google.com · 13 years ago
- 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
- 76bd254 fix vertical bold text on mac by caryclark@google.com · 13 years ago
- b90113d Remove apparent SkIntToScalar(SkScalar) call in SkScalerContext_FreeType by epoger@google.com · 13 years ago
- 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
- dcbd6e3 remove unused bool param to SkMutex constructor by reed@google.com · 13 years ago
- f66436c android: optimize atomics routines by digit@google.com · 13 years ago
- fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
- 88f57d7 Mac generateFontMetrics not converting to scalar. by bungeman@google.com · 13 years ago