Searched defs:wideColor (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | GrOvalOpFactory.cpp | 122 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 D | AAConvexPathRenderer.cpp | 603 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 D | LatticeOp.cpp | 90 bool wideColor) { in Make() 155 GrSamplerState::Filter filter, bool wideColor) in LatticeGP()
|
H A D | GrSimpleMeshDrawOpHelperWithStencil.cpp | 31 GrProcessorAnalysisCoverage geometryCoverage, SkPMColor4f* geometryColor, bool* wideColor) { in finalizeProcessors()
|
H A D | StrokeRectOp.cpp | 418 bool wideColor) { in create_aa_stroke_rect_gp() 843 bool wideColor, in generateAAStrokeRectGeometry()
|
H A D | GrSimpleMeshDrawOpHelper.cpp | 77 GrProcessorAnalysisCoverage geometryCoverage, SkPMColor4f* geometryColor, bool* wideColor) { in finalizeProcessors()
|
H A D | RegionOp.cpp | 60 bool wideColor) { in make_gp()
|
H A D | AALinearizingConvexPathRenderer.cpp | 105 bool wideColor) { in create_lines_only_gp()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/ |
H A D | GrBitmapTextGeoProc.cpp | 144 bool wideColor, in GrBitmapTextGeoProc() 256 bool wideColor = d->fRandom->nextBool(); in GR_DEFINE_GEOMETRY_PROCESSOR_TEST() local
|
H A D | GrBitmapTextGeoProc.h | 44 bool wideColor, in Make()
|
/aosp_15_r20/external/skia/tools/gpu/ |
H A D | TestOps.cpp | 28 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 D | GrGeometryProcessor.h | 236 static Attribute MakeColorAttribute(const char* name, bool wideColor) { in MakeColorAttribute()
|