/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.h | 111 CPDF_ImageObject* AddImage(RetainPtr<CPDF_Stream> pStream); 112 CPDF_ImageObject* AddImage(uint32_t streamObjNum); 113 CPDF_ImageObject* AddImage(const RetainPtr<CPDF_Image>& pImage);
|
D | cpdf_streamcontentparser.cpp | 654 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/ |
D | cpdfsdk_appstream.h | 31 void AddImage(const ByteString& sAPType, CPDF_Stream* pImage);
|
D | cpdfsdk_appstream.cpp | 1251 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/ |
D | JBig2_SymbolDict.h | 25 void AddImage(std::unique_ptr<CJBig2_Image> image) { in AddImage() function
|
D | JBig2_SddProc.cpp | 250 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/ |
D | imgui_draw.cpp | 1210 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()
|
D | imgui.h | 1842 …IMGUI_API void AddImage(ImTextureID user_texture_id, const ImVec2& a, const ImVec2& b, const ImVe…
|
D | imgui_widgets.cpp | 858 …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/ |
D | Viewer.cpp | 1387 drawList->AddImage(gamutPaint, pos, ImVec2(pos.x + size.x, pos.y + size.y), in ImGui_Primaries()
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 1562 dc.fDrawList->AddImage(gamutPaint, dc.fPos, in ImGui_Primaries()
|