Home | History | Annotate | Download | only in win32

Lines Matching refs:m_GdiplusExt

415     pPlatformData->m_GdiplusExt.Load();

761 if ((pGraphState == NULL || stroke_color == 0) && !pPlatform->m_GdiplusExt.IsAvailable()) {
778 if (!pPlatform->m_GdiplusExt.IsAvailable() && bDrawAlpha) {
781 if (pPlatform->m_GdiplusExt.IsAvailable()) {
787 if (pPlatform->m_GdiplusExt.DrawPath(m_hDC, pPathData, pMatrix, pGraphState, fill_color, stroke_color, fill_mode)) {
927 if (pPlatform->m_GdiplusExt.IsAvailable()) {
1070 if (pPlatform->m_GdiplusExt.IsAvailable() && pIccTransform == NULL && !pSource->IsCmykImage()) {
1076 return pPlatform->m_GdiplusExt.StretchDIBits(m_hDC, pBitmap, dest_left, dest_top, dest_width, dest_height, pClipRect, flags);