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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_path.cpp 35 FX_FLOAT width = m_GraphState.GetObject()->m_LineWidth;
fpdf_page_graph_state.cpp 491 m_GraphState.GetModify()->m_LineWidth = pObject->GetNumber();
fpdf_page.cpp 520 FX_FLOAT half_width = m_GraphState.GetObject()->m_LineWidth / 2;
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 78 gsd.m_LineWidth = m_fWidth;
PWL_Note.cpp 290 gsd.m_LineWidth = 1.0f;
319 gsd.m_LineWidth = 1.0f;
372 gsd.m_LineWidth = 1.0f;
    [all...]
PWL_Edit.cpp 422 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth();
442 gsd.m_LineWidth = (FX_FLOAT)GetBorderWidth();
PWL_Utils.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 169 CFX_FloatRect rect = pPathData->GetBoundingBox(pGraphState->m_LineWidth, pGraphState->m_MiterLimit);
255 if (!m_bGraphStateSet || m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) {
256 buf << pGraphState->m_LineWidth << FX_BSTRC(" w\n");
fx_ge_device.cpp 199 graphState.m_LineWidth = 0.0f;
225 bbox = pPathData->GetBoundingBox(pGraphState->m_LineWidth, pGraphState->m_MiterLimit);
fx_ge_path.cpp 610 m_LineWidth = 1.0f;
628 m_LineWidth = src.m_LineWidth;
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 334 pGraphState->m_LineWidth = width;
446 graph_state.m_LineWidth = width;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 51 gsd.m_LineWidth = (FX_FLOAT)FXSYS_fabs((pt2.x + pt2.y) - (pt1.x + pt1.y));
70 gsd.m_LineWidth = (FX_FLOAT)FXSYS_fabs((pt2.x + pt2.y) - (pt1.x + pt1.y));
417 pData->m_LineWidth = 1;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 573 graphState.m_LineWidth = 0;
729 stroke_state.m_LineWidth = 0;
741 graphState.m_LineWidth = 0;
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 258 FX_FLOAT m_LineWidth;
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 285 FX_FLOAT lineWidth = graphState->m_LineWidth;
286 if (graphState->m_LineWidth <= 0.f) {
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 599 width = scale * pGraphState->m_LineWidth;
784 pGraphState && pGraphState->m_LineWidth == 1.f &&
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_IFormFiller.cpp 116 gsd.m_LineWidth = 1.0f;
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 148 FX_FLOAT width = pGraphState->m_LineWidth * scale;
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 430 gsd.m_LineWidth = 0.0f;
    [all...]

Completed in 1453 milliseconds