Home
last modified time | relevance | path

Searched defs:IsInverted (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.cpp141 bool CXFA_Stroke::IsInverted() { in IsInverted() function in CXFA_Stroke
/external/mesa3d/src/imgui/
Dimgui_internal.h511 bool IsInverted() const { return Min.x > Max.x || Min.y > Max.y; } in IsInverted() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp8030 bool IsInverted = false; in expandIS_FPCLASS() local