Searched refs:nLastWidth (Results 1 – 1 of 1) sorted by relevance
1233 uint32_t nLastWidth = in ProcessInsertObject() local1235 float last_width = nLastWidth * m_pPrevTextObj->GetFontSize() / 1000; in ProcessInsertObject()1298 float threshold2 = std::max(nLastWidth, nThisWidth); in ProcessInsertObject()1300 if (nLastWidth >= nThisWidth) { in ProcessInsertObject()