Home
last modified time | relevance | path

Searched refs:pCharPos (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp43 const FXTEXT_CHARPOS* pCharPos, in _CGDrawGlyphRun() argument
60 FX_FLOAT ori_x = pCharPos[0].m_OriginX, ori_y = pCharPos[0].m_OriginY; in _CGDrawGlyphRun()
78 glyph_indices[i] = pCharPos[i].m_ExtGID; in _CGDrawGlyphRun()
80 glyph_positions[i].x = -pCharPos[i].m_OriginX; in _CGDrawGlyphRun()
82 glyph_positions[i].x = pCharPos[i].m_OriginX; in _CGDrawGlyphRun()
84 glyph_positions[i].y = pCharPos[i].m_OriginY; in _CGDrawGlyphRun()
104 const FXTEXT_CHARPOS * pCharPos, in DrawDeviceText() argument
122 if (pCharPos[i].m_bGlyphAdjust) { in DrawDeviceText()
157 …FX_BOOL ret = _CGDrawGlyphRun(ctx, nChars, pCharPos, pFont, pCache, pObject2Device, font_size, arg… in DrawDeviceText()
Dfx_quartz_device.cpp803 const FXTEXT_CHARPOS* pCharPos, in CG_DrawGlypRun() argument
829 glyph_indices[i] = pCharPos[i].m_ExtGID; in CG_DrawGlypRun()
830 glyph_positions[i].x = pCharPos[i].m_OriginX; in CG_DrawGlypRun()
831 glyph_positions[i].y = pCharPos[i].m_OriginY; in CG_DrawGlypRun()
880 const FXTEXT_CHARPOS* pCharPos, in DrawDeviceText() argument
903 if (pCharPos[i].m_bGlyphAdjust || font_size < 0) { in DrawDeviceText()
905 …ret = CG_DrawGlypRun(i, pCharPos, pFont, pCache, NULL, pObject2Device, font_size, color, alpha_fla… in DrawDeviceText()
911 const FXTEXT_CHARPOS* char_pos = pCharPos + i; in DrawDeviceText()
928 pCharPos += i; in DrawDeviceText()
936 …ret = CG_DrawGlypRun(i, pCharPos, pFont, pCache, NULL, pObject2Device, font_size, color, alpha_fla… in DrawDeviceText()
Dapple_int.h154 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
164 const FXTEXT_CHARPOS* pCharPos,
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp524 …void Load(int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos, CPDF_Font* pFont, FX_FLOAT font…
539 void CPDF_CharPosList::Load(int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos, CPDF_Font* pFont, in Load() argument
566 charpos.m_OriginX = iChar ? pCharPos[iChar - 1] : 0; in Load()
593 …erer::DrawTextPath(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos, in DrawTextPath() argument
601 CharPosList.Load(nChars, pCharCodes, pCharPos, pFont, font_size); in DrawTextPath()
628 FX_FLOAT* pCharPos; in DrawTextString() local
632 pCharPos = NULL; in DrawTextString()
635 pCharPos = FX_Alloc(FX_FLOAT, nChars - 1); in DrawTextString()
640 pCharPos[i - 1] = cur_pos; in DrawTextString()
654 …DrawNormalText(pDevice, nChars, pCharCodes, pCharPos, pFont, font_size, &matrix, fill_argb, pOptio… in DrawTextString()
[all …]
/external/pdfium/core/include/fpdfapi/
Dfpdf_render.h225 …_BOOL DrawTextPath(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos,
231 …OOL DrawNormalText(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos,
235 …BOOL DrawType3Text(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos,
Dfpdf_pageobj.h581 void SetData(int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos, FX_FLOAT x, FX_FLOAT y);
583 void GetData(int& nChars, FX_DWORD*& pCharCodes, FX_FLOAT*& pCharPos) in GetData() argument
587 pCharPos = m_pCharPos; in GetData()
/external/pdfium/core/include/fxge/
Dfx_ge.h437 FX_BOOL DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos,
443 FX_BOOL DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos,
618 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
697 …FX_BOOL DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, CFX_FontCache* pCa…
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp604 FX_BOOL CFX_PSRenderer::DrawText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, in DrawText() argument
630 FindPSFontGlyph(pFaceCache, pFont, pCharPos[i], ps_fontnum, ps_glyphindex); in DrawText()
636 buf << pCharPos[i].m_OriginX << FX_BSTRC(" ") in DrawText()
637 << pCharPos[i].m_OriginY << FX_BSTRC(" m"); in DrawText()
Dfx_ge_linux.cpp21 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* p… in DrawDeviceText() argument
Dfx_ge_text.cpp149 FX_BOOL CFX_RenderDevice::DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos, in DrawNormalText() argument
164 …if (m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pCache, pText2Device, font_size, fill… in DrawNormalText()
179 …if (m_pDeviceDriver->DrawDeviceText(nChars, pCharPos, pFont, pCache, pText2Device, font_size, fill… in DrawNormalText()
194 …return DrawTextPath(nChars, pCharPos, pFont, pCache, font_size, pText2Device, NULL, NULL, fill_col… in DrawNormalText()
240 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; in DrawNormalText()
944 FX_BOOL CFX_RenderDevice::DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos, in DrawTextPath() argument
957 const FXTEXT_CHARPOS& charpos = pCharPos[iChar]; in DrawTextPath()
/external/pdfium/core/src/fxge/agg/include/
Dfx_agg_driver.h92 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
/external/pdfium/core/src/fxge/win32/
Dfx_win32_print.cpp420 FX_BOOL CPSPrinterDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFon… in DrawDeviceText() argument
424 …return m_PSRenderer.DrawText(nChars, pCharPos, pFont, pCache, pObject2Device, font_size, color, al… in DrawDeviceText()
Dwin32_int.h224 virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont,
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp582 void CPDF_TextObject::SetData(int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos, FX_FLOAT x, FX_… in SetData() argument
597 FXSYS_memcpy32(m_pCharPos, pCharPos, sizeof(FX_FLOAT) * (nChars - 1)); in SetData()
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp224 FX_BOOL CFX_AggDeviceDriver::DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* p… in DrawDeviceText() argument