Home
last modified time | relevance | path

Searched refs:compareRound (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DTextLine.cpp71 int compareRound(SkScalar a, SkScalar b, bool applyRoundingHack) { in compareRound() function
1221 if (compareRound(context.clip.fRight, fAdvance.fX, fOwner->getApplyRoundingHack()) > 0 && !includeGhostSpaces &&
1360 if (compareRound(result.clip.fRight, fAdvance.fX, fOwner->getApplyRoundingHack()) > 0 && !includeGhostSpaces) {
1678 if (!includingGhostSpaces && compareRound(totalWidth, this->width(), fOwner->getApplyRoundingHack()) != 0) {
1730 if (!includingGhostSpaces && compareRound(totalWidth, this->width()) != 0) {

Completed in 5 milliseconds