Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.h35 float GetFillAlpha() const;
Dcpdf_generalstate.cpp127 float CPDF_GeneralState::GetFillAlpha() const { in GetFillAlpha() function in CPDF_GeneralState
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp80 m_BitmapAlpha = FXSYS_roundf(255 * state.GetFillAlpha()); in StartRenderDIBBase()
134 state.GetStrokeAlpha() != 1.0f || state.GetFillAlpha() != 1.0f) { in StartRenderDIBBase()
Dcpdf_renderstatus.cpp466 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()
/external/pdfium/fpdfsdk/
Dfpdf_editpage.cpp492 if (pPageObj->m_GeneralState.GetFillAlpha() != 1.0f) in FPDFPageObj_HasTransparency()
713 *A = FXSYS_GetUnsignedAlpha(pPageObj->m_GeneralState.GetFillAlpha()); in FPDFPageObj_GetFillColor()
Dfpdf_text.cpp164 charinfo.m_pTextObj->m_GeneralState.GetFillAlpha()); in FPDFText_GetFillColor()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp426 graphD.fillAlpha = pPageObj->m_GeneralState.GetFillAlpha(); in ProcessGraphics()
/external/ImageMagick/MagickCore/
Ddraw.c4714 static double GetFillAlpha(PolygonInfo *polygon_info,const double mid, in GetFillAlpha() function
5088 fill_alpha=GetFillAlpha(polygon_info[id],mid,fill,draw_info->fill_rule, in DrawPolygonPrimitive()