Searched defs:IsPerpendicular (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h180 FX_BOOL IsPerpendicular(baseType x, baseType y) const function in class:CFX_VTemplate
185 FX_BOOL IsPerpendicular(const FXT_VECTOR &v) const function in class:CFX_VTemplate
187 return IsPerpendicular(v.x, v.y);

Completed in 46 milliseconds