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

  /external/pdfium/core/include/fpdfapi/
fpdf_render.h 225 static FX_BOOL DrawTextPath(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 296 return CPDF_TextRenderer::DrawTextPath(m_pDevice, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos, pFont, font_size,
593 FX_BOOL CPDF_TextRenderer::DrawTextPath(CFX_RenderDevice* pDevice, int nChars, FX_DWORD* pCharCodes, FX_FLOAT* pCharPos,
602 return pDevice->DrawTextPath(CharPosList.m_nChars, CharPosList.m_pCharPos,
656 DrawTextPath(pDevice, nChars, pCharCodes, pCharPos, pFont, font_size, &matrix, NULL, pGraphState,
fpdf_render.cpp 868 CPDF_TextRenderer::DrawTextPath(&text_device, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos,
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 443 FX_BOOL DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos,
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 194 return DrawTextPath(nChars, pCharPos, pFont, pCache, font_size, pText2Device, NULL, NULL, fill_color, 0, NULL, nPathFlags, alpha_flag, pIccTransform);
    [all...]

Completed in 124 milliseconds