Home | History | Annotate | Download | only in fxedit

Lines Matching defs:ro

41 			CPDF_RenderOptions ro;

42 ro.m_Flags = RENDER_CLEARTYPE;
43 ro.m_ColorMode = RENDER_COLOR_NORMAL;
53 CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, &mt, str, crTextFill, crTextStroke, &gsd, &ro);
56 CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, &mt, str, crTextFill, 0, NULL, &ro);
60 CPDF_RenderOptions ro;
61 ro.m_Flags = RENDER_CLEARTYPE;
62 ro.m_ColorMode = RENDER_COLOR_NORMAL;
72 CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, pUser2Device, str, crTextFill, crTextStroke, &gsd, &ro);
75 CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, pUser2Device, str, crTextFill, 0, NULL, &ro);