Searched defs:gsd (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Caret.cpp77 CFX_GraphStateData gsd; local
78 gsd.m_LineWidth = m_fWidth;
80 pDevice->DrawPath(&path, pUser2Device, &gsd,0, ArgbEncode(255,0,0,0), FXFILL_ALTERNATE);
H A DPWL_Edit.cpp421 CFX_GraphStateData gsd; local
422 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth();
435 pDevice->DrawPath(&path, pUser2Device, &gsd,0,
441 CFX_GraphStateData gsd; local
442 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth();
444 gsd.SetDashCount(2);
445 gsd.m_DashArray[0] = (FX_FLOAT)GetBorderDash().nDash;
446 gsd.m_DashArray[1] = (FX_FLOAT)GetBorderDash().nGap;
447 gsd.m_DashPhase = (FX_FLOAT)GetBorderDash().nPhase;
460 pDevice->DrawPath(&path, pUser2Device, &gsd,
[all...]
H A DPWL_Note.cpp289 CFX_GraphStateData gsd; local
290 gsd.m_LineWidth = 1.0f;
300 pDevice->DrawPath(&pathCross, pUser2Device, &gsd,
318 CFX_GraphStateData gsd; local
319 gsd.m_LineWidth = 1.0f;
329 pDevice->DrawPath(&pathCross, pUser2Device, &gsd,
371 CFX_GraphStateData gsd; local
372 gsd.m_LineWidth = 1.0f;
390 pDevice->DrawPath(&pathCross, pUser2Device, &gsd,
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_pageobjs.cpp50 CFX_GraphStateData gsd; local
51 gsd.m_LineWidth = (FX_FLOAT)FXSYS_fabs((pt2.x + pt2.y) - (pt1.x + pt1.y));
53 CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, &mt, str, crTextFill, crTextStroke, &gsd, &ro);
69 CFX_GraphStateData gsd; local
70 gsd.m_LineWidth = (FX_FLOAT)FXSYS_fabs((pt2.x + pt2.y) - (pt1.x + pt1.y));
72 CPDF_TextRenderer::DrawTextString(pDevice,x, y, pFont, fFontSize, pUser2Device, str, crTextFill, crTextStroke, &gsd, &ro);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_IFormFiller.cpp111 CFX_GraphStateData gsd; local
112 gsd.SetDashCount(1);
113 gsd.m_DashArray[0] = 1.0f;
114 gsd.m_DashPhase = 0;
116 gsd.m_LineWidth = 1.0f;
117 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, ArgbEncode(255,0,0,0), FXFILL_ALTERNATE);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp429 CFX_GraphStateData gsd; local
430 gsd.m_LineWidth = 0.0f;
432 pDevice->DrawPath(&pathData, pUser2Device, &gsd, 0, 0xFFAAAAAA, FXFILL_ALTERNATE);

Completed in 99 milliseconds