Searched refs:m_CharBox (Results 1 – 5 of 5) sorted by relevance
85 info.m_CharBox = FloatRectTmp; in GetCharInfo()126 recttmp = info.m_CharBox; in GetRectArray()128 } else if(_IsInsameline(recttmp, info.m_CharBox)) { in GetRectArray()129 recttmp.right = info.m_CharBox.right; in GetRectArray()130 if(info.m_CharBox.top > recttmp.top) { in GetRectArray()131 recttmp.top = info.m_CharBox.top; in GetRectArray()133 if(info.m_CharBox.bottom < recttmp.bottom) { in GetRectArray()134 recttmp.bottom = info.m_CharBox.bottom; in GetRectArray()138 recttmp = info.m_CharBox; in GetRectArray()186 rectTmp = info.m_CharBox; in GetIndexAtPos()[all …]
296 if(info_curchar.m_CharBox.Width() < 0.01 || info_curchar.m_CharBox.Height() < 0.01) { in GetRectArray()314 rect.left = info_curchar.m_CharBox.left; in GetRectArray()315 rect.right = info_curchar.m_CharBox.right; in GetRectArray()321 rect.bottom = info_curchar.m_CharBox.bottom; in GetRectArray()328 rect.top = info_curchar.m_CharBox.top; in GetRectArray()331 rect = info_curchar.m_CharBox; in GetRectArray()334 info_curchar.m_CharBox.Normalize(); in GetRectArray()335 if (rect.left > info_curchar.m_CharBox.left) { in GetRectArray()336 rect.left = info_curchar.m_CharBox.left; in GetRectArray()338 if (rect.right < info_curchar.m_CharBox.right) { in GetRectArray()[all …]
37 CFX_FloatRect m_CharBox; member
72 *left=charinfo.m_CharBox.left; in FPDFText_GetCharBox()73 *right=charinfo.m_CharBox.right; in FPDFText_GetCharBox()74 *bottom=charinfo.m_CharBox.bottom; in FPDFText_GetCharBox()75 *top=charinfo.m_CharBox.top; in FPDFText_GetCharBox()
43 CFX_FloatRect m_CharBox; member