Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp1402 FX_FLOAT this_x = pTextObj->GetPosX(), this_y = pTextObj->GetPosY(); in ProcessTextObject() local
1403 formMatrix.Transform(this_x, this_y); in ProcessTextObject()
1404 m_DisplayMatrix.Transform(this_x, this_y); in ProcessTextObject()
1405 if (FXSYS_fabs(this_y - prev_y) > threshold * 2) { in ProcessTextObject()