HomeSort by relevance Sort by last modified time
    Searched refs:quartz2d (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/apple/
fx_apple_platform.cpp 48 CQuartz2D& quartz2d =
56 quartz2d.CreateFont(pFont->GetFontData(), pFont->GetSize()));
78 quartz2d.setGraphicsTextMatrix(pContext, &new_matrix);
79 return quartz2d.drawGraphicsString(pContext, pFont->GetPlatformFont(),
87 CQuartz2D& quartz2d = local
90 m_pPlatformGraphics = quartz2d.createGraphics(m_pBitmap);
94 CQuartz2D& quartz2d = local
98 quartz2d.destroyGraphics(m_pPlatformGraphics);
179 CQuartz2D& quartz2d = local
182 quartz2d.DestroyFont(m_pPlatformFont)
    [all...]
  /external/pdfium/core/fpdfapi/font/
cpdf_type1font.cpp 117 CQuartz2D& quartz2d = local
125 quartz2d.CreateFont(m_Font.GetFontData(), m_Font.GetSize()));

Completed in 201 milliseconds