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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 188 FX_BOOL CPDF_RenderStatus::ProcessText(const CPDF_TextObject* textobj, const CFX_AffineMatrix* pObj2Device, CFX_PathData* pClippingPath)
190 if(textobj->m_nChars == 0) {
193 int text_render_mode = textobj->m_TextState.GetObject()->m_TextMode;
197 CPDF_Font* pFont = textobj->m_TextState.GetFont();
199 return ProcessType3Text(textobj, pObj2Device);
236 if (textobj->m_ColorState.GetStrokeColor()->IsPattern()) {
239 stroke_argb = GetStrokeArgb(textobj);
243 if (textobj->m_ColorState.GetFillColor()->IsPattern()) {
246 fill_argb = GetFillArgb(textobj);
250 textobj->GetTextMatrix(&text_matrix);
    [all...]
fpdf_render.cpp 862 CPDF_TextObject* textobj = pPageObj->m_ClipPath.GetText(i); local
863 if (textobj == NULL) {
867 textobj->GetTextMatrix(&text_matrix);
868 CPDF_TextRenderer::DrawTextPath(&text_device, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos,
869 textobj->m_TextState.GetFont(), textobj->m_TextState.GetFontSize(),
870 &text_matrix, &new_matrix, textobj->m_GraphState, (FX_ARGB) - 1, 0, NULL);
    [all...]
render_int.h 138 FX_BOOL ProcessType3Text(const CPDF_TextObject* textobj, const CFX_AffineMatrix* pObj2Device);
139 FX_BOOL ProcessText(const CPDF_TextObject* textobj, const CFX_AffineMatrix* pObj2Device, CFX_PathData* pClippingPath);
140 void DrawTextPathWithPattern(const CPDF_TextObject* textobj, const CFX_AffineMatrix* pObj2Device,

Completed in 391 milliseconds