Home
last modified time | relevance | path

Searched defs:PWL_CARET_INFO (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Caret.h12 struct PWL_CARET_INFO { struct
16 bool bVisible;
17 CFX_PointF ptHead;
18 CFX_PointF ptFoot;
DPWL_Caret.cpp17 PWL_CARET_INFO::PWL_CARET_INFO() : bVisible(false) {} in PWL_CARET_INFO() function in PWL_CARET_INFO