Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h138 baseType DotProduct(baseType otherx, baseType othery) const { in DotProduct() argument
139 return FXT_PSV::x * otherx + FXT_PSV::y * othery; in DotProduct()
144 FX_BOOL IsParallel(baseType otherx, baseType othery) const { in IsParallel() argument
145 baseType t = FXT_PSV::x * othery - FXT_PSV::y * otherx; in IsParallel()
149 FX_BOOL IsPerpendicular(baseType otherx, baseType othery) const { in IsPerpendicular() argument
150 baseType t = DotProduct(otherx, othery); in IsPerpendicular()