Home
last modified time | relevance | path

Searched refs:textobj (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp707 CPDF_TextObject* textobj = pPageObj->m_ClipPath.GetText(i); in ProcessTransparency() local
708 if (!textobj) in ProcessTransparency()
713 &text_device, textobj->GetCharCodes(), textobj->GetCharPositions(), in ProcessTransparency()
714 textobj->m_TextState.GetFont().Get(), in ProcessTransparency()
715 textobj->m_TextState.GetFontSize(), textobj->GetTextMatrix(), in ProcessTransparency()
716 &new_matrix, textobj->m_GraphState.GetObject(), 0xffffffff, 0, in ProcessTransparency()
833 bool CPDF_RenderStatus::ProcessText(CPDF_TextObject* textobj, in ProcessText() argument
836 if (textobj->GetCharCodes().empty()) in ProcessText()
839 const TextRenderingMode text_render_mode = textobj->m_TextState.GetTextMode(); in ProcessText()
843 RetainPtr<CPDF_Font> pFont = textobj->m_TextState.GetFont(); in ProcessText()
[all …]
Dcpdf_renderstatus.h155 bool ProcessType3Text(CPDF_TextObject* textobj,
157 bool ProcessText(CPDF_TextObject* textobj,
160 void DrawTextPathWithPattern(const CPDF_TextObject* textobj,
/external/igt-gpu-tools/runner/
Dresultgen.c870 struct json_object *textobj; in override_result_single() local
873 if (json_object_object_get_ex(obj, "err", &textobj)) in override_result_single()
874 errtext = json_object_get_string(textobj); in override_result_single()
875 if (json_object_object_get_ex(obj, "result", &textobj)) in override_result_single()
876 result = json_object_get_string(textobj); in override_result_single()
877 if (json_object_object_get_ex(obj, "dmesg-warnings", &textobj)) in override_result_single()