- ba16da9 add op(rgn, op) by reed@google.com · 13 years ago
- 294dd7b change getLastPt to return a bool by reed@google.com · 13 years ago
- 5e2457e add getTotalClipBounds() as a partial replacement for getTotalClip. This can be by reed@google.com · 13 years ago
- d1e3c5f add experimental wrapper for region+aaclip by reed@google.com · 13 years ago
- f3c1da1 add setRegion and doAA parameter to setPath by reed@google.com · 13 years ago
- bb3f4a8 Bug fixes: by suyang1 · 13 years ago
- b29c883 Add xps device to skia. http://codereview.appspot.com/5076041/ by bungeman@google.com · 13 years ago
- 1c04bf9 implement region-ops by reed@google.com · 13 years ago
- 07faed1 Setting perspective in fixed point. http://codereview.appspot.com/5088043/ by bungeman@google.com · 13 years ago
- fd8772e bug fix for character 0x200B : zero-advance-space by reed@google.com · 13 years ago
- 767ea3b change gamma for white and neutral text by reed@google.com · 13 years ago
- 733e302 make no promises if we see a looper by reed@google.com · 13 years ago
- 2d4297c use SK_OVERRIDE by reed@google.com · 13 years ago
- 47ac84e check-point for aaclip by reed@google.com · 13 years ago
- 1deaab5 remove unused variable "inside", begin fixing coding style by reed@google.com · 13 years ago
- 632e1a2 move call to nothingToDraw into our iterator, so it sees the results of filters and loopers by reed@google.com · 13 years ago
- fa6ac93 Fixup rendering of empty paths (including inverted fills) by bsalomon@google.com · 13 years ago
- 3228789 check-point for aaclip by reed@google.com · 13 years ago
- 84e43fd fix text for Lion, Leopard, Skia on Mac by caryclark@google.com · 13 years ago
- e36707a first cut at aaclipping by reed@google.com · 13 years ago
- 02f5584 Change SkAutoMaskImage so that we're less likely to write leaky code. by bungeman@google.com · 13 years ago
- 127c3be Remove debug messages that are no longer needed. by vandebo@chromium.org · 13 years ago
- 675dd88 disable CHECK_NOTHING_TO_DRAW for now, since it doesn't play well with DrawLooper by reed@google.com · 13 years ago
- 18ac1ba Make asBlur method const. http://codereview.appspot.com/5190041/ by bungeman@google.com · 13 years ago
- 5eba98c Now that layout tests are fixed, remove flag to ignore margin fix. by bungeman@google.com · 13 years ago
- dcd0f3a quick-rejects based on xfermode, using SkPaint::nothingToDraw() by reed@google.com · 13 years ago
- 2c508f2 add force-rle parameter to help with aaclip testing by reed@google.com · 13 years ago
- 5676b4a Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit from SkDevice. by vandebo@chromium.org · 13 years ago
- 7430a33 invert gamma for non-black/white text by reed@google.com · 13 years ago
- c2c9b97 Fix nits by bsalomon@google.com · 13 years ago
- 600b3f6 don't autoset forceaa (yet), but require the caller to do that. In the future by reed@google.com · 13 years ago
- 97d1a22 disable auto-detection of non-opaque devices for LCD for now by reed@google.com · 13 years ago
- 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 13 years ago
- 3e0f22c Add SK_RESTRICT inside radial gradient shader - we can't currently see a benefit, but it shouldn't hurt, and some compiler somewhere ought to benefit from it. by tomhudson@google.com · 13 years ago
- 9d12f5c Fix some VS2010 warnings Review URL: http://codereview.appspot.com/5155043 by bsalomon@google.com · 13 years ago
- f75b84e Add license by bsalomon@google.com · 13 years ago
- 3c9f8ff remove clearing gamma for BW, since caller does that now by reed@google.com · 13 years ago
- 6f5df48 add gamma-correct text by reed@google.com · 13 years ago
- 2739b27 move specialization of 16 -vs- 32 lcd format to the fonthost by reed@google.com · 13 years ago
- 421093d support gamma correction for lcd text by reed@google.com · 13 years ago
- 3e8ae5b kill gamma flags if we're drawing BW by reed@google.com · 13 years ago
- ade907b roll in fixes from android when we have to compress sections of "stretchy" by reed@google.com · 13 years ago
- f8897e8 Add debug trap to track down crash. by vandebo@chromium.org · 13 years ago
- c12e1b1 Replace SkMath.h includes as required for fixed point. by tomhudson@google.com · 13 years ago
- 889bd8b Make SkMath.h less visible in public header files. by tomhudson@google.com · 13 years ago
- 7a23014 fix bw bits when width >= 16 by reed@google.com · 13 years ago
- 6a8f14d doh -- fix conversion to BW from color/gray by reed@google.com · 13 years ago
- bf2ac7e Fix 2333. Be sure fImage is assigned before giving to SkAutoMaskImage. by bungeman@google.com · 13 years ago
- 0a60b3d Fix leak of mask in draw. http://codereview.appspot.com/5132046/ by bungeman@google.com · 13 years ago
- 5ea050f Optimize software radial gradients (remove branches from the inner loop where by tomhudson@google.com · 13 years ago
- 754e4eb set gamma flag for white, since GDI gives us different (better) values by reed@google.com · 13 years ago
- bbb77d5 Add asserts to track down Chrome crash (bug 94421). by vandebo@chromium.org · 13 years ago
- 82cff02 tweak check for BW to avoid cmp by reed@google.com · 13 years ago
- 2ec7280 Fix some warnings by bsalomon@google.com · 13 years ago
- 5e2df64 detect when LCD is really just BW, and remark the glyph as that. by reed@google.com · 13 years ago
- 98b11f1 flatten/unflatten fSegmentMask by reed@google.com · 13 years ago
- fe62638 use common code for treating thin lines as hairlines (much faster) by reed@google.com · 13 years ago
- 51baf5a speed up radial-mirror 16x, sweep by ~2x by reed@google.com · 13 years ago
- b3b0a5b update fSegmentMask inside ::transform() (thank you validate!) by reed@google.com · 13 years ago
- 10296cc add segment types query to SkPath (i.e. does it have any quads) by reed@google.com · 13 years ago
- dd5bd67 add SK_RESTRICT in shadeSpan methods by reed@google.com · 13 years ago
- 6a87faf revert match for newAlpha to exactly match old math, so we don't drive by reed@google.com · 13 years ago
- ecadf99 use new SkDrawTreatAsHairline method to decide when to approximate a thin-line by reed@google.com · 13 years ago
- d4f299e Fix some mac compilation errors generated when building utils within chrome. by seanpaul@google.com · 13 years ago
- 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 13 years ago
- 4bce115 make string's reference counting thread-safe by reed@google.com · 13 years ago
- c27b741 add override for max-text-size for lcd by reed@google.com · 13 years ago
- bcb671c Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don't by tomhudson@google.com · 13 years ago
- 8a0b029 Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use by tomhudson@google.com · 13 years ago
- f2068ad add SK_RESTRICT to mask procs separate out opaque and non for lcd16 blits by reed@google.com · 13 years ago
- 4f79b9b set max size for lcdtext by reed@google.com · 13 years ago
- 66d5725 Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), by tomhudson@google.com · 13 years ago
- 3839632 [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test by bsalomon@google.com · 13 years ago
- 99edd43 cache offscreen HDC by reed@google.com · 13 years ago
- b423d49 disable premul check for now in 16bit blit, until we cleanup GDI's mess by reed@google.com · 13 years ago
- 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
- a5adf53 use templated skipT() for skipping structs within a reader by reed@google.com · 13 years ago
- 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 13 years ago
- 9987ec3 add impl for drawBitmapNine by reed@google.com · 13 years ago
- f0b5e11 add drawBitmapNine to canvas will add to device soon I think by reed@google.com · 13 years ago
- f244f90 detect when scale is really 1.0, and don't mis-mark our flags to kScale by reed@google.com · 13 years ago
- 1c8e874 Ignore blur margin fix flag for backward bug compatibility. by bungeman@google.com · 13 years ago
- 4fd0fb0 Fix realloc->reset rename missed in mac file by bsalomon@google.com · 13 years ago
- 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 13 years ago
- f8cead5 outset 2 on all sides, as we now find some CJK fonts that are off by by reed@google.com · 13 years ago
- 5af16f8 Reduce size of filter mask. http://codereview.appspot.com/4965057/ by bungeman@google.com · 13 years ago
- 688823f Added SimpleiOSApp and updated iOSSampleApp by yangsu@google.com · 13 years ago
- d51bfa0 rename getBounds to getGlobalBounds, since it now takes the device's origin by reed@google.com · 13 years ago
- 849ad5a Fixed key handling code in Mac SampleApp by yangsu@google.com · 13 years ago
- dd5f744 Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). by tomhudson@google.com · 13 years ago
- a854041 Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, moved dependencies out of experimental by yangsu@google.com · 13 years ago
- 45482d1 fix pictures to not skip-over clip ops that might expand the clip by reed@google.com · 13 years ago
- 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
- 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
- 3a9eaec Don't intersect clipstack with root device bounds by bsalomon@google.com · 13 years ago
- 513909f Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 13 years ago
- 2e68478 move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, by reed@google.com · 13 years ago
- cb6ccdd respect subpixel positioning by reed@google.com · 13 years ago
- 1f221a7 More prep work in Gr for landing AA hairline renderer. by bsalomon@google.com · 13 years ago
- 9a87cee Clean up PDF code for text decoration change. by bungeman@google.com · 13 years ago