HomeSort by relevance Sort by last modified time
    Searched defs:pCharPos (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedEAN8Writer.cpp 183 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLength);
184 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLength);
218 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize,
226 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize),
234 device->DrawNormalText(iLen, pCharPos, m_pFont,
240 CalcTextInfo(tempStr, pCharPos + 4, m_pFont, (FX_FLOAT)strWidth, iFontSize,
246 ge.DrawNormalText(iLen, pCharPos + 4, m_pFont,
259 device->DrawNormalText(iLen, pCharPos + 4, m_pFont,
263 FX_Free(pCharPos);
BC_OnedUPCAWriter.cpp 136 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
137 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
189 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank);
195 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
206 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
212 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank);
216 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont,
229 device->DrawNormalText(iLen, pCharPos + 6, m_pFont,
239 CalcTextInfo(tempStr, pCharPos, m_pFont, strWidth, iFontSize, blank);
244 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize)
    [all...]
BC_OneDimWriter.cpp 204 FXTEXT_CHARPOS* pCharPos,
223 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont,
231 FXTEXT_CHARPOS* pCharPos,
243 ge.DrawNormalText(str.GetLength(), pCharPos, m_pFont,
268 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
269 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
281 CalcTextInfo(str, pCharPos, m_pFont, geWidth, iFontSize, charsLen);
311 ShowDeviceChars(device, matrix, str, geWidth, pCharPos, (FX_FLOAT)locX,
314 ShowBitmapChars(pOutBitmap, str, geWidth, pCharPos, (FX_FLOAT)locX,
317 FX_Free(pCharPos);
    [all...]
BC_OnedEAN13Writer.cpp 185 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
186 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
228 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, (FX_FLOAT)strWidth, iFontSize,
236 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
247 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
253 CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize,
258 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont,
271 device->DrawNormalText(iLen, pCharPos + 7, m_pFont,
281 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize,
287 ge.DrawNormalText(iLen, pCharPos, m_pFont, static_cast<FX_FLOAT>(iFontSize)
    [all...]
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 578 FXTEXT_CHARPOS* pCharPos = nullptr;
604 FX_Free(pCharPos);
605 pCharPos = FX_Alloc(FXTEXT_CHARPOS, iChars);
608 FXSYS_memset(pCharPos, 0, iCharCount * sizeof(FXTEXT_CHARPOS));
609 RenderString(pDevice.get(), pSolidBrush.get(), pPieceLine, j, pCharPos,
613 RenderPath(pDevice.get(), pPen.get(), pPieceLine, j, pCharPos,
618 FX_Free(pCharPos);
    [all...]

Completed in 174 milliseconds