/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/include/wxSVG/ |
H A D | SVGPathSegArcRel.h | 33 inline double GetR1() const { return m_r1; } in GetR1() function
|
H A D | SVGPathSegArcAbs.h | 33 inline double GetR1() const { return m_r1; } in GetR1() function
|
/dports/graphics/wxsvg/wxsvg-1.5.22/include/wxSVG/ |
H A D | SVGPathSegArcAbs.h | 33 inline double GetR1() const { return m_r1; } in GetR1() function
|
H A D | SVGPathSegArcRel.h | 33 inline double GetR1() const { return m_r1; } in GetR1() function
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/ |
H A D | HullShaderCodeGen.hpp | 38 CVariable* GetR1();
|
H A D | PixelShaderCodeGen.cpp | 31 CVariable* CPixelShader::GetR1() in GetR1() function in IGC::CPixelShader 144 IGC_ASSERT(GetR1()); in AllocatePSPayload() 145 for (uint i = 0; i < GetR1()->GetNumberInstance(); i++) in AllocatePSPayload() 147 AllocateInput(GetR1(), offset, i, forceLiveOut); in AllocatePSPayload() 1122 m_CoarseR1 = GetR1(); in AddPrologue() 1177 EOTRenderTarget(GetR1(), isPerCoarse); in AddEpilogue() 1635 IGC_ASSERT(nullptr != GetR1()); in CreatePassThroughVar() 1636 encoder.MarkAsOutput(GetR1()); in CreatePassThroughVar()
|
H A D | PixelShaderCodeGen.hpp | 38 CVariable* GetR1();
|
H A D | HullShaderCodeGen.cpp | 48 CVariable* CHullShader::GetR1() in GetR1() function in IGC::CHullShader
|
H A D | EmitVISAPass.cpp | 5284 psProgram->GetR1()); in emitRenderTargetWrite() 6951 m_encoder->Copy(payload, psProgram->GetR1()); in emitDualBlendRT() 8056 r = psProgram->GetPhase() == PSPHASE_PIXEL ? psProgram->GetCoarseR1() : psProgram->GetR1(); in getCoarsePixelSize() 8114 floatR1 = psProgram->BitCast(psProgram->GetR1(), ISA_TYPE_F); in emitPSSGV() 8384 CVariable* r1 = m_currShader->BitCast(psProgram->GetR1(), ISA_TYPE_UW); in emitPSSGV() 8431 r = psProgram->GetR1(); in emitPSSGV() 8522 r = m_currShader->GetVarHalf(psProgram->GetR1(), 0); in getPixelPosition() 8557 CVariable* position = m_currShader->BitCast(psProgram->GetR1(), ISA_TYPE_UW); in getPixelPosition() 14964 m_encoder->Copy(payload, psProgram->GetR1()); in emitRenderTargetRead()
|
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/ |
H A D | pdfgradient.h | 161 double GetR1() const { return m_r1; } in GetR1() function
|
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxsvg/src/ |
H A D | SVGPathSegList.cpp | 218 ((wxSVGPathSegArcAbs&)pathSeg).GetR1(), in GetValueAsString() 228 ((wxSVGPathSegArcRel&)pathSeg).GetR1(), in GetValueAsString()
|
H A D | SVGCanvasItem.cpp | 263 Arc(seg.GetX(), seg.GetY(), seg.GetR1(), seg.GetR2(), in Init() 269 Arc(seg.GetX(), seg.GetY(), seg.GetR1(), seg.GetR2(), in Init() 698 double rx = seg.GetR1(); in GetPathMarkPoints() 768 double rx = seg.GetR1(); in GetPathMarkPoints()
|
/dports/graphics/wxsvg/wxsvg-1.5.22/src/ |
H A D | SVGPathSegList.cpp | 218 ((wxSVGPathSegArcAbs&)pathSeg).GetR1(), in GetValueAsString() 228 ((wxSVGPathSegArcRel&)pathSeg).GetR1(), in GetValueAsString()
|
H A D | SVGCanvasItem.cpp | 262 Arc(seg.GetX(), seg.GetY(), seg.GetR1(), seg.GetR2(), in Init() 268 Arc(seg.GetX(), seg.GetY(), seg.GetR1(), seg.GetR2(), in Init() 677 double rx = seg.GetR1(); in GetPathMarkPoints() 747 double rx = seg.GetR1(); in GetPathMarkPoints()
|
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/ |
H A D | pdfkernel.cpp | 1176 wxPdfUtility::Double2String(grad->GetR1(),3) + wxString(wxS(" ")) + in PutShaders()
|