Searched refs:MakeColorAttribute (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ganesh/effects/ |
D | GrBitmapTextGeoProc.cpp | 149 fInColor = MakeColorAttribute("inColor", wideColor); in GrBitmapTextGeoProc()
|
D | GrDistanceFieldGeoProc.cpp | 484 fInColor = MakeColorAttribute("inColor", SkToBool(flags & kWideColor_DistanceFieldEffectFlag)); in GrDistanceFieldPathGeoProc()
|
/external/skia/tools/gpu/ |
D | TestOps.cpp | 29 fInColor = MakeColorAttribute("color", wideColor); in GP()
|
/external/skia/src/gpu/ganesh/ |
D | GrDefaultGeoProcFactory.cpp | 218 fInColor = MakeColorAttribute("inColor", in DefaultGeoProc()
|
D | GrGeometryProcessor.h | 224 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute() function
|
/external/skia/src/gpu/ganesh/ops/ |
D | LatticeOp.cpp | 114 fInColor = MakeColorAttribute("color", wideColor); in LatticeGP()
|
D | GrOvalOpFactory.cpp | 107 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()
|
D | FillRRectOp.cpp | 395 MakeColorAttribute("color", (fFlags & ProcessorFlags::kWideColor))); in Processor()
|
D | QuadPerEdgeAA.cpp | 892 fColor = MakeColorAttribute("color", ColorType::kFloat == spec.colorType()); in initializeAttrs()
|
D | AAConvexPathRenderer.cpp | 582 fInColor = MakeColorAttribute("inColor", wideColor); in QuadEdgeEffect()
|