Searched refs:defaultGraphics (Results 1 – 1 of 1) sorted by relevance
467 GraphicsData defaultGraphics; in GetOrCreateDefaultGraphics() local468 defaultGraphics.fillAlpha = 1.0f; in GetOrCreateDefaultGraphics()469 defaultGraphics.strokeAlpha = 1.0f; in GetOrCreateDefaultGraphics()470 defaultGraphics.blendType = BlendMode::kNormal; in GetOrCreateDefaultGraphics()471 auto it = m_pObjHolder->m_GraphicsMap.find(defaultGraphics); in GetOrCreateDefaultGraphics()479 gsDict->SetNewFor<CPDF_Number>("ca", defaultGraphics.fillAlpha); in GetOrCreateDefaultGraphics()480 gsDict->SetNewFor<CPDF_Number>("CA", defaultGraphics.strokeAlpha); in GetOrCreateDefaultGraphics()484 m_pObjHolder->m_GraphicsMap[defaultGraphics] = name; in GetOrCreateDefaultGraphics()