Home
last modified time | relevance | path

Searched refs:pThisLayer (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp315 CFX_DIBitmap* pThisLayer = mask.New(); in SetClipMask() local
316 pThisLayer->Create(clip_box.width(), clip_box.height(), FXDIB_8bppMask); in SetClipMask()
317 pThisLayer->Clear(0); in SetClipMask()
320 render.Init(pThisLayer, clip_box.fLeft, clip_box.fTop); in SetClipMask()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp297 CFX_DIBitmap* pThisLayer = mask.New(); in SetClipMask() local
298 if (!pThisLayer) { in SetClipMask()
301 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask()
302 pThisLayer->Clear(0); in SetClipMask()
303 agg::rendering_buffer raw_buf(pThisLayer->GetBuffer(), pThisLayer->GetWidth(), in SetClipMask()
304 pThisLayer->GetHeight(), in SetClipMask()
305 pThisLayer->GetPitch()); in SetClipMask()