Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_generalstate.h34 float GetFillAlpha() const;
Dcpdf_generalstate.cpp128 float CPDF_GeneralState::GetFillAlpha() const { in GetFillAlpha() function in CPDF_GeneralState
/external/pdfium/core/fpdfapi/render/
Dcpdf_imagerenderer.cpp77 m_BitmapAlpha = FXSYS_round(255 * state.GetFillAlpha()); in StartRenderDIBSource()
138 state.GetStrokeAlpha() != 1.0f || state.GetFillAlpha() != 1.0f) { in StartRenderDIBSource()
Dcpdf_renderstatus.cpp1364 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()
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp126 (pPathObj->m_GeneralState.GetFillAlpha() * 255.f) + 0.5f); in FPDFPath_GetFillColor()
Dfpdfeditpage.cpp228 if (pPageObj->m_GeneralState.GetFillAlpha() != 1.0f) in FPDFPageObj_HasTransparency()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp289 graphD.fillAlpha = pPageObj->m_GeneralState.GetFillAlpha(); in ProcessGraphics()
/external/ImageMagick/MagickCore/
Ddraw.c4547 static double GetFillAlpha(PolygonInfo *polygon_info,const double mid, in GetFillAlpha() function
4926 fill_alpha=GetFillAlpha(polygon_info[id],mid,fill,draw_info->fill_rule, in DrawPolygonPrimitive()