Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h184 struct CPVT_FloatRange { struct
185 CPVT_FloatRange() : fMin(0.0f), fMax(0.0f) in CPVT_FloatRange() argument
188 CPVT_FloatRange(FX_FLOAT min, FX_FLOAT max) : fMin(min), fMax(max) in CPVT_FloatRange() argument