Home
last modified time | relevance | path

Searched refs:GetLineWidth (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp113 float CXFA_FFPushButton::GetLineWidth() { in GetLineWidth() function in CXFA_FFPushButton
209 float fLineWith = GetLineWidth(); in OnDrawWidget()
222 float fLineWidth = GetLineWidth(); in OnDrawWidget()
Dcxfa_ffpushbutton.h45 float GetLineWidth();
/external/pdfium/core/fxge/
Dcfx_graphstate.h25 float GetLineWidth() const;
Dcfx_graphstate.cpp32 float CFX_GraphState::GetLineWidth() const { in GetLineWidth() function in CFX_GraphState
/external/pdfium/core/fpdfapi/page/
Dcpdf_pathobject.cpp42 float width = m_GraphState.GetLineWidth(); in CalcBoundingBox()
Dcpdf_textobject.cpp337 float half_width = m_GraphState.GetLineWidth() / 2; in CalcPositionData()
/external/deqp-deps/amber/src/
Dpipeline_data.h94 float GetLineWidth() const { return line_width_; } in GetLineWidth() function
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp415 float lineWidth = pPageObj->m_GraphState.GetLineWidth(); in ProcessGraphics()
/external/pdfium/fpdfsdk/
Dfpdf_editpage.cpp791 *width = pPageObj->m_GraphState.GetLineWidth(); in FPDFPageObj_GetStrokeWidth()
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc640 rasterization_info.lineWidth = pipeline_data->GetLineWidth(); in CreateVkGraphicsPipeline()
/external/google-styleguide/cpplint/
Dcpplint_unittest.py321 self.assertEquals(0, cpplint.GetLineWidth(''))
322 self.assertEquals(10, cpplint.GetLineWidth(u'x' * 10))
323 self.assertEquals(16, cpplint.GetLineWidth(u'都|道|府|県|支庁'))
324 self.assertEquals(5 + 13 + 9, cpplint.GetLineWidth(
Dcpplint.py3761 not (GetLineWidth(prevline) > _line_length - 2 and '[]' in prevline)):
4279 def GetLineWidth(line): function
4399 line_width = GetLineWidth(line)
/external/llvm-project/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3761 not (GetLineWidth(prevline) > _line_length - 2 and '[]' in prevline)):
4279 def GetLineWidth(line): function
4396 line_width = GetLineWidth(line)
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py2770 def GetLineWidth(line): function
2871 line_width = GetLineWidth(line)
/external/libvpx/libvpx/tools/
Dcpplint.py3326 def GetLineWidth(line): function
3421 line_width = GetLineWidth(line)
/external/libaom/libaom/tools/
Dcpplint.py3326 def GetLineWidth(line): function
3421 line_width = GetLineWidth(line)
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc2010 EXPECT_FLOAT_EQ(3.4f, cp.PipelineDataForTesting()->GetLineWidth()); in TEST_F()