Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp48 CQuartz2D& quartz2d = in CGDrawGlyphRun() local
56 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize())); in CGDrawGlyphRun()
78 quartz2d.setGraphicsTextMatrix(pContext, &new_matrix); in CGDrawGlyphRun()
79 return quartz2d.drawGraphicsString(pContext, pFont->GetPlatformFont(), in CGDrawGlyphRun()
87 CQuartz2D& quartz2d = in InitPlatform() local
90 m_pPlatformGraphics = quartz2d.createGraphics(m_pBitmap); in InitPlatform()
94 CQuartz2D& quartz2d = in DestroyPlatform() local
98 quartz2d.destroyGraphics(m_pPlatformGraphics); in DestroyPlatform()
179 CQuartz2D& quartz2d = in ReleasePlatformResource() local
182 quartz2d.DestroyFont(m_pPlatformFont); in ReleasePlatformResource()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.cpp117 CQuartz2D& quartz2d = in LoadGlyphMap() local
125 quartz2d.CreateFont(m_Font.GetFontData(), m_Font.GetSize())); in LoadGlyphMap()