Home
last modified time | relevance | path

Searched refs:GetFillAlpha (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.h31 FX_FLOAT GetFillAlpha() const;
Dcpdf_generalstate.cpp91 FX_FLOAT CPDF_GeneralState::GetFillAlpha() const { in GetFillAlpha() function in CPDF_GeneralState
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp81 FXSYS_round(255 * m_pImageObject->m_GeneralState.GetFillAlpha()); in StartRenderDIBSource()
160 m_pImageObject->m_GeneralState.GetFillAlpha() != 1.0f) { in StartRenderDIBSource()
Dcpdf_renderstatus.cpp1327 static_cast<int32_t>((pObj->m_GeneralState.GetFillAlpha() * 255)); in GetFillArgb()
1470 group_alpha = pFormObj->m_GeneralState.GetFillAlpha(); in ProcessTransparency()
2147 : pPageObj->m_GeneralState.GetFillAlpha())); in DrawShadingPattern()
2164 FXSYS_round(255 * pShadingObj->m_GeneralState.GetFillAlpha()), in ProcessShading()
/external/pdfium/fpdfsdk/
Dfpdfeditpage.cpp230 if (pPageObj->m_GeneralState.GetFillAlpha() != 1.0f) in FPDFPageObj_HasTransparency()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp219 graphD.fillAlpha = pPageObj->m_GeneralState.GetFillAlpha(); in ProcessGraphics()
/external/ImageMagick/MagickCore/
Ddraw.c3778 static double GetFillAlpha(PolygonInfo *polygon_info,const double mid, in GetFillAlpha() function
4145 fill_alpha=GetFillAlpha(polygon_info[id],mid,fill,draw_info->fill_rule, in DrawPolygonPrimitive()