Searched refs:GetFillAlpha (Results 1 – 8 of 8) sorted by relevance
35 float GetFillAlpha() const;
127 float CPDF_GeneralState::GetFillAlpha() const { in GetFillAlpha() function in CPDF_GeneralState
80 m_BitmapAlpha = FXSYS_roundf(255 * state.GetFillAlpha()); in StartRenderDIBBase()134 state.GetStrokeAlpha() != 1.0f || state.GetFillAlpha() != 1.0f) { in StartRenderDIBBase()
466 static_cast<int32_t>((pObj->m_GeneralState.GetFillAlpha() * 255)); in GetFillArgbInternal()616 group_alpha = pFormObj->m_GeneralState.GetFillAlpha(); in ProcessTransparency()1191 : pPageObj->m_GeneralState.GetFillAlpha())); in DrawShadingPattern()1208 FXSYS_roundf(255 * pShadingObj->m_GeneralState.GetFillAlpha()), in ProcessShading()
492 if (pPageObj->m_GeneralState.GetFillAlpha() != 1.0f) in FPDFPageObj_HasTransparency()713 *A = FXSYS_GetUnsignedAlpha(pPageObj->m_GeneralState.GetFillAlpha()); in FPDFPageObj_GetFillColor()
164 charinfo.m_pTextObj->m_GeneralState.GetFillAlpha()); in FPDFText_GetFillColor()
426 graphD.fillAlpha = pPageObj->m_GeneralState.GetFillAlpha(); in ProcessGraphics()
4714 static double GetFillAlpha(PolygonInfo *polygon_info,const double mid, in GetFillAlpha() function5088 fill_alpha=GetFillAlpha(polygon_info[id],mid,fill,draw_info->fill_rule, in DrawPolygonPrimitive()