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.cpp127 CGImageRef pImageCG = nullptr; in DrawDeviceText() local
138 pImageCG = CGImageMaskCreate( in DrawDeviceText()
147 if (pImageCG) in DrawDeviceText()
148 CGContextClipToMask(ctx, rect_cg, pImageCG); in DrawDeviceText()
154 if (pImageCG) in DrawDeviceText()
155 CGImageRelease(pImageCG); in DrawDeviceText()