Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp419 IFDE_HatchBrush* pHatchBrush = (IFDE_HatchBrush*)pBrush; in FillHatchPath() local
420 int32_t iStyle = pHatchBrush->GetHatchStyle(); in FillHatchPath()
428 FX_ARGB dwForeColor = pHatchBrush->GetColor(TRUE); in FillHatchPath()
429 FX_ARGB dwBackColor = pHatchBrush->GetColor(FALSE); in FillHatchPath()
Dfde_gdidevice.cpp579 IFDE_HatchBrush* pHatchBrush = (IFDE_HatchBrush*)pBrush; in CreateGdiBrush() local
580 Gdiplus::Color foreColor((Gdiplus::ARGB)pHatchBrush->GetColor(TRUE)); in CreateGdiBrush()
581 Gdiplus::Color backColor((Gdiplus::ARGB)pHatchBrush->GetColor(FALSE)); in CreateGdiBrush()
583 (Gdiplus::HatchStyle)pHatchBrush->GetHatchStyle(); in CreateGdiBrush()