Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp16 void MatchFloatRange(float f1, float f2, int* i1, int* i2) { in MatchFloatRange() function
132 MatchFloatRange(left, right, &rect.left, &rect.right); in GetClosestRect()
133 MatchFloatRange(bottom, top, &rect.top, &rect.bottom); in GetClosestRect()