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.h134 typedef CFX_VTemplate<baseType> FXT_VECTOR; typedef
173 baseType DotProduct(const FXT_VECTOR &v) const in DotProduct()
182 FX_BOOL IsParallel(const FXT_VECTOR &v) const in IsParallel()
191 FX_BOOL IsPerpendicular(const FXT_VECTOR &v) const in IsPerpendicular()
212 friend FX_FLOAT Cosine(const FXT_VECTOR &v1, const FXT_VECTOR &v2) in Cosine()
218 friend FX_FLOAT ArcCosine(const FXT_VECTOR &v1, const FXT_VECTOR &v2) in ArcCosine()
222 friend FX_FLOAT SlopeAngle(const FXT_VECTOR &v) in SlopeAngle()
238 typedef CFX_VTemplate<baseType> FXT_VECTOR; typedef
257 void Set(const FXT_POINT &p, const FXT_VECTOR &v) in Set()