Searched defs:textobj (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp188 FX_BOOL CPDF_RenderStatus::ProcessText(const CPDF_TextObject* textobj, const CFX_AffineMatrix* pObj2Device, CFX_PathData* pClippingPath) argument
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
360 ProcessType3Text(const CPDF_TextObject* textobj, const CFX_AffineMatrix* pObj2Device) argument
686 DrawTextPathWithPattern(const CPDF_TextObject* textobj, const CFX_AffineMatrix* pObj2Device, CPDF_Font* pFont, FX_FLOAT font_size, const CFX_AffineMatrix* pTextMatrix, FX_BOOL bFill, FX_BOOL bStroke) argument
[all...]
H A Dfpdf_render.cpp828 CPDF_TextObject* textobj = pPageObj->m_ClipPath.GetText(i); local
829 if (textobj == NULL) {
833 textobj->GetTextMatrix(&text_matrix);
834 CPDF_TextRenderer::DrawTextPath(&text_device, textobj->m_nChars, textobj->m_pCharCodes, textobj->m_pCharPos,
835 textobj->m_TextState.GetFont(), textobj->m_TextState.GetFontSize(),
836 &text_matrix, &new_matrix, textobj->m_GraphState, (FX_ARGB) - 1, 0, NULL);

Completed in 44 milliseconds