Home
last modified time | relevance | path

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

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