Searched refs:FXT_RECT (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 240 typedef CFX_RTemplate<baseType> FXT_RECT; typedef 243 … FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::width = width, FXT_RECT::height = height; in Set() 247 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::Size(size); in Set() 251 TopLeft(p), FXT_RECT::width = width, FXT_RECT::height = height; in Set() 255 … TopLeft(p1), FXT_RECT::width = p2.x - p1.x, FXT_RECT::height = p2.y - p1.y, FXT_RECT::Normalize(); in Set() 259 TopLeft(p), FXT_RECT::width = v.x, FXT_RECT::height = v.y, FXT_RECT::Normalize(); in Set() 263 FXT_RECT::left = FXT_RECT::top = FXT_RECT::width = FXT_RECT::height = 0; in Reset() 265 FXT_RECT& operator += (const FXT_POINT &p) 270 FXT_RECT& operator -= (const FXT_POINT &p) 312 FXT_RECT::left -= left; in Inflate() [all …]
|