Lines Matching defs:totalWidth
1614 SkScalar totalWidth = 0;
1628 totalWidth += width;
1639 totalWidth += width;
1666 totalWidth += width;
1674 totalWidth += width;
1678 if (!includingGhostSpaces && compareRound(totalWidth, this->width(), fOwner->getApplyRoundingHack()) != 0) {
1681 SkDebugf("ASSERT: %f != %f\n", totalWidth, this->width());
1691 SkScalar totalWidth = 0;
1713 totalWidth += width;
1720 totalWidth += width;
1724 totalWidth += width;
1730 if (!includingGhostSpaces && compareRound(totalWidth, this->width()) != 0) {
1731 SkDebugf("ASSERT: %f != %f\n", totalWidth, this->width());