Home
last modified time | relevance | path

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

/third_party/flutter/skia/experimental/editor/
Deditor.cpp21 static constexpr SkRect kUnsetRect{-FLT_MAX, -FLT_MAX, -FLT_MAX, -FLT_MAX}; variable
90 if (pos[i] != kUnsetRect && pos[i].contains(pt.x(), pt.y())) { in getPosition()
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp21 static constexpr SkRect kUnsetRect{-FLT_MAX, -FLT_MAX, -FLT_MAX, -FLT_MAX}; variable
90 if (pos[i] != kUnsetRect && pos[i].contains(pt.x(), pt.y())) { in getPosition()