Searched refs:otherx (Results 1 - 1 of 1) sorted by relevance

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

Completed in 59 milliseconds