Home
last modified time | relevance | path

Searched refs:SetBitmap (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_type3glyphmap.h28 void SetBitmap(uint32_t charcode, std::unique_ptr<CFX_GlyphBitmap> pMap);
Dcpdf_type3glyphmap.cpp56 void CPDF_Type3GlyphMap::SetBitmap(uint32_t charcode, in SetBitmap() function in CPDF_Type3GlyphMap
Dcpdf_type3cache.cpp104 pSizeCache->SetBitmap(charcode, std::move(pNewBitmap)); in LoadGlyph()
/external/cronet/base/allocator/partition_allocator/
Daddress_pool_manager.cc326 void SetBitmap(std::bitset<bitsize>& bitmap, in SetBitmap() function
404 SetBitmap(AddressPoolManagerBitmap::brp_pool_bits_, in MarkUsed()
416 SetBitmap(AddressPoolManagerBitmap::regular_pool_bits_, in MarkUsed()
/external/pdfium/fpdfsdk/
Dfpdf_editimg_embeddertest.cpp109 TEST_F(PDFEditImgTest, SetBitmap) { in TEST_F() argument
/external/pdfium/core/fxge/
Dcfx_renderdevice.h66 void SetBitmap(const RetainPtr<CFX_DIBitmap>& pBitmap);
Dcfx_renderdevice.cpp540 void CFX_RenderDevice::SetBitmap(const RetainPtr<CFX_DIBitmap>& pBitmap) { in SetBitmap() function in CFX_RenderDevice
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1384 SetBitmap(pBitmap); in AttachAggImpl()
1400 SetBitmap(pBitmap); in CreateAgg()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1829 SetBitmap(pBitmap); in AttachSkiaImpl()
1856 SetBitmap(pBitmap); in CreateSkia()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp886 void SetBitmap(RetainPtr<CFX_DIBitmap> pBitmap) { in SetBitmap() function in CXFA_ImageLayoutData
975 void SetBitmap(RetainPtr<CFX_DIBitmap> pBitmap) { in SetBitmap() function in CXFA_ImageEditData
3924 pData->SetBitmap(std::move(newImage)); in SetLayoutImage()
3931 pData->SetBitmap(std::move(newImage)); in SetEditImage()