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

  /external/pdfium/core/fxge/
cfx_graphstate.h 26 void SetLineWidth(FX_FLOAT width);
  /external/pdfium/xfa/fwl/theme/
cfwl_edittp.cpp 35 pParams->m_pGraphics->SetLineWidth(fWidth);
80 pParams->m_pGraphics->SetLineWidth(fWidth);
cfwl_scrollbartp.cpp 144 pGraphics->SetLineWidth(1);
160 pGraphics->SetLineWidth(1);
181 pGraphics->SetLineWidth(1);
197 pGraphics->SetLineWidth(1);
cfwl_checkboxtp.cpp 104 pGraphics->SetLineWidth(1.0f);
  /external/pdfium/core/fxge/ge/
cfx_graphstate.cpp 36 void CFX_GraphState::SetLineWidth(FX_FLOAT width) {
  /external/pdfium/xfa/fxgraphics/
cfx_graphics.h 59 void SetLineWidth(FX_FLOAT lineWidth, bool isActOnDash = false);
cfx_graphics.cpp 162 void CFX_Graphics::SetLineWidth(FX_FLOAT lineWidth, bool isActOnDash) {
  /external/pdfium/core/fpdfapi/page/
cpdf_allstates.cpp 61 m_GraphState.SetLineWidth(pObject->GetNumber());
  /external/pdfium/fpdfsdk/
fpdfeditpath.cpp 49 pPathObj->m_GraphState.SetLineWidth(width);
  /external/pdfium/xfa/fxfa/app/
xfa_ffpath.cpp 97 pGS->SetLineWidth(fLineWidth, true);
xfa_ffpushbutton.cpp 229 pGraphics->SetLineWidth(fLineWidth);
xfa_fffield.cpp 99 pGS->SetLineWidth(0, false);
xfa_ffwidget.cpp     [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator_unittest.cpp 140 pPathObj->m_GraphState.SetLineWidth(10.5f);
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 191 SetLineWidth(rect);
250 void CFDE_TextOut::SetLineWidth(CFX_RectF& rect) {
264 m_pTxtBreak->SetLineWidth(fLineWidth);
364 m_pTxtBreak->SetLineWidth(fLineWidth);
fde_textout.h 127 void SetLineWidth(CFX_RectF& rect);
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.h 211 void SetLineWidth(FX_FLOAT fLineWidth);
fgas_textbreak.cpp 82 void CFX_TxtBreak::SetLineWidth(FX_FLOAT fLineWidth) {
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 177 void SetLineWidth(float lineWidth);
vkrenderframework.cpp     [all...]
  /external/pdfium/xfa/fde/
cfde_txtedtengine.cpp 1038 m_pTextBreak->SetLineWidth(m_Param.fPlateWidth);
1040 m_pTextBreak->SetLineWidth(kPageWidthMax);
    [all...]
  /external/pdfium/fpdfsdk/javascript/
Field.h 397 static void SetLineWidth(CPDFSDK_FormFillEnvironment* pFormFillEnv,
Field.cpp     [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 237 pGraphics->SetLineWidth(0);
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 569 milliseconds