Home
last modified time | relevance | path

Searched refs:MakeColorAttribute (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/ganesh/effects/
DGrBitmapTextGeoProc.cpp149 fInColor = MakeColorAttribute("inColor", wideColor); in GrBitmapTextGeoProc()
DGrDistanceFieldGeoProc.cpp484 fInColor = MakeColorAttribute("inColor", SkToBool(flags & kWideColor_DistanceFieldEffectFlag)); in GrDistanceFieldPathGeoProc()
/external/skia/tools/gpu/
DTestOps.cpp29 fInColor = MakeColorAttribute("color", wideColor); in GP()
/external/skia/src/gpu/ganesh/
DGrDefaultGeoProcFactory.cpp218 fInColor = MakeColorAttribute("inColor", in DefaultGeoProc()
DGrGeometryProcessor.h224 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute() function
/external/skia/src/gpu/ganesh/ops/
DLatticeOp.cpp114 fInColor = MakeColorAttribute("color", wideColor); in LatticeGP()
DGrOvalOpFactory.cpp107 fInColor = MakeColorAttribute("inColor", wideColor); in CircleGeometryProcessor()
302 fInColor = MakeColorAttribute("inColor", wideColor); in ButtCapDashedCircleGeometryProcessor()
562 fInColor = MakeColorAttribute("inColor", wideColor); in EllipseGeometryProcessor()
759 fInColor = MakeColorAttribute("inColor", wideColor); in DIEllipseGeometryProcessor()
DFillRRectOp.cpp395 MakeColorAttribute("color", (fFlags & ProcessorFlags::kWideColor))); in Processor()
DQuadPerEdgeAA.cpp892 fColor = MakeColorAttribute("color", ColorType::kFloat == spec.colorType()); in initializeAttrs()
DAAConvexPathRenderer.cpp582 fInColor = MakeColorAttribute("inColor", wideColor); in QuadEdgeEffect()