Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/apple/
Dfx_apple_platform.cpp133 CGImageRef pImageCG = NULL; in DrawDeviceText() local
143 pImageCG = CGImageMaskCreate(pClipMask->GetWidth(), pClipMask->GetHeight(), in DrawDeviceText()
152 if (pImageCG) { in DrawDeviceText()
153 CGContextClipToMask(ctx, rect_cg, pImageCG); in DrawDeviceText()
158 if (pImageCG) { in DrawDeviceText()
159 CGImageRelease(pImageCG); in DrawDeviceText()