Searched refs:this_width (Results 1 – 4 of 4) sorted by relevance
105 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; in FPDFText_ProcessInterObj() local106 this_width = FXSYS_fabs(this_width); in FPDFText_ProcessInterObj()107 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; in FPDFText_ProcessInterObj()128 … if((x - last_pos - last_width) > this_width || (x - last_pos - this_width) > last_width ) { in FPDFText_ProcessInterObj()132 if(last_pos + last_width > x + this_width && curChar == L' ') { in FPDFText_ProcessInterObj()238 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); in ProcessObject() local239 threshold = this_width > last_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width; in ProcessObject()
1382 …FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pTextObj->GetFont()) * pTextObj->GetFontSize()… local1383 this_width = FXSYS_fabs(this_width);1386 this_width = FXSYS_fabs(this_width);1388 this_width = this_matrix.TransformDistance(this_width);1389 FX_FLOAT threshold = prev_width > this_width ? prev_width / 4 : this_width / 4;1739 int this_width = FXSYS_abs(GetCharWidth(item.m_CharCode, pFont)); local1740 threshold = this_width > last_width ? (FX_FLOAT)this_width : (FX_FLOAT)last_width;1962 FX_FLOAT this_width = nThisWidth * pObj->GetFontSize() / 1000; local1963 this_width = FXSYS_fabs(this_width);1964 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4;[all …]
64 int this_width, int this_height) { in valid_ref_frame_size() argument65 return 2 * this_width >= ref_width && in valid_ref_frame_size()67 this_width <= 16 * ref_width && in valid_ref_frame_size()
1186 … FX_FLOAT this_width = GetCharWidth(item.m_CharCode, pObj->GetFont()) * pObj->GetFontSize() / 1000; in ProcessInsertObject() local1187 this_width = FXSYS_fabs(this_width); in ProcessInsertObject()1188 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; in ProcessInsertObject()1226 …FX_FLOAT this_width = pObj->GetFont()->GetCharWidthF(item.m_CharCode) * pObj->GetFontSize() / 1000; in LogicPreObj() local1227 this_width = FXSYS_fabs(this_width); in LogicPreObj()1228 FX_FLOAT threshold = last_width > this_width ? last_width / 4 : this_width / 4; in LogicPreObj()