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(float width);
cfx_graphstate.cpp 34 void CFX_GraphState::SetLineWidth(float width) {
  /external/pdfium/xfa/fwl/theme/
cfwl_edittp.cpp 37 pParams->m_pGraphics->SetLineWidth(fWidth);
78 pParams->m_pGraphics->SetLineWidth(1.0f);
cfwl_scrollbartp.cpp 141 pGraphics->SetLineWidth(1);
157 pGraphics->SetLineWidth(1);
178 pGraphics->SetLineWidth(1);
194 pGraphics->SetLineWidth(1);
cfwl_checkboxtp.cpp 107 pGraphics->SetLineWidth(1.0f);
  /external/pdfium/xfa/fxgraphics/
cxfa_graphics.h 50 void SetLineWidth(float lineWidth);
cxfa_graphics.cpp 162 void CXFA_Graphics::SetLineWidth(float lineWidth) {
  /external/pdfium/xfa/fgas/layout/
cfx_txtbreak.h 62 void SetLineWidth(float fLineWidth);
cfx_txtbreak.cpp 35 void CFX_TxtBreak::SetLineWidth(float fLineWidth) {
  /external/pdfium/xfa/fxfa/
cxfa_ffline.cpp 132 pGS->SetLineWidth(fLineWidth);
cxfa_ffpushbutton.cpp 233 pGraphics->SetLineWidth(fLineWidth);
cxfa_fffield.cpp 111 pGS->SetLineWidth(0);
  /external/pdfium/core/fpdfapi/page/
cpdf_allstates.cpp 51 m_GraphState.SetLineWidth(pObject->GetNumber());
  /external/pdfium/xfa/fxfa/parser/
cxfa_stroke.cpp 186 pGS->SetLineWidth(fThickness);
cxfa_box.cpp 311 pGS->SetLineWidth(fHalf);
  /external/pdfium/xfa/fde/
cfde_textout.cpp 214 m_pTxtBreak->SetLineWidth(rect.Width());
292 m_pTxtBreak->SetLineWidth(fLineWidth);
cfde_texteditengine.cpp 596 text_break_.SetLineWidth(width);
699 text_break_.SetLineWidth(is_linewrap_enabled_ ? available_width_
    [all...]
  /external/pdfium/fpdfsdk/
fpdfeditpath.cpp 99 pPathObj->m_GraphState.SetLineWidth(width);
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator_unittest.cpp 150 pPathObj->m_GraphState.SetLineWidth(10.5f);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.h 177 void SetLineWidth(float lineWidth);
vkrenderframework.cpp     [all...]
  /external/pdfium/fxjs/
cjs_field.h 281 static void SetLineWidth(CPDFSDK_FormFillEnvironment* pFormFillEnv,
cjs_field.cpp     [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 234 pGraphics->SetLineWidth(0);
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]

Completed in 315 milliseconds