Home
last modified time | relevance | path

Searched refs:fAttributes (Results 1 – 16 of 16) sorted by relevance

/external/skqp/experimental/svg/model/
DSkSVGPattern.cpp18 fAttributes.fX.set(x); in setX()
22 fAttributes.fY.set(y); in setY()
26 fAttributes.fWidth.set(w); in setWidth()
30 fAttributes.fHeight.set(h); in setHeight()
38 fAttributes.fPatternTransform.set(patternTransform); in setPatternTransform()
117 inherit_if_needed(currentNode->fAttributes.fX , attrs->fX) | in resolveHref()
118 inherit_if_needed(currentNode->fAttributes.fY , attrs->fY) | in resolveHref()
119 inherit_if_needed(currentNode->fAttributes.fWidth , attrs->fWidth) | in resolveHref()
120 inherit_if_needed(currentNode->fAttributes.fHeight , attrs->fHeight) | in resolveHref()
121 inherit_if_needed(currentNode->fAttributes.fPatternTransform, attrs->fPatternTransform); in resolveHref()
DSkSVGPattern.h45 } fAttributes; variable
/external/skia/experimental/svg/model/
DSkSVGPattern.cpp18 fAttributes.fX.set(x); in setX()
22 fAttributes.fY.set(y); in setY()
26 fAttributes.fWidth.set(w); in setWidth()
30 fAttributes.fHeight.set(h); in setHeight()
38 fAttributes.fPatternTransform.set(patternTransform); in setPatternTransform()
117 inherit_if_needed(currentNode->fAttributes.fX , attrs->fX) | in resolveHref()
118 inherit_if_needed(currentNode->fAttributes.fY , attrs->fY) | in resolveHref()
119 inherit_if_needed(currentNode->fAttributes.fWidth , attrs->fWidth) | in resolveHref()
120 inherit_if_needed(currentNode->fAttributes.fHeight , attrs->fHeight) | in resolveHref()
121 inherit_if_needed(currentNode->fAttributes.fPatternTransform, attrs->fPatternTransform); in resolveHref()
DSkSVGPattern.h45 } fAttributes; variable
/external/skia/tests/
DPrimitiveProcessorTest.cpp63 fAttributes.reset(new Attribute[numAttribs]); in onPrepareDraws()
66 fAttributes[i] = {fAttribNames[i].c_str(), kFloat2_GrVertexAttribType, in onPrepareDraws()
69 this->setVertexAttributes(fAttributes.get(), numAttribs); in onPrepareDraws()
80 gp.fAttributes[0].name()); in onPrepareDraws()
99 std::unique_ptr<Attribute[]> fAttributes; in onPrepareDraws() member in __anon26435a3d0111::Op::onPrepareDraws::GP
/external/skqp/tests/
DPrimitiveProcessorTest.cpp62 fAttributes.reset(new Attribute[numAttribs]); in onPrepareDraws()
65 fAttributes[i] = {fAttribNames[i].c_str(), kFloat2_GrVertexAttribType, in onPrepareDraws()
68 this->setVertexAttributes(fAttributes.get(), numAttribs); in onPrepareDraws()
79 gp.fAttributes[0].name()); in onPrepareDraws()
98 std::unique_ptr<Attribute[]> fAttributes; in onPrepareDraws() member in __anon62dd9a340111::Op::onPrepareDraws::GP
/external/skqp/src/gpu/
DGrPrimitiveProcessor.h123 Iter begin() const { return Iter(fAttributes, fCount); } in begin()
130 fAttributes = attrs; in init()
142 const Attribute* fAttributes = nullptr; variable
202 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey()
203 add_attributes(fInstanceAttributes.fAttributes, fInstanceAttributes.fRawCount); in getAttributeKey()
/external/skia/src/gpu/
DGrPrimitiveProcessor.h123 Iter begin() const { return Iter(fAttributes, fCount); } in begin()
130 fAttributes = attrs; in init()
142 const Attribute* fAttributes = nullptr; variable
202 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey()
203 add_attributes(fInstanceAttributes.fAttributes, fInstanceAttributes.fRawCount); in getAttributeKey()
/external/skqp/src/gpu/gl/
DGrGLProgram.h134 return fAttributes[i]; in vertexAttribute()
140 return fAttributes[i + fVertexAttributeCnt]; in instanceAttribute()
161 std::unique_ptr<Attribute[]> fAttributes; variable
DGrGLProgram.cpp50 , fAttributes(std::move(attributes)) in GrGLProgram()
/external/skia/src/gpu/gl/
DGrGLProgram.h134 return fAttributes[i]; in vertexAttribute()
140 return fAttributes[i + fVertexAttributeCnt]; in instanceAttribute()
161 std::unique_ptr<Attribute[]> fAttributes; variable
DGrGLProgram.cpp50 , fAttributes(std::move(attributes)) in GrGLProgram()
/external/skqp/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp140 fAttributes.reset( in computeCountsAndStrides()
143 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
144 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
145 fAttributes[i].fOffset = *stride; in computeCountsAndStrides()
147 fAttributes[i].fLocation = i; in computeCountsAndStrides()
473 std::move(fAttributes), in createProgram()
DGrGLProgramBuilder.h91 std::unique_ptr<GrGLProgram::Attribute[]> fAttributes; variable
/external/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp140 fAttributes.reset( in computeCountsAndStrides()
143 fAttributes[i].fCPUType = a.cpuType(); in computeCountsAndStrides()
144 fAttributes[i].fGPUType = a.gpuType(); in computeCountsAndStrides()
145 fAttributes[i].fOffset = *stride; in computeCountsAndStrides()
147 fAttributes[i].fLocation = i; in computeCountsAndStrides()
542 std::move(fAttributes), in createProgram()
DGrGLProgramBuilder.h92 std::unique_ptr<GrGLProgram::Attribute[]> fAttributes; variable