Searched refs:quartz2d (Results 1 – 2 of 2) sorted by relevance
48 CQuartz2D& quartz2d = in CGDrawGlyphRun() local56 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() local90 m_pPlatformGraphics = quartz2d.createGraphics(m_pBitmap); in InitPlatform()94 CQuartz2D& quartz2d = in DestroyPlatform() local98 quartz2d.destroyGraphics(m_pPlatformGraphics); in DestroyPlatform()179 CQuartz2D& quartz2d = in ReleasePlatformResource() local182 quartz2d.DestroyFont(m_pPlatformFont); in ReleasePlatformResource()
117 CQuartz2D& quartz2d = in LoadGlyphMap() local125 quartz2d.CreateFont(m_Font.GetFontData(), m_Font.GetSize())); in LoadGlyphMap()