/external/pdfium/core/src/fxge/apple/ |
fx_apple_platform.cpp | 44 const FXTEXT_CHARPOS* pCharPos, 60 FX_FLOAT ori_x = pCharPos[0].m_OriginX, ori_y = pCharPos[0].m_OriginY; 80 glyph_indices[i] = pCharPos[i].m_ExtGID; 82 glyph_positions[i].x = -pCharPos[i].m_OriginX; 84 glyph_positions[i].x = pCharPos[i].m_OriginX; 86 glyph_positions[i].y = pCharPos[i].m_OriginY; 101 const FXTEXT_CHARPOS* pCharPos, 119 if (pCharPos[i].m_bGlyphAdjust) { 156 _CGDrawGlyphRun(ctx, nChars, pCharPos, pFont, pCache, pObject2Device [all...] |
apple_int.h | 166 const FXTEXT_CHARPOS* pCharPos, 186 const FXTEXT_CHARPOS* pCharPos,
|
fx_quartz_device.cpp | 739 const FXTEXT_CHARPOS* pCharPos, 766 glyph_indices[i] = pCharPos[i].m_ExtGID; 767 glyph_positions[i].x = pCharPos[i].m_OriginX; 768 glyph_positions[i].y = pCharPos[i].m_OriginY; 805 const FXTEXT_CHARPOS* pCharPos, 827 if (pCharPos[i].m_bGlyphAdjust || font_size < 0) { 829 ret = CG_DrawGlypRun(i, pCharPos, pFont, pCache, NULL, pObject2Device, 836 const FXTEXT_CHARPOS* char_pos = pCharPos + i; 854 pCharPos += i; 862 ret = CG_DrawGlypRun(i, pCharPos, pFont, pCache, NULL, pObject2Device [all...] |
/external/pdfium/xfa/src/fgas/src/layout/ |
fx_textbreak.cpp | [all...] |
fx_rtfbreak.cpp | [all...] |
/external/pdfium/xfa/src/fxbarcode/oned/ |
BC_OnedUPCAWriter.cpp | 127 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
128 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
181 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank);
187 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
199 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
207 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank);
211 ge.DrawNormalText(iLen, pCharPos + 6, m_pFont,
225 device->DrawNormalText(iLen, pCharPos + 6, m_pFont,
236 CalcTextInfo(tempStr, pCharPos, m_pFont, strWidth, iFontSize, blank);
241 ge.DrawNormalText(iLen, pCharPos, m_pFont, [all...] |
BC_OnedEAN8Writer.cpp | 175 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLength);
176 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLength);
211 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize,
219 ge.DrawNormalText(iLen, pCharPos, m_pFont,
229 device->DrawNormalText(iLen, pCharPos, m_pFont,
237 CalcTextInfo(tempStr, pCharPos + 4, m_pFont, (FX_FLOAT)strWidth, iFontSize,
243 ge.DrawNormalText(iLen, pCharPos + 4, m_pFont,
257 device->DrawNormalText(iLen, pCharPos + 4, m_pFont,
262 FX_Free(pCharPos);
|
BC_OnedEAN13Writer.cpp | 171 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
172 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
215 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, (FX_FLOAT)strWidth, iFontSize,
223 ge.DrawNormalText(iLen, pCharPos + 1, m_pFont,
235 device->DrawNormalText(iLen, pCharPos + 1, m_pFont,
243 CalcTextInfo(tempStr, pCharPos + 7, m_pFont, (FX_FLOAT)strWidth, iFontSize,
248 ge.DrawNormalText(iLen, pCharPos + 7, m_pFont,
262 device->DrawNormalText(iLen, pCharPos + 7, m_pFont,
273 CalcTextInfo(tempStr, pCharPos, m_pFont, (FX_FLOAT)strWidth, iFontSize,
279 ge.DrawNormalText(iLen, pCharPos, m_pFont, [all...] |
BC_OneDimWriter.h | 99 FXTEXT_CHARPOS* pCharPos,
107 FXTEXT_CHARPOS* pCharPos,
|
BC_OneDimWriter.cpp | 185 FXTEXT_CHARPOS* pCharPos,
204 device->DrawNormalText(str.GetLength(), pCharPos, m_pFont,
212 FXTEXT_CHARPOS* pCharPos,
223 ge.DrawNormalText(str.GetLength(), pCharPos, m_pFont,
247 FXTEXT_CHARPOS* pCharPos = FX_Alloc(FXTEXT_CHARPOS, iLen);
248 FXSYS_memset(pCharPos, 0, sizeof(FXTEXT_CHARPOS) * iLen);
260 CalcTextInfo(str, pCharPos, m_pFont, geWidth, iFontSize, charsLen);
290 ShowDeviceChars(device, matrix, str, geWidth, pCharPos, (FX_FLOAT)locX,
293 ShowBitmapChars(pOutBitmap, str, geWidth, pCharPos, (FX_FLOAT)locX,
296 FX_Free(pCharPos);
[all...] |
/external/pdfium/xfa/src/fee/include/ |
ifde_txtedtpage.h | 30 FXTEXT_CHARPOS*& pCharPos,
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_gdidevice.cpp | 144 const FXTEXT_CHARPOS* pCharPos,
148 FXSYS_assert(pBrush != NULL && pFont != NULL && pCharPos != NULL);
162 if (pCharPos->m_bGlyphAdjust) {
164 ma * -pCharPos->m_AdjustMatrix[0] + mb * pCharPos->m_AdjustMatrix[2];
166 -ma * pCharPos->m_AdjustMatrix[1] + mb * pCharPos->m_AdjustMatrix[3];
168 mc * -pCharPos->m_AdjustMatrix[0] + md * pCharPos->m_AdjustMatrix[2];
170 -mc * pCharPos->m_AdjustMatrix[1] + md * pCharPos->m_AdjustMatrix[3]; [all...] |
fde_gedevice.h | 35 const FXTEXT_CHARPOS* pCharPos,
107 const FXTEXT_CHARPOS* pCharPos,
113 const FXTEXT_CHARPOS* pCharPos,
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_text.cpp | 515 FX_FLOAT* pCharPos, 530 FX_FLOAT* pCharPos, 557 charpos.m_OriginX = iChar ? pCharPos[iChar - 1] : 0; 589 FX_FLOAT* pCharPos, 603 CharPosList.Load(nChars, pCharCodes, pCharPos, pFont, font_size); 645 FX_FLOAT* pCharPos; 649 pCharPos = NULL; 652 pCharPos = FX_Alloc(FX_FLOAT, nChars - 1); 657 pCharPos[i - 1] = cur_pos; 671 DrawNormalText(pDevice, nChars, pCharCodes, pCharPos, pFont, font_size [all...] |
/external/pdfium/xfa/src/fxfa/src/app/ |
xfa_textlayout.cpp | [all...] |
xfa_textlayout.h | 377 FXTEXT_CHARPOS* pCharPos,
383 FXTEXT_CHARPOS* pCharPos,
386 FXTEXT_CHARPOS* pCharPos,
|
/external/pdfium/core/include/fpdfapi/ |
fpdf_render.h | 187 FX_FLOAT* pCharPos, 201 FX_FLOAT* pCharPos, 211 FX_FLOAT* pCharPos,
|
fpdf_pageobj.h | 453 FX_FLOAT* pCharPos, 457 void GetData(int& nChars, FX_DWORD*& pCharCodes, FX_FLOAT*& pCharPos) { 460 pCharPos = m_pCharPos;
|
/external/pdfium/core/src/fxge/skia/ |
fx_skia_device.h | 115 const FXTEXT_CHARPOS* pCharPos,
|
/external/pdfium/xfa/src/fdp/include/ |
fde_psr.h | 42 FXTEXT_CHARPOS* pCharPos,
|
fde_rdv.h | 44 const FXTEXT_CHARPOS* pCharPos,
|
/external/pdfium/xfa/src/fee/src/fee/ |
fde_txtedtpage.cpp | 64 FXTEXT_CHARPOS* pCharPos,
92 return pBreak->GetDisplayPos(&tr, pCharPos, bCharCode, pWSForms);
290 FXTEXT_CHARPOS*& pCharPos,
292 pCharPos = FX_Alloc(FXTEXT_CHARPOS, m_nCharCount);
296 FXTEXT_CHARPOS* pos = pCharPos;
310 FXSYS_memcpy(pTemp, pCharPos, sizeof(FXTEXT_CHARPOS) * nCharPosCount);
311 FX_Free(pCharPos);
312 pCharPos = pTemp;
|
fde_txtedtpage.h | 77 FXTEXT_CHARPOS* pCharPos,
111 FXTEXT_CHARPOS*& pCharPos,
|
/external/pdfium/core/include/fxge/ |
fx_ge.h | 379 const FXTEXT_CHARPOS* pCharPos, 390 const FXTEXT_CHARPOS* pCharPos, 593 const FXTEXT_CHARPOS* pCharPos, 683 const FXTEXT_CHARPOS* pCharPos,
|
/external/pdfium/core/src/fxge/agg/include/ |
fx_agg_driver.h | 116 const FXTEXT_CHARPOS* pCharPos,
|