Searched refs:pThisLayer (Results 1 – 2 of 2) sorted by relevance
315 CFX_DIBitmap* pThisLayer = mask.New(); in SetClipMask() local316 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()
297 CFX_DIBitmap* pThisLayer = mask.New(); in SetClipMask() local298 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()