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()
2154 const MetaBmpAction* pA = (const MetaBmpAction*)pAction; in interpretMetafile()
2164 const MetaBmpScaleAction* pA = (const MetaBmpScaleAction*)pAction; in interpretMetafile()
2174 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*)pAction; in interpretMetafile()
2196 const MetaBmpExAction* pA = (const MetaBmpExAction*)pAction; in interpretMetafile()
2206 const MetaBmpExScaleAction* pA = (const MetaBmpExScaleAction*)pAction; in interpretMetafile()
2216 const MetaBmpExScalePartAction* pA = (const MetaBmpExScalePartAction*)pAction; in interpretMetafile()
2237 const MetaMaskAction* pA = (const MetaMaskAction*)pAction; in interpretMetafile()
2247 const MetaMaskScaleAction* pA = (const MetaMaskScaleAction*)pAction; in interpretMetafile()
2257 const MetaMaskScalePartAction* pA = (const MetaMaskScalePartAction*)pAction; in interpretMetafile()
2279 const MetaGradientAction* pA = (const MetaGradientAction*)pAction; in interpretMetafile()
2341 const MetaHatchAction* pA = (const MetaHatchAction*)pAction; in interpretMetafile()
2369 const MetaWallpaperAction* pA = (const MetaWallpaperAction*)pAction; in interpretMetafile()
2419 const MetaClipRegionAction* pA = (const MetaClipRegionAction*)pAction; in interpretMetafile()
2442 … const MetaISectRectClipRegionAction* pA = (const MetaISectRectClipRegionAction*)pAction; in interpretMetafile()
2510 … const MetaISectRegionClipRegionAction* pA = (const MetaISectRegionClipRegionAction*)pAction; in interpretMetafile()
2566 const MetaMoveClipRegionAction* pA = (const MetaMoveClipRegionAction*)pAction; in interpretMetafile()
2602 const MetaLineColorAction* pA = (const MetaLineColorAction*)pAction; in interpretMetafile()
2614 const MetaFillColorAction* pA = (const MetaFillColorAction*)pAction; in interpretMetafile()
2626 const MetaTextColorAction* pA = (const MetaTextColorAction*)pAction; in interpretMetafile()
2637 const MetaTextFillColorAction* pA = (const MetaTextFillColorAction*)pAction; in interpretMetafile()
2658 const MetaTextAlignAction* pA = (const MetaTextAlignAction*)pAction; in interpretMetafile()
2679 const MetaMapModeAction* pA = (const MetaMapModeAction*)pAction; in interpretMetafile()
2733 const MetaFontAction* pA = (const MetaFontAction*)pAction; in interpretMetafile()
2786 const MetaPushAction* pA = (const MetaPushAction*)pAction; in interpretMetafile()
2831 const MetaRasterOpAction* pA = (const MetaRasterOpAction*)pAction; in interpretMetafile()
2841 const MetaTransparentAction* pA = (const MetaTransparentAction*)pAction; in interpretMetafile()
2889 const MetaEPSAction* pA = (const MetaEPSAction*)pAction; in interpretMetafile()
2926 const MetaTextLineColorAction* pA = (const MetaTextLineColorAction*)pAction; in interpretMetafile()
2945 const MetaTextLineAction* pA = (const MetaTextLineAction*)pAction; in interpretMetafile()
2957 … const MetaFloatTransparentAction* pA = (const MetaFloatTransparentAction*)pAction; in interpretMetafile()
3066 const MetaLayoutModeAction* pA = (const MetaLayoutModeAction*)pAction; in interpretMetafile()
3073 const MetaTextLanguageAction* pA = (const MetaTextLanguageAction*)pAction; in interpretMetafile()
3080 const MetaOverlineColorAction* pA = (const MetaOverlineColorAction*)pAction; in interpretMetafile()
3097 const MetaCommentAction* pA = (const MetaCommentAction*)pAction; in interpretMetafile()
3111 pAction = rMetaFile.GetAction(b); in interpretMetafile()
3113 if(META_GRADIENTEX_ACTION == pAction->GetType()) in interpretMetafile()
3115 pMetaGradientExAction = (const MetaGradientExAction*)pAction; in interpretMetafile()
3117 else if(META_COMMENT_ACTION == pAction->GetType()) in interpretMetafile()
3119 …if(COMPARE_EQUAL == ((const MetaCommentAction*)pAction)->GetComment().CompareIgnoreCaseToAscii("XG… in interpretMetafile()