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.h113 typedef CFX_VTemplate<baseType> FXT_VECTOR; typedef
141 baseType DotProduct(const FXT_VECTOR& v) const { in DotProduct()
148 FX_BOOL IsParallel(const FXT_VECTOR& v) const { return IsParallel(v.x, v.y); } in IsParallel()
153 FX_BOOL IsPerpendicular(const FXT_VECTOR& v) const { in IsPerpendicular()
168 friend FX_FLOAT Cosine(const FXT_VECTOR& v1, const FXT_VECTOR& v2) { in Cosine()
174 friend FX_FLOAT ArcCosine(const FXT_VECTOR& v1, const FXT_VECTOR& v2) { in ArcCosine()
177 friend FX_FLOAT SlopeAngle(const FXT_VECTOR& v) { in SlopeAngle()
191 typedef CFX_VTemplate<baseType> FXT_VECTOR; typedef
208 void Set(const FXT_POINT& p, const FXT_VECTOR& v) { in Set()