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.h21 typedef CFX_PSVTemplate<baseType> FXT_PSV; typedef
26 FXT_PSV::x = x, FXT_PSV::y = y; in Set()
28 void Set(const FXT_PSV &psv) in Set()
30 FXT_PSV::x = psv.x, FXT_PSV::y = psv.y; in Set()
34 FXT_PSV::x += x, FXT_PSV::y += y; in Add()
38 FXT_PSV::x -= x, FXT_PSV::y -= y; in Subtract()
42 FXT_PSV::x = FXT_PSV::y = 0; in Reset()
44 FXT_PSV& operator += (const FXT_PSV &obj)
50 FXT_PSV& operator -= (const FXT_PSV &obj)
56 FXT_PSV& operator *= (baseType lamda)
[all …]