Searched refs:blendType (Results 1 – 5 of 5) sorted by relevance
291 graphD.blendType = pPageObj->m_GeneralState.GetBlendType(); in ProcessGraphics()293 (graphD.blendType == FXDIB_BLEND_UNSUPPORTED || in ProcessGraphics()294 graphD.blendType == FXDIB_BLEND_NORMAL)) { in ProcessGraphics()310 if (graphD.blendType != FXDIB_BLEND_UNSUPPORTED && in ProcessGraphics()311 graphD.blendType != FXDIB_BLEND_NORMAL) { in ProcessGraphics()331 defaultGraphics.blendType = FXDIB_BLEND_NORMAL; in ProcessDefaultGraphics()
35 int blendType);44 int blendType);
171 int blendType) { in Start() argument176 m_BlendType = blendType; in Start()198 int blendType) { in Start() argument206 m_BlendType = blendType; in Start()
191 return blendType < other.blendType; in operator <()
35 int blendType; member