OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrCubicEffect
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/effects/
GrBezierEffect.cpp
493
const
GrCubicEffect
& ce = primProc.cast<
GrCubicEffect
>();
523
const
GrCubicEffect
& ce = processor.cast<
GrCubicEffect
>();
529
const
GrCubicEffect
& gp = args.fGP.cast<
GrCubicEffect
>();
652
const
GrCubicEffect
& ce = gp.cast<
GrCubicEffect
>();
660
GrCubicEffect
::~
GrCubicEffect
() {}
[
all
...]
GrBezierEffect.h
224
class
GrCubicEffect
: public GrGeometryProcessor {
236
new
GrCubicEffect
(color, viewMatrix, kFillAA_GrProcessorEdgeType));
242
new
GrCubicEffect
(color, viewMatrix, kHairlineAA_GrProcessorEdgeType));
245
new
GrCubicEffect
(color, viewMatrix, kFillBW_GrProcessorEdgeType));
251
~
GrCubicEffect
() override;
269
GrCubicEffect
(GrColor, const SkMatrix& viewMatrix, GrPrimitiveEdgeType);
Completed in 1075 milliseconds