Home
last modified time | relevance | path

Searched defs:wideColor (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DGrOvalOpFactory.cpp122 bool wideColor, const SkMatrix& localMatrix) { in Make()
148 bool roundCaps, bool wideColor, const SkMatrix& localMatrix) in CircleGeometryProcessor()
310 bool wideColor = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
322 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool wideColor, in Make()
344 ButtCapDashedCircleGeometryProcessor(bool wideColor, const SkMatrix& localMatrix) in ButtCapDashedCircleGeometryProcessor()
561 bool wideColor = d->fRandom->nextBool(); in TestCreate() local
579 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool stroke, bool wideColor, in Make()
602 EllipseGeometryProcessor(bool stroke, bool wideColor, bool useScale, in EllipseGeometryProcessor()
754 bool wideColor = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
776 static GrGeometryProcessor* Make(SkArenaAlloc* arena, bool wideColor, bool useScale, in Make()
[all …]
H A DAAConvexPathRenderer.cpp603 bool wideColor) { in Make()
623 QuadEdgeEffect(const SkMatrix& localMatrix, bool usesLocalCoords, bool wideColor) in QuadEdgeEffect()
726 bool wideColor = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
H A DLatticeOp.cpp90 bool wideColor) { in Make()
155 GrSamplerState::Filter filter, bool wideColor) in LatticeGP()
H A DGrSimpleMeshDrawOpHelperWithStencil.cpp31 GrProcessorAnalysisCoverage geometryCoverage, SkPMColor4f* geometryColor, bool* wideColor) { in finalizeProcessors()
H A DStrokeRectOp.cpp418 bool wideColor) { in create_aa_stroke_rect_gp()
843 bool wideColor, in generateAAStrokeRectGeometry()
H A DGrSimpleMeshDrawOpHelper.cpp77 GrProcessorAnalysisCoverage geometryCoverage, SkPMColor4f* geometryColor, bool* wideColor) { in finalizeProcessors()
H A DRegionOp.cpp60 bool wideColor) { in make_gp()
H A DAALinearizingConvexPathRenderer.cpp105 bool wideColor) { in create_lines_only_gp()
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrBitmapTextGeoProc.cpp144 bool wideColor, in GrBitmapTextGeoProc()
256 bool wideColor = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
H A DGrBitmapTextGeoProc.h44 bool wideColor, in Make()
/aosp_15_r20/external/skia/tools/gpu/
H A DTestOps.cpp28 GP(const SkMatrix& localMatrix, bool wideColor) in GP()
77 bool wideColor() const { return fInColor.cpuType() != kUByte4_norm_GrVertexAttribType; } in wideColor() function in __anon356a951c0111::GP
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGeometryProcessor.h236 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute()