Searched refs:FXT_RECT (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 234 typedef CFX_RTemplate<baseType> FXT_RECT; typedef 237 … FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::width = width, FXT_RECT::height = height; in Set() 241 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::Size(size); in Set() 245 TopLeft(p), FXT_RECT::width = width, FXT_RECT::height = height; in Set() 249 … TopLeft(p1), FXT_RECT::width = p2.x - p1.x, FXT_RECT::height = p2.y - p1.y, FXT_RECT::Normalize(); in Set() 253 TopLeft(p), FXT_RECT::width = v.x, FXT_RECT::height = v.y, FXT_RECT::Normalize(); in Set() 257 FXT_RECT::left = FXT_RECT::top = FXT_RECT::width = FXT_RECT::height = 0; in Reset() 259 FXT_RECT& operator += (const FXT_POINT &p) 264 FXT_RECT& operator -= (const FXT_POINT &p) 306 FXT_RECT::left -= left; in Inflate() [all …]
|