Home
last modified time | relevance | path

Searched refs:AddImage (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.h111 CPDF_ImageObject* AddImage(RetainPtr<CPDF_Stream> pStream);
112 CPDF_ImageObject* AddImage(uint32_t streamObjNum);
113 CPDF_ImageObject* AddImage(const RetainPtr<CPDF_Image>& pImage);
Dcpdf_streamcontentparser.cpp654 CPDF_ImageObject* pObj = AddImage(std::move(pStream)); in Handle_BeginImage()
729 CPDF_ImageObject* pObj = AddImage(m_pLastImage); in Handle_ExecuteXObject()
754 ? AddImage(ToStream(pXObject->Clone())) in Handle_ExecuteXObject()
755 : AddImage(pXObject->GetObjNum()); in Handle_ExecuteXObject()
789 CPDF_ImageObject* CPDF_StreamContentParser::AddImage( in AddImage() function in CPDF_StreamContentParser
802 CPDF_ImageObject* CPDF_StreamContentParser::AddImage(uint32_t streamObjNum) { in AddImage() function in CPDF_StreamContentParser
811 CPDF_ImageObject* CPDF_StreamContentParser::AddImage( in AddImage() function in CPDF_StreamContentParser
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.h31 void AddImage(const ByteString& sAPType, CPDF_Stream* pImage);
Dcpdfsdk_appstream.cpp1251 AddImage("N", pNormalIcon); in SetAsPushButton()
1272 AddImage("R", pRolloverIcon); in SetAsPushButton()
1307 AddImage("D", pDownIcon); in SetAsPushButton()
1884 void CPDFSDK_AppStream::AddImage(const ByteString& sAPType, in AddImage() function in CPDFSDK_AppStream
/external/pdfium/core/fxcodec/jbig2/
DJBig2_SymbolDict.h25 void AddImage(std::unique_ptr<CJBig2_Image> image) { in AddImage() function
DJBig2_SddProc.cpp250 pDict->AddImage(SDINSYMS[I] in DecodeArith()
254 pDict->AddImage(std::move(SDNEWSYMS[I - SDNUMINSYMS])); in DecodeArith()
522 pDict->AddImage(SDINSYMS[I] in DecodeHuffman()
526 pDict->AddImage(std::move(SDNEWSYMS[I - SDNUMINSYMS])); in DecodeHuffman()
/external/mesa3d/src/imgui/
Dimgui_draw.cpp1210 void ImDrawList::AddImage(ImTextureID user_texture_id, const ImVec2& a, const ImVec2& b, const ImVe… in AddImage() function in ImDrawList
1249 AddImage(user_texture_id, a, b, uv_a, uv_b, col); in AddImageRounded()
2965 …draw_list->AddImage(tex_id, pos + ImVec2(1,0)*scale, pos + ImVec2(1,0)*scale + size*scale, uv[2], … in RenderMouseCursor()
2966 …draw_list->AddImage(tex_id, pos + ImVec2(2,0)*scale, pos + ImVec2(2,0)*scale + size*scale, uv[2], … in RenderMouseCursor()
2967 …draw_list->AddImage(tex_id, pos, pos + size*scale, uv[2], … in RenderMouseCursor()
2968 …draw_list->AddImage(tex_id, pos, pos + size*scale, uv[0], … in RenderMouseCursor()
Dimgui.h1842 …IMGUI_API void AddImage(ImTextureID user_texture_id, const ImVec2& a, const ImVec2& b, const ImVe…
Dimgui_widgets.cpp858 …window->DrawList->AddImage(user_texture_id, bb.Min + ImVec2(1, 1), bb.Max - ImVec2(1, 1), uv0, uv1… in Image()
862 … window->DrawList->AddImage(user_texture_id, bb.Min, bb.Max, uv0, uv1, GetColorU32(tint_col)); in Image()
901 …window->DrawList->AddImage(user_texture_id, image_bb.Min, image_bb.Max, uv0, uv1, GetColorU32(tint… in ImageButton()
/external/skqp/tools/viewer/
DViewer.cpp1387 drawList->AddImage(gamutPaint, pos, ImVec2(pos.x + size.x, pos.y + size.y), in ImGui_Primaries()
/external/skia/tools/viewer/
DViewer.cpp1562 dc.fDrawList->AddImage(gamutPaint, dc.fPos, in ImGui_Primaries()