Searched refs:other_left (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpvt_floatrect.h | 16 CPVT_FloatRect(float other_left, 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 | 252 void CFX_FloatRect::Inflate(float other_left, in Inflate() argument 257 left -= other_left; in Inflate() 271 void CFX_FloatRect::Deflate(float other_left, in Deflate() argument 275 Inflate(-other_left, -other_bottom, -other_right, -other_top); in Deflate()
|
D | fx_coordinates.h | 246 void Inflate(float other_left, 253 void Deflate(float other_left,
|