Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h131 typedef CFX_VTemplate<baseType> FXT_VECTOR; typedef
167 baseType DotProduct(const FXT_VECTOR &v) const in DotProduct()
176 FX_BOOL IsParallel(const FXT_VECTOR &v) const in IsParallel()
185 FX_BOOL IsPerpendicular(const FXT_VECTOR &v) const in IsPerpendicular()
206 friend FX_FLOAT Cosine(const FXT_VECTOR &v1, const FXT_VECTOR &v2) in Cosine()
212 friend FX_FLOAT ArcCosine(const FXT_VECTOR &v1, const FXT_VECTOR &v2) in ArcCosine()
216 friend FX_FLOAT SlopeAngle(const FXT_VECTOR &v) in SlopeAngle()
232 typedef CFX_VTemplate<baseType> FXT_VECTOR; typedef
251 void Set(const FXT_POINT &p, const FXT_VECTOR &v) in Set()