Lines Matching refs:dis
675 MS_S8 dis; in MApi_GFX_QueryTextDispLength() local
711 dis = pfmt->dis; in MApi_GFX_QueryTextDispLength()
715 dis = (0-pfmt->dis); in MApi_GFX_QueryTextDispLength()
719 dis = 0; in MApi_GFX_QueryTextDispLength()
730 u32Length = u32Length + pfmt->dstblk.width - dis; in MApi_GFX_QueryTextDispLength()
737 u32Length = u32Length + pFont->pBBox[*pu8TmpIndex].u8Width - dis; in MApi_GFX_QueryTextDispLength()
741 u32Length = u32Length + pFont->width - dis; in MApi_GFX_QueryTextDispLength()
746 *pu32DispLength = u32Length + dis; in MApi_GFX_QueryTextDispLength()
762 u32Length = u32Length + pfmt->dstblk.width - dis; in MApi_GFX_QueryTextDispLength()
769 u32Length = u32Length + pFont->pBBox[*pu16TmpIndex].u8Width - dis; in MApi_GFX_QueryTextDispLength()
773 u32Length = u32Length + pFont->width - dis; in MApi_GFX_QueryTextDispLength()
778 *pu32DispLength = u32Length + dis; in MApi_GFX_QueryTextDispLength()