Lines Matching refs:pAction

1650 			MetaAction* pAction = rMetaFile.GetAction(nAction);  in interpretMetafile()  local
1652 switch(pAction->GetType()) in interpretMetafile()
1665 while(META_PIXEL_ACTION == pAction->GetType() && nAction < nCount) in interpretMetafile()
1667 const MetaPixelAction* pA = (const MetaPixelAction*)pAction; in interpretMetafile()
1682 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1701 while(META_POINT_ACTION == pAction->GetType() && nAction < nCount) in interpretMetafile()
1703 const MetaPointAction* pA = (const MetaPointAction*)pAction; in interpretMetafile()
1706 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1727 while(META_LINE_ACTION == pAction->GetType() && nAction < nCount) in interpretMetafile()
1729 const MetaLineAction* pA = (const MetaLineAction*)pAction; in interpretMetafile()
1759 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1778 const MetaRectAction* pA = (const MetaRectAction*)pAction; in interpretMetafile()
1805 const MetaRoundRectAction* pA = (const MetaRoundRectAction*)pAction; in interpretMetafile()
1844 const MetaEllipseAction* pA = (const MetaEllipseAction*)pAction; in interpretMetafile()
1868 const MetaArcAction* pA = (const MetaArcAction*)pAction; in interpretMetafile()
1882 const MetaPieAction* pA = (const MetaPieAction*)pAction; in interpretMetafile()
1896 const MetaChordAction* pA = (const MetaChordAction*)pAction; in interpretMetafile()
1910 const MetaPolyLineAction* pA = (const MetaPolyLineAction*)pAction; in interpretMetafile()
1921 const MetaPolygonAction* pA = (const MetaPolygonAction*)pAction; in interpretMetafile()
1942 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*)pAction; in interpretMetafile()
1967 const MetaTextAction* pA = (const MetaTextAction*)pAction; in interpretMetafile()
1995 const MetaTextArrayAction* pA = (const MetaTextArrayAction*)pAction; in interpretMetafile()
2043 const MetaStretchTextAction* pA = (const MetaStretchTextAction*)pAction; in interpretMetafile()
2100 const MetaTextRectAction* pA = (const MetaTextRectAction*)pAction; in interpretMetafile()
2159 const MetaBmpAction* pA = (const MetaBmpAction*)pAction; in interpretMetafile()
2169 const MetaBmpScaleAction* pA = (const MetaBmpScaleAction*)pAction; in interpretMetafile()
2179 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*)pAction; in interpretMetafile()
2201 const MetaBmpExAction* pA = (const MetaBmpExAction*)pAction; in interpretMetafile()
2211 const MetaBmpExScaleAction* pA = (const MetaBmpExScaleAction*)pAction; in interpretMetafile()
2221 const MetaBmpExScalePartAction* pA = (const MetaBmpExScalePartAction*)pAction; in interpretMetafile()
2242 const MetaMaskAction* pA = (const MetaMaskAction*)pAction; in interpretMetafile()
2252 const MetaMaskScaleAction* pA = (const MetaMaskScaleAction*)pAction; in interpretMetafile()
2262 const MetaMaskScalePartAction* pA = (const MetaMaskScalePartAction*)pAction; in interpretMetafile()
2284 const MetaGradientAction* pA = (const MetaGradientAction*)pAction; in interpretMetafile()
2346 const MetaHatchAction* pA = (const MetaHatchAction*)pAction; in interpretMetafile()
2374 const MetaWallpaperAction* pA = (const MetaWallpaperAction*)pAction; in interpretMetafile()
2424 const MetaClipRegionAction* pA = (const MetaClipRegionAction*)pAction; in interpretMetafile()
2447 … const MetaISectRectClipRegionAction* pA = (const MetaISectRectClipRegionAction*)pAction; in interpretMetafile()
2515 … const MetaISectRegionClipRegionAction* pA = (const MetaISectRegionClipRegionAction*)pAction; in interpretMetafile()
2571 const MetaMoveClipRegionAction* pA = (const MetaMoveClipRegionAction*)pAction; in interpretMetafile()
2607 const MetaLineColorAction* pA = (const MetaLineColorAction*)pAction; in interpretMetafile()
2619 const MetaFillColorAction* pA = (const MetaFillColorAction*)pAction; in interpretMetafile()
2631 const MetaTextColorAction* pA = (const MetaTextColorAction*)pAction; in interpretMetafile()
2642 const MetaTextFillColorAction* pA = (const MetaTextFillColorAction*)pAction; in interpretMetafile()
2663 const MetaTextAlignAction* pA = (const MetaTextAlignAction*)pAction; in interpretMetafile()
2684 const MetaMapModeAction* pA = (const MetaMapModeAction*)pAction; in interpretMetafile()
2738 const MetaFontAction* pA = (const MetaFontAction*)pAction; in interpretMetafile()
2791 const MetaPushAction* pA = (const MetaPushAction*)pAction; in interpretMetafile()
2836 const MetaRasterOpAction* pA = (const MetaRasterOpAction*)pAction; in interpretMetafile()
2846 const MetaTransparentAction* pA = (const MetaTransparentAction*)pAction; in interpretMetafile()
2894 const MetaEPSAction* pA = (const MetaEPSAction*)pAction; in interpretMetafile()
2931 const MetaTextLineColorAction* pA = (const MetaTextLineColorAction*)pAction; in interpretMetafile()
2950 const MetaTextLineAction* pA = (const MetaTextLineAction*)pAction; in interpretMetafile()
2962 … const MetaFloatTransparentAction* pA = (const MetaFloatTransparentAction*)pAction; in interpretMetafile()
3071 const MetaLayoutModeAction* pA = (const MetaLayoutModeAction*)pAction; in interpretMetafile()
3078 const MetaTextLanguageAction* pA = (const MetaTextLanguageAction*)pAction; in interpretMetafile()
3085 const MetaOverlineColorAction* pA = (const MetaOverlineColorAction*)pAction; in interpretMetafile()
3102 const MetaCommentAction* pA = (const MetaCommentAction*)pAction; in interpretMetafile()
3116 pAction = rMetaFile.GetAction(b); in interpretMetafile()
3118 if(META_GRADIENTEX_ACTION == pAction->GetType()) in interpretMetafile()
3120 pMetaGradientExAction = (const MetaGradientExAction*)pAction; in interpretMetafile()
3122 else if(META_COMMENT_ACTION == pAction->GetType()) in interpretMetafile()
3124 …if(COMPARE_EQUAL == ((const MetaCommentAction*)pAction)->GetComment().CompareIgnoreCaseToAscii("XG… in interpretMetafile()