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.cpp129 CGImageRef pImageCG = nullptr; in DrawDeviceText() local
140 pImageCG = CGImageMaskCreate( in DrawDeviceText()
149 if (pImageCG) in DrawDeviceText()
150 CGContextClipToMask(ctx, rect_cg, pImageCG); in DrawDeviceText()
156 if (pImageCG) in DrawDeviceText()
157 CGImageRelease(pImageCG); in DrawDeviceText()