/external/pdfium/xfa/fwl/theme/ |
D | cfwl_edittp.cpp | 28 pParams.m_pGraphics->SetLineWidth(fWidth); in DrawBackground() 68 pParams.m_pGraphics->SetLineWidth(1.0f); in DrawBackground()
|
D | cfwl_scrollbartp.cpp | 127 pGraphics->SetLineWidth(1); in DrawPaw() 143 pGraphics->SetLineWidth(1); in DrawPaw() 164 pGraphics->SetLineWidth(1); in DrawPaw() 180 pGraphics->SetLineWidth(1); in DrawPaw()
|
D | cfwl_checkboxtp.cpp | 89 pGraphics->SetLineWidth(1.0f); in DrawSignCross()
|
/external/pdfium/core/fxge/ |
D | cfx_graphstate.h | 26 void SetLineWidth(float width);
|
D | cfx_graphstate.cpp | 36 void CFX_GraphState::SetLineWidth(float width) { in SetLineWidth() function in CFX_GraphState
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.h | 47 void SetLineWidth(float lineWidth);
|
D | cxfa_graphics.cpp | 155 void CXFA_Graphics::SetLineWidth(float lineWidth) { in SetLineWidth() function in CXFA_Graphics
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_txtbreak.h | 67 void SetLineWidth(float fLineWidth);
|
D | cfx_txtbreak.cpp | 36 void CFX_TxtBreak::SetLineWidth(float fLineWidth) { in SetLineWidth() function in CFX_TxtBreak
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator_unittest.cpp | 92 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/ |
D | cxfa_ffline.cpp | 131 pGS->SetLineWidth(fLineWidth); in RenderWidget()
|
D | cxfa_ffpushbutton.cpp | 224 pGraphics->SetLineWidth(fLineWidth); in OnDrawWidget()
|
D | cxfa_fffield.cpp | 119 pGS->SetLineWidth(0); in DrawFocus()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_allstates.cpp | 59 m_GraphState.SetLineWidth(pObject->GetNumber()); in ProcessExtGS()
|
D | cpdf_streamcontentparser.cpp | 1388 m_pCurStates->m_GraphState.SetLineWidth(GetNumber(0)); in Handle_SetLineWidth()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_stroke.cpp | 184 pGS->SetLineWidth(fThickness); in Stroke()
|
D | cxfa_box.cpp | 309 pGS->SetLineWidth(fHalf); in StrokeArcOrRounded()
|
/external/pdfium/xfa/fde/ |
D | cfde_textout.cpp | 206 m_pTxtBreak->SetLineWidth(pRect->Width()); in CalcLogicSize() 285 m_pTxtBreak->SetLineWidth(fLineWidth); in DrawLogicText()
|
D | cfde_texteditengine.cpp | 621 text_break_.SetLineWidth(width); in SetAvailableWidth() 721 text_break_.SetLineWidth(is_linewrap_enabled_ ? available_width_ in EnableLineWrap()
|
/external/deqp-deps/amber/src/ |
D | pipeline_data.h | 93 void SetLineWidth(float width) { line_width_ = width; } in SetLineWidth() function
|
/external/pdfium/fpdfsdk/ |
D | fpdf_editpage.cpp | 780 pPageObj->m_GraphState.SetLineWidth(width); in FPDFPageObj_SetStrokeWidth()
|
/external/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 1108 API_MARKER(SetLineWidth, commandBuffer, lineWidth); in sqtt_CmdSetLineWidth()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 439 graphState.SetLineWidth(0); in ProcessPath() 584 graphState.SetLineWidth(0); in SelectClipPath()
|
/external/pdfium/fxjs/ |
D | cjs_field.cpp | 342 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/ |
D | command_parser.cc | 1447 pipeline_data_.SetLineWidth(value); in ProcessLineWidth()
|