Searched refs:pThisLayer (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1231 auto pThisLayer = pdfium::MakeRetain<CFX_DIBitmap>(); in SetClipMask() local 1232 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask() 1233 pThisLayer->Clear(0); in SetClipMask() 1234 agg::rendering_buffer raw_buf(pThisLayer->GetBuffer(), pThisLayer->GetWidth(), in SetClipMask() 1235 pThisLayer->GetHeight(), in SetClipMask() 1236 pThisLayer->GetPitch()); in SetClipMask() 1245 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, pThisLayer); in SetClipMask()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 1913 auto pThisLayer = pdfium::MakeRetain<CFX_DIBitmap>(); in SetClipMask() local 1914 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask() 1915 pThisLayer->Clear(0); in SetClipMask() 1918 SkImageInfo::Make(pThisLayer->GetWidth(), pThisLayer->GetHeight(), in SetClipMask() 1921 bitmap.installPixels(imageInfo, pThisLayer->GetBuffer(), in SetClipMask() 1922 pThisLayer->GetPitch()); in SetClipMask() 1930 m_pClipRgn->IntersectMaskF(path_rect.left, path_rect.top, pThisLayer); in SetClipMask()
|