Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h24 typedef CFX_PSVTemplate<baseType> FXT_PSV; typedef
29 FXT_PSV::x = x, FXT_PSV::y = y; in Set()
31 void Set(const FXT_PSV &psv) in Set()
33 FXT_PSV::x = psv.x, FXT_PSV::y = psv.y; in Set()
37 FXT_PSV::x += x, FXT_PSV::y += y; in Add()
41 FXT_PSV::x -= x, FXT_PSV::y -= y; in Subtract()
45 FXT_PSV::x = FXT_PSV::y = 0; in Reset()
47 FXT_PSV& operator += (const FXT_PSV &obj)
53 FXT_PSV& operator -= (const FXT_PSV &obj)
59 FXT_PSV& operator *= (baseType lamda)
[all …]