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

/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.h19 class CLST_Rect : public CFX_FloatRect { class in inherits:CFX_FloatRect
21 CLST_Rect() { left = top = right = bottom = 0.0f; } function in class:CLST_Rect
23 CLST_Rect(FX_FLOAT other_left, function in class:CLST_Rect
33 explicit CLST_Rect(const CFX_FloatRect& rect) { function in class:CLST_Rect
40 ~CLST_Rect() {}
44 const CLST_Rect operator=(const CFX_FloatRect& rect) {
53 bool operator==(const CLST_Rect& rect) const {
54 return FXSYS_memcmp(this, &rect, sizeof(CLST_Rect)) == 0;
57 bool operator!=(const CLST_Rect& rect) const { return !(*this == rect); }
71 const CLST_Rect operato
[all...]
H A Dfxet_list.cpp36 void CFX_ListItem::SetRect(const CLST_Rect& rect) {
40 CLST_Rect CFX_ListItem::GetRect() const {
380 return InnerToOuter(CLST_Rect(rcItem));
590 pListItem->SetRect(CLST_Rect(0.0f, fPosY, 0.0f, fPosY + fListItemHeight));
595 SetContentRect(CLST_Rect(0.0f, 0.0f, 0.0f, fPosY));
637 CLST_Rect rcListItem = pListItem->GetRect();

Completed in 438 milliseconds