Searched refs:AddImage (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.h | 107 CPDF_ImageObject* AddImage(std::unique_ptr<CPDF_Stream> pStream); 108 CPDF_ImageObject* AddImage(uint32_t streamObjNum); 109 CPDF_ImageObject* AddImage(const RetainPtr<CPDF_Image>& pImage);
|
D | cpdf_streamcontentparser.cpp | 659 CPDF_ImageObject* pObj = AddImage(std::move(pStream)); in Handle_BeginImage() 732 CPDF_ImageObject* pObj = AddImage(m_pLastImage); in Handle_ExecuteXObject() 752 ? AddImage(std::unique_ptr<CPDF_Stream>( in Handle_ExecuteXObject() 754 : AddImage(pXObject->GetObjNum()); in Handle_ExecuteXObject() 790 CPDF_ImageObject* CPDF_StreamContentParser::AddImage( in AddImage() function in CPDF_StreamContentParser 801 CPDF_ImageObject* CPDF_StreamContentParser::AddImage(uint32_t streamObjNum) { in AddImage() function in CPDF_StreamContentParser 807 CPDF_ImageObject* CPDF_StreamContentParser::AddImage( in AddImage() function in CPDF_StreamContentParser
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_appstream.h | 30 void AddImage(const ByteString& sAPType, CPDF_Stream* pImage);
|
D | cpwl_appstream.cpp | 1254 AddImage("N", pNormalIcon); in SetAsPushButton() 1275 AddImage("R", pRolloverIcon); in SetAsPushButton() 1310 AddImage("D", pDownIcon); in SetAsPushButton() 1889 void CPWL_AppStream::AddImage(const ByteString& sAPType, CPDF_Stream* pImage) { in AddImage() function in CPWL_AppStream
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_SymbolDict.h | 26 void AddImage(std::unique_ptr<CJBig2_Image> image) { in AddImage() function
|
D | JBig2_SddProc.cpp | 251 pDict->AddImage(SDINSYMS[I] in decode_Arith() 255 pDict->AddImage(std::move(SDNEWSYMS[I - SDNUMINSYMS])); in decode_Arith() 527 pDict->AddImage(SDINSYMS[I] in decode_Huffman() 531 pDict->AddImage(std::move(SDNEWSYMS[I - SDNUMINSYMS])); in decode_Huffman()
|
/external/skia/tools/viewer/ |
D | Viewer.cpp | 1417 dc.fDrawList->AddImage(gamutPaint, dc.fPos, in ImGui_Primaries()
|
/external/skqp/tools/viewer/ |
D | Viewer.cpp | 1387 drawList->AddImage(gamutPaint, pos, ImVec2(pos.x + size.x, pos.y + size.y), in ImGui_Primaries()
|