Searched defs:fPoint (Results 1 - 8 of 8) sorted by relevance

/external/skqp/include/core/
H A DSkShader.h117 * The meaning of fPoint and fRadius is dependant on the type of gradient.
124 * fPoint[0] and fPoint[1] are the end-points of the gradient
126 * fPoint[0] and fRadius[0] are the center and radius
128 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
129 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
131 * fPoint[0] is the center of the sweep.
151 SkPoint fPoint[2]; //!< Type specific, see above. member in struct:SkShader::GradientInfo
/external/skia/include/core/
H A DSkShader.h120 * The meaning of fPoint and fRadius is dependant on the type of gradient.
127 * fPoint[0] and fPoint[1] are the end-points of the gradient
129 * fPoint[0] and fRadius[0] are the center and radius
131 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
132 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
134 * fPoint[0] is the center of the sweep.
154 SkPoint fPoint[2]; //!< Type specific, see above. member in struct:SkShader::GradientInfo
/external/skia/src/gpu/ccpr/
H A DGrCCCoverageProcessor.h158 const char* fPoint; // float2 member in struct:GrCCCoverageProcessor::Shader::GeometryVars::__anon20754
/external/skqp/src/gpu/ccpr/
H A DGrCCCoverageProcessor.h149 const char* fPoint; // float2 member in struct:GrCCCoverageProcessor::Shader::GeometryVars::__anon21419
/external/skia/tests/
H A DGradientTest.cpp46 const SkPoint* fPoint; // 2 member in struct:GradRec
89 sk_sp<SkShader> s(SkGradientShader::MakeLinear(buildRec.fPoint, buildRec.fColors, buildRec.fPos,
94 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, checkRec.fPoint, 2 * sizeof(SkPoint)));
99 sk_sp<SkShader> s(SkGradientShader::MakeRadial(buildRec.fPoint[0], buildRec.fRadius[0],
105 REPORTER_ASSERT(reporter, info.fPoint[0] == checkRec.fPoint[0]);
111 sk_sp<SkShader> s(SkGradientShader::MakeSweep(buildRec.fPoint[0].fX, buildRec.fPoint[0].fY,
117 REPORTER_ASSERT(reporter, info.fPoint[
[all...]
/external/skqp/tests/
H A DGradientTest.cpp46 const SkPoint* fPoint; // 2 member in struct:GradRec
89 sk_sp<SkShader> s(SkGradientShader::MakeLinear(buildRec.fPoint, buildRec.fColors, buildRec.fPos,
94 REPORTER_ASSERT(reporter, !memcmp(info.fPoint, checkRec.fPoint, 2 * sizeof(SkPoint)));
99 sk_sp<SkShader> s(SkGradientShader::MakeRadial(buildRec.fPoint[0], buildRec.fRadius[0],
105 REPORTER_ASSERT(reporter, info.fPoint[0] == checkRec.fPoint[0]);
111 sk_sp<SkShader> s(SkGradientShader::MakeSweep(buildRec.fPoint[0].fX, buildRec.fPoint[0].fY,
117 REPORTER_ASSERT(reporter, info.fPoint[
[all...]
/external/skia/src/gpu/
H A DGrTessellator.cpp150 : fPoint(point), fPrev(nullptr), fNext(nullptr)
160 SkPoint fPoint; // Vertex position member in struct:__anon20750::Vertex
205 *d++ = v->fPoint;
210 d->fPosition = v->fPoint;
216 d->fPosition = v->fPoint;
224 LOG("emit_triangle %g (%g, %g) %d\n", v0->fID, v0->fPoint.fX, v0->fPoint.fY, v0->fAlpha);
225 LOG(" %g (%g, %g) %d\n", v1->fID, v1->fPoint.fX, v1->fPoint.fY, v1->fAlpha);
226 LOG(" %g (%g, %g) %d\n", v2->fID, v2->fPoint
489 SkPoint fPoint; member in struct:__anon20750::Event
[all...]
/external/skqp/src/gpu/
H A DGrTessellator.cpp150 : fPoint(point), fPrev(nullptr), fNext(nullptr)
160 SkPoint fPoint; // Vertex position member in struct:__anon21415::Vertex
205 *d++ = v->fPoint;
210 d->fPosition = v->fPoint;
216 d->fPosition = v->fPoint;
224 LOG("emit_triangle %g (%g, %g) %d\n", v0->fID, v0->fPoint.fX, v0->fPoint.fY, v0->fAlpha);
225 LOG(" %g (%g, %g) %d\n", v1->fID, v1->fPoint.fX, v1->fPoint.fY, v1->fAlpha);
226 LOG(" %g (%g, %g) %d\n", v2->fID, v2->fPoint
489 SkPoint fPoint; member in struct:__anon21415::Event
[all...]

Completed in 399 milliseconds