Home
last modified time | relevance | path

Searched refs:SetLineWidth (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/xfa/fwl/theme/
Dcfwl_edittp.cpp37 pParams->m_pGraphics->SetLineWidth(fWidth); in DrawBackground()
78 pParams->m_pGraphics->SetLineWidth(1.0f); in DrawBackground()
Dcfwl_scrollbartp.cpp141 pGraphics->SetLineWidth(1); in DrawPaw()
157 pGraphics->SetLineWidth(1); in DrawPaw()
178 pGraphics->SetLineWidth(1); in DrawPaw()
194 pGraphics->SetLineWidth(1); in DrawPaw()
Dcfwl_checkboxtp.cpp107 pGraphics->SetLineWidth(1.0f); in DrawSignCross()
/external/pdfium/core/fxge/
Dcfx_graphstate.h26 void SetLineWidth(float width);
Dcfx_graphstate.cpp34 void CFX_GraphState::SetLineWidth(float width) { in SetLineWidth() function in CFX_GraphState
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.h50 void SetLineWidth(float lineWidth);
Dcxfa_graphics.cpp162 void CXFA_Graphics::SetLineWidth(float lineWidth) { in SetLineWidth() function in CXFA_Graphics
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.h62 void SetLineWidth(float fLineWidth);
Dcfx_txtbreak.cpp35 void CFX_TxtBreak::SetLineWidth(float fLineWidth) { in SetLineWidth() function in CFX_TxtBreak
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp132 pGS->SetLineWidth(fLineWidth); in RenderWidget()
Dcxfa_ffpushbutton.cpp233 pGraphics->SetLineWidth(fLineWidth); in OnDrawWidget()
Dcxfa_fffield.cpp111 pGS->SetLineWidth(0); in DrawFocus()
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp51 m_GraphState.SetLineWidth(pObject->GetNumber()); in ProcessExtGS()
Dcpdf_streamcontentparser.cpp1402 m_pCurStates->m_GraphState.SetLineWidth(GetNumber(0)); in Handle_SetLineWidth()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.cpp186 pGS->SetLineWidth(fThickness); in Stroke()
Dcxfa_box.cpp311 pGS->SetLineWidth(fHalf); in StrokeArcOrRounded()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp214 m_pTxtBreak->SetLineWidth(rect.Width()); in CalcLogicSize()
292 m_pTxtBreak->SetLineWidth(fLineWidth); in DrawLogicText()
Dcfde_texteditengine.cpp596 text_break_.SetLineWidth(width); in SetAvailableWidth()
699 text_break_.SetLineWidth(is_linewrap_enabled_ ? available_width_ in EnableLineWrap()
/external/pdfium/fpdfsdk/
Dfpdfeditpath.cpp99 pPathObj->m_GraphState.SetLineWidth(width); in FPDFPath_SetStrokeWidth()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp150 pPathObj->m_GraphState.SetLineWidth(10.5f); in TEST_F()
/external/pdfium/fxjs/
Dcjs_field.h281 static void SetLineWidth(CPDFSDK_FormFillEnvironment* pFormFillEnv,
Dcjs_field.cpp1286 Field::SetLineWidth(m_pFormFillEnv.Get(), m_FieldName, m_nFormControlIndex, in set_line_width()
1292 void Field::SetLineWidth(CPDFSDK_FormFillEnvironment* pFormFillEnv, in SetLineWidth() function in Field
2659 Field::SetLineWidth(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp234 pGraphics->SetLineWidth(0); in DrawSpellCheck()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1337 graphState.SetLineWidth(0); in ProcessPath()
1467 graphState.SetLineWidth(0); in SelectClipPath()