Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/theme/
Dcfwl_edittp.cpp28 pParams.m_pGraphics->SetLineWidth(fWidth); in DrawBackground()
68 pParams.m_pGraphics->SetLineWidth(1.0f); in DrawBackground()
Dcfwl_scrollbartp.cpp127 pGraphics->SetLineWidth(1); in DrawPaw()
143 pGraphics->SetLineWidth(1); in DrawPaw()
164 pGraphics->SetLineWidth(1); in DrawPaw()
180 pGraphics->SetLineWidth(1); in DrawPaw()
Dcfwl_checkboxtp.cpp89 pGraphics->SetLineWidth(1.0f); in DrawSignCross()
/external/pdfium/core/fxge/
Dcfx_graphstate.h26 void SetLineWidth(float width);
Dcfx_graphstate.cpp36 void CFX_GraphState::SetLineWidth(float width) { in SetLineWidth() function in CFX_GraphState
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.h47 void SetLineWidth(float lineWidth);
Dcxfa_graphics.cpp155 void CXFA_Graphics::SetLineWidth(float lineWidth) { in SetLineWidth() function in CXFA_Graphics
/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.h67 void SetLineWidth(float fLineWidth);
Dcfx_txtbreak.cpp36 void CFX_TxtBreak::SetLineWidth(float fLineWidth) { in SetLineWidth() function in CFX_TxtBreak
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp92 pPathObj->m_GraphState.SetLineWidth(200000000000000000001.0); in TEST_F()
114 pPathObj->m_GraphState.SetLineWidth(2.000000000000000000001); in TEST_F()
226 pPathObj->m_GraphState.SetLineWidth(10.5f); in TEST_F()
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp131 pGS->SetLineWidth(fLineWidth); in RenderWidget()
Dcxfa_ffpushbutton.cpp224 pGraphics->SetLineWidth(fLineWidth); in OnDrawWidget()
Dcxfa_fffield.cpp119 pGS->SetLineWidth(0); in DrawFocus()
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp59 m_GraphState.SetLineWidth(pObject->GetNumber()); in ProcessExtGS()
Dcpdf_streamcontentparser.cpp1388 m_pCurStates->m_GraphState.SetLineWidth(GetNumber(0)); in Handle_SetLineWidth()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.cpp184 pGS->SetLineWidth(fThickness); in Stroke()
Dcxfa_box.cpp309 pGS->SetLineWidth(fHalf); in StrokeArcOrRounded()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp206 m_pTxtBreak->SetLineWidth(pRect->Width()); in CalcLogicSize()
285 m_pTxtBreak->SetLineWidth(fLineWidth); in DrawLogicText()
Dcfde_texteditengine.cpp621 text_break_.SetLineWidth(width); in SetAvailableWidth()
721 text_break_.SetLineWidth(is_linewrap_enabled_ ? available_width_ in EnableLineWrap()
/external/deqp-deps/amber/src/
Dpipeline_data.h93 void SetLineWidth(float width) { line_width_ = width; } in SetLineWidth() function
/external/pdfium/fpdfsdk/
Dfpdf_editpage.cpp780 pPageObj->m_GraphState.SetLineWidth(width); in FPDFPageObj_SetStrokeWidth()
/external/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c1108 API_MARKER(SetLineWidth, commandBuffer, lineWidth); in sqtt_CmdSetLineWidth()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp439 graphState.SetLineWidth(0); in ProcessPath()
584 graphState.SetLineWidth(0); in SelectClipPath()
/external/pdfium/fxjs/
Dcjs_field.cpp342 void SetLineWidth(CPDFSDK_FormFillEnvironment* pFormFillEnv, in SetLineWidth() function
1437 SetLineWidth(m_pFormFillEnv.Get(), m_FieldName, m_nFormControlIndex, in set_line_width()
2649 SetLineWidth(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.cc1447 pipeline_data_.SetLineWidth(value); in ProcessLineWidth()