Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_stroke.cpp141 bool CXFA_Stroke::IsInverted() { in IsInverted() function in CXFA_Stroke
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc420 bool ConfUiRenderer::IsInverted( in IsInverted() function in cuttlefish::confui::ConfUiRenderer
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_internal.h511 bool IsInverted() const { return Min.x > Max.x || Min.y > Max.y; } in IsInverted() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8030 bool IsInverted = false; in expandIS_FPCLASS() local