skia2/src
fmalita 9ae8fe1c60 [SkTextBlob] Remove incorrect builder assert
At the end of TightRunBounds, glyphPosX cannot exceed the start of the
next run.  But glyphPosY is running ahead of glyphPosX (for
kFull_Positioning) => the glyphPosY assert is incorrect.

Since the two pointers advance in lock-step, there isn't much value in
the glyphPosY assert anyway - we might as well remove it.

BUG=chromium:542643
R=reed@google.com,bungeman@google.com

Review URL: https://codereview.chromium.org/1405463004
2015-10-13 08:59:23 -07:00
..
animator Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
c C API: Add SK_API, also documentation of an example. 2015-09-01 10:01:38 -07:00
codec Fill incomplete images in SkCodec parent class 2015-10-09 11:07:34 -07:00
core [SkTextBlob] Remove incorrect builder assert 2015-10-13 08:59:23 -07:00
device/xps Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
doc SkPDF: Optionally output PDF/A-2b archive format. 2015-10-12 10:11:18 -07:00
effects change more effects to only expose factories 2015-10-12 11:10:10 -07:00
fonts Force cache SkTestScalerContext path bounds. 2015-10-05 07:29:22 -07:00
gpu add applyFilter() to SkImage 2015-10-12 11:30:02 -07:00
image post-commit fixes to applyFilter CL 2015-10-12 13:17:23 -07:00
images Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) 2015-09-28 09:58:41 -07:00
lazy SkInstallDiscardablePixelRef is deprecated, enforce that 2015-09-25 06:56:57 -07:00
opts Revert of SkPx: new approach to fixed-point SIMD (patchset #9 id:160001 of https://codereview.chromium.org/1317233005/ ) 2015-09-14 13:14:31 -07:00
pathops remove unused fields from SkOpSegment 2015-09-04 05:00:15 -07:00
pdf SkPDF: fall back on paths for unembeddable fonts. 2015-10-12 13:05:04 -07:00
pipe Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
ports Some iOS fixes to make SampleApp work better. 2015-10-02 09:12:05 -07:00
sfnt Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
svg Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00
utils Remove image usage type enum. Use GrTextureParams instead. 2015-10-12 10:39:46 -07:00
views Fix SkWindow.cpp includes for non-gpu mode 2015-10-09 16:54:48 -04:00
xml Style Change: NULL->nullptr 2015-08-27 07:41:16 -07:00