Searched refs:CLST_Rect (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h42 class CLST_Rect : public CPDF_Rect class in inherits:CPDF_Rect
45 CLST_Rect() function in class:CLST_Rect
50 CLST_Rect(FX_FLOAT left,FX_FLOAT top, function in class:CLST_Rect
59 CLST_Rect(const CPDF_Rect & rect) function in class:CLST_Rect
72 const CLST_Rect operator = (const CPDF_Rect & rect)
82 FX_BOOL operator == (const CLST_Rect & rect) const
84 return FXSYS_memcmp(this, &rect, sizeof(CLST_Rect)) == 0;
87 FX_BOOL operator != (const CLST_Rect & rect) const
89 return FXSYS_memcmp(this, &rect, sizeof(CLST_Rect)) != 0;
115 const CLST_Rect operato
[all...]
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp49 void CFX_ListItem::SetRect(const CLST_Rect & rect)
54 CLST_Rect CFX_ListItem::GetRect() const
172 pListItem->SetRect(CLST_Rect(0.0f,fPosY,0.0f,fPosY + fListItemHeight));
177 SetContentRect(CLST_Rect(0.0f,0.0f,0.0f,fPosY));
221 CLST_Rect rcListItem = pListItem->GetRect();

Completed in 1443 milliseconds