Searched refs:GetFillAlpha (Results 1 – 8 of 8) sorted by relevance
34 float GetFillAlpha() const;
128 float CPDF_GeneralState::GetFillAlpha() const { in GetFillAlpha() function in CPDF_GeneralState
77 m_BitmapAlpha = FXSYS_round(255 * state.GetFillAlpha()); in StartRenderDIBSource()138 state.GetStrokeAlpha() != 1.0f || state.GetFillAlpha() != 1.0f) { in StartRenderDIBSource()
1364 static_cast<int32_t>((pObj->m_GeneralState.GetFillAlpha() * 255)); in GetFillArgb()1502 group_alpha = pFormObj->m_GeneralState.GetFillAlpha(); in ProcessTransparency()2187 : pPageObj->m_GeneralState.GetFillAlpha())); in DrawShadingPattern()2203 FXSYS_round(255 * pShadingObj->m_GeneralState.GetFillAlpha()), in ProcessShading()
126 (pPathObj->m_GeneralState.GetFillAlpha() * 255.f) + 0.5f); in FPDFPath_GetFillColor()
228 if (pPageObj->m_GeneralState.GetFillAlpha() != 1.0f) in FPDFPageObj_HasTransparency()
289 graphD.fillAlpha = pPageObj->m_GeneralState.GetFillAlpha(); in ProcessGraphics()
4547 static double GetFillAlpha(PolygonInfo *polygon_info,const double mid, in GetFillAlpha() function4926 fill_alpha=GetFillAlpha(polygon_info[id],mid,fill,draw_info->fill_rule, in DrawPolygonPrimitive()