HomeSort by relevance Sort by last modified time
    Searched defs:pGraphics (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fwl/theme/
cfwl_edittp.cpp 47 CFX_Graphics* pGraphics = pParams->m_pGraphics;
48 pGraphics->SaveGraphState();
50 pGraphics->SetFillColor(&crSelected);
51 pGraphics->FillPath(pParams->m_pPath, FXFILL_WINDING,
53 pGraphics->RestoreGraphState();
cfwl_pushbuttontp.cpp 54 CFX_Graphics* pGraphics = pParams->m_pGraphics;
55 pGraphics->SaveGraphState();
64 DrawAxialShading(pGraphics, rect.left + PUSHBUTTON_SIZE_Corner, rect.top,
71 pGraphics->SetStrokeColor(&crStroke);
72 pGraphics->StrokePath(&strokePath, &pParams->m_matrix);
79 pGraphics->SetFillColor(&crFill);
80 pGraphics->FillPath(&fillPath, FXFILL_WINDING, &pParams->m_matrix);
83 DrawFocus(pGraphics, &rtInner, &pParams->m_matrix);
85 pGraphics->RestoreGraphState();
cfwl_scrollbartp.cpp 41 CFX_Graphics* pGraphics = pParams->m_pGraphics;
46 DrawMaxMinBtn(pGraphics, pRect,
52 DrawMaxMinBtn(pGraphics, pRect,
58 DrawThumbBtn(pGraphics, pRect, bVert, eState, true, &pParams->m_matrix);
62 DrawTrack(pGraphics, pRect, bVert, eState, true, &pParams->m_matrix);
66 DrawTrack(pGraphics, pRect, bVert, eState, false, &pParams->m_matrix);
74 void CFWL_ScrollBarTP::DrawThumbBtn(CFX_Graphics* pGraphics,
91 DrawAxialShading(pGraphics, rect.left, rect.top, rect.right(), rect.top,
97 pGraphics->SaveGraphState();
98 pGraphics->SetStrokeColor(&rcStroke)
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_fwltheme.cpp 108 CFX_Graphics* pGraphics = pParams->m_pGraphics;
109 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice();
115 CFX_Matrix* pMatrix = pGraphics->GetMatrix();
129 CFX_Graphics* pGraphics = pParams->m_pGraphics;
130 CFX_RenderDevice* pRenderDevice = pGraphics->GetRenderDevice();
141 CFX_Matrix* pMatrix = pGraphics->GetMatrix();
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 519 static void OutputImageMask(GpGraphics* pGraphics,
548 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left,
587 CallFunc(GdipDrawImageI)(pGraphics, bitmap,
601 CallFunc(GdipDrawImagePointsI)(pGraphics, bitmap, destinationPoints, 3);
604 static void OutputImage(GpGraphics* pGraphics,
619 OutputImage(pGraphics, pCloned.get(), &new_rect, dest_left, dest_top,
669 CallFunc(GdipDrawImagePointsI)(pGraphics, bitmap, destinationPoints, 3);
    [all...]

Completed in 82 milliseconds