Searched refs:other_bottom (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpvt_floatrect.h | 19 float other_bottom) in CPVT_FloatRect() argument 20 : CFX_FloatRect(other_left, other_bottom, other_right, other_top) {} in CPVT_FloatRect()
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.cpp | 253 float other_bottom, in Inflate() argument 258 bottom -= other_bottom; in Inflate() 272 float other_bottom, in Deflate() argument 275 Inflate(-other_left, -other_bottom, -other_right, -other_top); in Deflate()
|
D | fx_coordinates.h | 247 float other_bottom, 254 float other_bottom,
|