Searched refs:pTxtRun (Results 1 – 2 of 2) sorted by relevance
1141 int32_t CFX_TxtBreak::GetDisplayPos(const FX_TXTRUN* pTxtRun, in GetDisplayPos() argument1145 if (!pTxtRun || pTxtRun->iLength < 1) in GetDisplayPos()1148 IFX_TxtAccess* pAccess = pTxtRun->pAccess; in GetDisplayPos()1149 const FDE_TEXTEDITPIECE* pIdentity = pTxtRun->pIdentity; in GetDisplayPos()1150 const FX_WCHAR* pStr = pTxtRun->wsStr.c_str(); in GetDisplayPos()1151 int32_t* pWidths = pTxtRun->pWidths; in GetDisplayPos()1152 int32_t iLength = pTxtRun->iLength - 1; in GetDisplayPos()1153 CFX_RetainPtr<CFGAS_GEFont> pFont = pTxtRun->pFont; in GetDisplayPos()1154 uint32_t dwStyles = pTxtRun->dwStyles; in GetDisplayPos()1155 CFX_RectF rtText(*pTxtRun->pRect); in GetDisplayPos()[all …]
233 int32_t GetDisplayPos(const FX_TXTRUN* pTxtRun,237 std::vector<CFX_RectF> GetCharRects(const FX_TXTRUN* pTxtRun,