Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp131 CGImageRef pImageCG = nullptr; in DrawDeviceText() local
142 pImageCG = CGImageMaskCreate( in DrawDeviceText()
151 if (pImageCG) in DrawDeviceText()
152 CGContextClipToMask(ctx, rect_cg, pImageCG); in DrawDeviceText()
158 if (pImageCG) in DrawDeviceText()
159 CGImageRelease(pImageCG); in DrawDeviceText()