Searched refs:pThisLayer (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1204 auto pThisLayer = pdfium::MakeRetain<CFX_DIBitmap>(); in SetClipMask() local 1205 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask() 1206 pThisLayer->Clear(0); in SetClipMask() 1207 agg::rendering_buffer raw_buf(pThisLayer->GetBuffer(), pThisLayer->GetWidth(), in SetClipMask() 1208 pThisLayer->GetHeight(), in SetClipMask() 1209 pThisLayer->GetPitch()); in SetClipMask() 1218 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, pThisLayer); in SetClipMask()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 1777 auto pThisLayer = pdfium::MakeRetain<CFX_DIBitmap>(); in SetClipMask() local 1778 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask() 1779 pThisLayer->Clear(0); in SetClipMask() 1782 SkImageInfo::Make(pThisLayer->GetWidth(), pThisLayer->GetHeight(), in SetClipMask() 1785 bitmap.installPixels(imageInfo, pThisLayer->GetBuffer(), in SetClipMask() 1786 pThisLayer->GetPitch()); in SetClipMask() 1794 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, pThisLayer); in SetClipMask()
|