Searched refs:textobj (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 190 FX_BOOL CPDF_RenderStatus::ProcessText(const CPDF_TextObject* textobj, in ProcessText() argument 193 if (textobj->m_nChars == 0) { in ProcessText() 196 int text_render_mode = textobj->m_TextState.GetObject()->m_TextMode; in ProcessText() 200 CPDF_Font* pFont = textobj->m_TextState.GetFont(); in ProcessText() 202 return ProcessType3Text(textobj, pObj2Device); in ProcessText() 241 if (textobj->m_ColorState.GetStrokeColor()->IsPattern()) { in ProcessText() 244 stroke_argb = GetStrokeArgb(textobj); in ProcessText() 248 if (textobj->m_ColorState.GetFillColor()->IsPattern()) { in ProcessText() 251 fill_argb = GetFillArgb(textobj); in ProcessText() 255 textobj->GetTextMatrix(&text_matrix); in ProcessText() [all …]
|
D | fpdf_render.cpp | 840 CPDF_TextObject* textobj = pPageObj->m_ClipPath.GetText(i); in ProcessTransparency() local 841 if (!textobj) { in ProcessTransparency() 845 textobj->GetTextMatrix(&text_matrix); in ProcessTransparency() 847 &text_device, textobj->m_nChars, textobj->m_pCharCodes, in ProcessTransparency() 848 textobj->m_pCharPos, textobj->m_TextState.GetFont(), in ProcessTransparency() 849 textobj->m_TextState.GetFontSize(), &text_matrix, &new_matrix, in ProcessTransparency() 850 textobj->m_GraphState, (FX_ARGB)-1, 0, NULL); in ProcessTransparency()
|
D | render_int.h | 207 FX_BOOL ProcessType3Text(const CPDF_TextObject* textobj, 209 FX_BOOL ProcessText(const CPDF_TextObject* textobj, 212 void DrawTextPathWithPattern(const CPDF_TextObject* textobj,
|