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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 59 CFX_GraphStateData gsd; local
60 gsd.m_LineWidth = m_fWidth;
62 pDevice->DrawPath(&path, pUser2Device, &gsd, 0, ArgbEncode(255, 0, 0, 0),
PWL_Edit.cpp 386 CFX_GraphStateData gsd; local
387 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth();
406 &path, pUser2Device, &gsd, 0,
411 CFX_GraphStateData gsd; local
412 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth();
414 gsd.SetDashCount(2);
415 gsd.m_DashArray[0] = (FX_FLOAT)GetBorderDash().nDash;
416 gsd.m_DashArray[1] = (FX_FLOAT)GetBorderDash().nGap;
417 gsd.m_DashPhase = (FX_FLOAT)GetBorderDash().nPhase;
436 &path, pUser2Device, &gsd, 0
    [all...]
PWL_Note.cpp 237 CFX_GraphStateData gsd; local
238 gsd.m_LineWidth = 1.0f;
251 &pathCross, pUser2Device, &gsd, 0,
264 CFX_GraphStateData gsd; local
265 gsd.m_LineWidth = 1.0f;
278 &pathCross, pUser2Device, &gsd, 0,
309 CFX_GraphStateData gsd; local
310 gsd.m_LineWidth = 1.0f;
328 &pathCross, pUser2Device, &gsd, 0,
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 55 CFX_GraphStateData gsd; local
56 gsd.m_LineWidth =
60 str, crTextFill, crTextStroke, &gsd,
75 CFX_GraphStateData gsd; local
76 gsd.m_LineWidth =
81 crTextStroke, &gsd, &ro);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 80 CFX_GraphStateData gsd; local
81 gsd.SetDashCount(1);
82 gsd.m_DashArray[0] = 1.0f;
83 gsd.m_DashPhase = 0;
84 gsd.m_LineWidth = 1.0f;
85 pDevice->DrawPath(&path, pUser2Device, &gsd, 0,
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 835 CFX_GraphStateData gsd; local
836 gsd.m_LineWidth = 0.0f;
838 pDevice->DrawPath(&pathData, pUser2Device, &gsd, 0, 0xFFAAAAAA,
    [all...]

Completed in 89 milliseconds