OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fAttributes
(Results
1 - 18
of
18
) sorted by null
/external/skia/experimental/svg/model/
SkSVGPattern.cpp
18
fAttributes
.fX.set(x);
22
fAttributes
.fY.set(y);
26
fAttributes
.fWidth.set(w);
30
fAttributes
.fHeight.set(h);
38
fAttributes
.fPatternTransform.set(patternTransform);
117
inherit_if_needed(currentNode->
fAttributes
.fX , attrs->fX) |
118
inherit_if_needed(currentNode->
fAttributes
.fY , attrs->fY) |
119
inherit_if_needed(currentNode->
fAttributes
.fWidth , attrs->fWidth) |
120
inherit_if_needed(currentNode->
fAttributes
.fHeight , attrs->fHeight) |
121
inherit_if_needed(currentNode->
fAttributes
.fPatternTransform, attrs->fPatternTransform)
[
all
...]
SkSVGPattern.h
45
}
fAttributes
;
/external/skqp/experimental/svg/model/
SkSVGPattern.cpp
18
fAttributes
.fX.set(x);
22
fAttributes
.fY.set(y);
26
fAttributes
.fWidth.set(w);
30
fAttributes
.fHeight.set(h);
38
fAttributes
.fPatternTransform.set(patternTransform);
117
inherit_if_needed(currentNode->
fAttributes
.fX , attrs->fX) |
118
inherit_if_needed(currentNode->
fAttributes
.fY , attrs->fY) |
119
inherit_if_needed(currentNode->
fAttributes
.fWidth , attrs->fWidth) |
120
inherit_if_needed(currentNode->
fAttributes
.fHeight , attrs->fHeight) |
121
inherit_if_needed(currentNode->
fAttributes
.fPatternTransform, attrs->fPatternTransform)
[
all
...]
SkSVGPattern.h
45
}
fAttributes
;
/external/skia/tests/
PrimitiveProcessorTest.cpp
63
fAttributes
.reset(new Attribute[numAttribs]);
66
fAttributes
[i] = {fAttribNames[i].c_str(), kFloat2_GrVertexAttribType,
69
this->setVertexAttributes(
fAttributes
.get(), numAttribs);
80
gp.
fAttributes
[0].name());
99
std::unique_ptr<Attribute[]>
fAttributes
;
/external/skqp/tests/
PrimitiveProcessorTest.cpp
62
fAttributes
.reset(new Attribute[numAttribs]);
65
fAttributes
[i] = {fAttribNames[i].c_str(), kFloat2_GrVertexAttribType,
68
this->setVertexAttributes(
fAttributes
.get(), numAttribs);
79
gp.
fAttributes
[0].name());
98
std::unique_ptr<Attribute[]>
fAttributes
;
/external/skia/src/gpu/gl/
GrGLProgram.h
134
return
fAttributes
[i];
140
return
fAttributes
[i + fVertexAttributeCnt];
161
std::unique_ptr<Attribute[]>
fAttributes
;
GrGLProgram.cpp
50
,
fAttributes
(std::move(attributes))
/external/skqp/src/gpu/gl/
GrGLProgram.h
134
return
fAttributes
[i];
140
return
fAttributes
[i + fVertexAttributeCnt];
161
std::unique_ptr<Attribute[]>
fAttributes
;
GrGLProgram.cpp
50
,
fAttributes
(std::move(attributes))
/external/skia/src/gpu/
GrPrimitiveProcessor.h
123
Iter begin() const { return Iter(
fAttributes
, fCount); }
130
fAttributes
= attrs;
142
const Attribute*
fAttributes
= nullptr;
202
add_attributes(fVertexAttributes.
fAttributes
, fVertexAttributes.fRawCount);
203
add_attributes(fInstanceAttributes.
fAttributes
, fInstanceAttributes.fRawCount);
/external/skqp/src/gpu/
GrPrimitiveProcessor.h
123
Iter begin() const { return Iter(
fAttributes
, fCount); }
130
fAttributes
= attrs;
142
const Attribute*
fAttributes
= nullptr;
202
add_attributes(fVertexAttributes.
fAttributes
, fVertexAttributes.fRawCount);
203
add_attributes(fInstanceAttributes.
fAttributes
, fInstanceAttributes.fRawCount);
/external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.h
92
std::unique_ptr<GrGLProgram::Attribute[]>
fAttributes
;
GrGLProgramBuilder.cpp
140
fAttributes
.reset(
143
fAttributes
[i].fCPUType = a.cpuType();
144
fAttributes
[i].fGPUType = a.gpuType();
145
fAttributes
[i].fOffset = *stride;
147
fAttributes
[i].fLocation = i;
542
std::move(
fAttributes
),
/external/skqp/src/gpu/gl/builders/
GrGLProgramBuilder.h
91
std::unique_ptr<GrGLProgram::Attribute[]>
fAttributes
;
GrGLProgramBuilder.cpp
140
fAttributes
.reset(
143
fAttributes
[i].fCPUType = a.cpuType();
144
fAttributes
[i].fGPUType = a.gpuType();
145
fAttributes
[i].fOffset = *stride;
147
fAttributes
[i].fLocation = i;
473
std::move(
fAttributes
),
/external/cldr/tools/java/libs/
xercesImpl.jar
/external/guice/lib/build/jdiff/
xerces.jar
Completed in 761 milliseconds