Home
last modified time | relevance | path

Searched refs:other_left (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpvt_floatrect.h16 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/
Dfx_coordinates.cpp252 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()
Dfx_coordinates.h246 void Inflate(float other_left,
253 void Deflate(float other_left,