Searched refs:pGeneralState (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfpdfeditpage.cpp236 const CPDF_GeneralStateData* pGeneralState = pPageObj->m_GeneralState; local
237 int blend_type = pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL;
240 CPDF_Dictionary* pSMaskDict = pGeneralState ? (CPDF_Dictionary*)pGeneralState->m_pSoftMask : NULL;
243 if(pGeneralState && pGeneralState->m_FillAlpha != 1.0f)
248 if(pGeneralState && pGeneralState->m_StrokeAlpha != 1.0f)
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp480 CPDF_GeneralStateData* pGeneralState = m_GeneralState.GetModify(); local
532 pGeneralState->m_pTR = pObject;
534 pGeneralState->m_pTR = NULL;
544 pGeneralState->SetBlendMode(mode);
545 if (pGeneralState->m_BlendType > FXDIB_BLEND_MULTIPLY) {
552 pGeneralState->m_pSoftMask = pObject;
553 FXSYS_memcpy32(pGeneralState->m_SMaskMatrix, &pParser->m_pCurStates->m_CTM, sizeof(CPDF_Matrix));
555 pGeneralState->m_pSoftMask = NULL;
559 pGeneralState->m_StrokeAlpha = PDF_ClipFloat(pObject->GetNumber());
562 pGeneralState
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp387 const CPDF_GeneralStateData* pGeneralState = m_pImageObject->m_GeneralState; local
388 if (pGeneralState) {
389 m_BitmapAlpha = FXSYS_round(pGeneralState->m_FillAlpha * 255);
396 if (pGeneralState && pGeneralState->m_pTR) {
397 if (!pGeneralState->m_pTransferFunc) {
398 ((CPDF_GeneralStateData*)pGeneralState)->m_pTransferFunc = m_pRenderStatus->GetTransferFunc(pGeneralState->m_pTR);
400 if (pGeneralState->m_pTransferFunc && !pGeneralState
[all...]
H A Dfpdf_render.cpp753 const CPDF_GeneralStateData* pGeneralState = pPageObj->m_GeneralState; local
754 int blend_type = pGeneralState ? pGeneralState->m_BlendType : FXDIB_BLEND_NORMAL;
758 CPDF_Dictionary* pSMaskDict = pGeneralState ? (CPDF_Dictionary*)pGeneralState->m_pSoftMask : NULL;
786 if ((m_Options.m_Flags & RENDER_OVERPRINT) && pPageObj->m_Type == PDFPAGE_IMAGE && pGeneralState && pGeneralState->m_FillOP && pGeneralState->m_StrokeOP) {
880 FXSYS_memcpy32(&smask_matrix, pGeneralState->m_SMaskMatrix, sizeof smask_matrix);

Completed in 2022 milliseconds