HomeSort by relevance Sort by last modified time
    Searched refs:gsd (Results 1 - 7 of 7) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 77 CFX_GraphStateData gsd; local
78 gsd.m_LineWidth = m_fWidth;
80 pDevice->DrawPath(&path, pUser2Device, &gsd,0, ArgbEncode(255,0,0,0), FXFILL_ALTERNATE);
PWL_Edit.cpp 421 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,0,
    [all...]
PWL_Utils.cpp     [all...]
PWL_Note.cpp 289 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,
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 50 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/
FFL_IFormFiller.cpp 111 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/
fsdk_baseform.cpp 429 CFX_GraphStateData gsd; local
430 gsd.m_LineWidth = 0.0f;
432 pDevice->DrawPath(&pathData, pUser2Device, &gsd, 0, 0xFFAAAAAA, FXFILL_ALTERNATE);
    [all...]

Completed in 108 milliseconds