Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp128 CGRect rect_cg; in DrawDeviceText() local
131 rect_cg = in DrawDeviceText()
146 rect_cg = CGRectMake(0, 0, m_pBitmap->GetWidth(), m_pBitmap->GetHeight()); in DrawDeviceText()
148 rect_cg = CGContextConvertRectToDeviceSpace(ctx, rect_cg); in DrawDeviceText()
150 CGContextClipToMask(ctx, rect_cg, pImageCG); in DrawDeviceText()
152 CGContextClipToRect(ctx, rect_cg); in DrawDeviceText()