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

  /external/pdfium/core/fxge/
cfx_graphstatedata.cpp 19 m_LineWidth(1.0f) {}
34 m_LineWidth = src.m_LineWidth;
cfx_graphstatedata.h 36 float m_LineWidth;
cfx_graphstate.cpp 31 return m_Ref.GetObject() ? m_Ref.GetObject()->m_LineWidth : 1.f;
35 m_Ref.GetPrivateCopy()->m_LineWidth = width;
cfx_renderdevice.cpp 584 graphState.m_LineWidth = 0.0f;
629 bbox = pPathData->GetBoundingBox(pGraphState->m_LineWidth,
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_caret.cpp 51 gsd.m_LineWidth = m_fWidth;
cpwl_edit.cpp 216 gsd.m_LineWidth = (float)GetBorderWidth();
242 gsd.m_LineWidth = (float)GetBorderWidth();
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 246 CFX_FloatRect rect = pPathData->GetBoundingBox(pGraphState->m_LineWidth,
331 m_CurGraphState.m_LineWidth != pGraphState->m_LineWidth) {
332 buf << pGraphState->m_LineWidth << " w\n";
fx_win32_device.cpp 103 width = scale * pGraphState->m_LineWidth;
1008 pGraphState->m_LineWidth == 1.f &&
    [all...]
fx_win32_gdipext.cpp     [all...]
  /external/pdfium/xfa/fxgraphics/
cxfa_graphics.cpp 147 scale = m_info.graphState.m_LineWidth;
164 m_info.graphState.m_LineWidth = lineWidth;
  /external/pdfium/core/fpdfdoc/
cpdf_annot.cpp 466 graph_state.m_LineWidth = width;
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 822 gsd.m_LineWidth = 0.0f;
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 93 gsd.m_LineWidth = 1.0f;
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 276 float width = pGraphState->m_LineWidth * scale;
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp     [all...]

Completed in 1276 milliseconds