Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp412 std::vector<float> productVector = { bottomProduct, rightProduct, topProduct, leftProduct }; in IsPointInRect() local
413 auto minMax = std::minmax_element(productVector.begin(), productVector.end()); in IsPointInRect()