Searched refs:pHatchBrush (Results 1 – 2 of 2) sorted by relevance
419 IFDE_HatchBrush* pHatchBrush = (IFDE_HatchBrush*)pBrush; in FillHatchPath() local420 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()
579 IFDE_HatchBrush* pHatchBrush = (IFDE_HatchBrush*)pBrush; in CreateGdiBrush() local580 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()