Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h40 CLST_Rect(FX_FLOAT other_left, in CLST_Rect() argument
44 left = other_left; in CLST_Rect()
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h553 void Inflate(FX_FLOAT other_left, in Inflate() argument
558 left -= other_left; in Inflate()
576 void Deflate(FX_FLOAT other_left, in Deflate() argument
581 left += other_left; in Deflate()
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h38 CPVT_FloatRect(FX_FLOAT other_left, in CPVT_FloatRect() argument
42 left = other_left; in CPVT_FloatRect()