Home
last modified time | relevance | path

Searched refs:exactlyEqual (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DParagraphCache.cpp23 bool exactlyEqual(SkScalar x, SkScalar y) { in exactlyEqual() function
182 if (!exactlyEqual(fParagraphStyle.getHeight(), other.fParagraphStyle.getHeight())) { in operator ==()