Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skplaintexteditor/src/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skplaintexteditor/src/
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dpaint_op_buffer.h317 static const SkRect kUnsetRect; variable
849 bounds(bounds ? *bounds : kUnsetRect) {} in SaveLayerOp()
869 : PaintOp(kType), bounds(bounds ? *bounds : kUnsetRect), alpha(alpha) {} in SaveLayerAlphaOp()
H A Dpaint_op_buffer.cc238 const SkRect PaintOp::kUnsetRect = {SK_ScalarInfinity, 0, 0, 0}; member in cc::PaintOp
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_op_buffer.h341 static const SkRect kUnsetRect; variable
877 bounds(bounds ? *bounds : kUnsetRect) {} in SaveLayerOp()
901 : PaintOp(kType), bounds(bounds ? *bounds : kUnsetRect), alpha(alpha) {} in SaveLayerAlphaOp()
H A Dpaint_op_buffer.cc243 const SkRect PaintOp::kUnsetRect = {SK_ScalarInfinity, 0, 0, 0}; member in cc::PaintOp