Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h15 class CLST_Size {
17 CLST_Size() : x(0.0f), y(0.0f) {} in CLST_Size() function
19 CLST_Size(FX_FLOAT other_x, FX_FLOAT other_y) { in CLST_Size() function
29 FX_BOOL operator!=(const CLST_Size& size) const {
30 return FXSYS_memcmp(this, &size, sizeof(CLST_Size)) != 0;