Home
last modified time | relevance | path

Searched refs:coverageIgnored (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/batches/
DGrDrawAtlasBatch.cpp42 bool coverageIgnored) { in set_vertex_attributes() argument
49 Coverage coverage(coverageIgnored ? Coverage::kNone_Type : Coverage::kSolid_Type); in set_vertex_attributes()
59 this->coverageIgnored())); in onPrepareDraws()
DGrAALinearizingConvexPathRenderer.cpp99 bool coverageIgnored) { in create_fill_gp() argument
198 this->coverageIgnored())); in onPrepareDraws()
306 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() function in AAFlatteningConvexPathBatch
DGrDrawAtlasBatch.h59 bool coverageIgnored() const { return fCoverageIgnored; } in coverageIgnored() function
DGrNonAAStrokeRectBatch.cpp112 Coverage coverage(this->coverageIgnored() ? Coverage::kSolid_Type : in onPrepareDraws()
186 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() function in NonAAStrokeRectBatch
DGrDrawVerticesBatch.cpp18 bool coverageIgnored) { in set_vertex_attributes() argument
23 Coverage coverage(coverageIgnored ? Coverage::kNone_Type : Coverage::kSolid_Type); in set_vertex_attributes()
DGrAAStrokeRectBatch.cpp27 bool coverageIgnored) { in create_stroke_rect_gp() argument
133 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() function in AAStrokeRectBatch
190 this->coverageIgnored())); in onPrepareDraws()
DGrDefaultPathRenderer.cpp260 if (this->coverageIgnored()) { in onPrepareDraws()
528 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() function in DefaultPathBatch
DGrAAConvexPathRenderer.cpp726 bool coverageIgnored) { in create_fill_gp() argument
790 this->coverageIgnored())); in prepareLinesOnlyDraws()
986 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() function in AAConvexPathBatch
DGrAAHairLinePathRenderer.cpp773 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() function in AAHairlineBatch
DGrPLSPathRenderer.cpp962 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() function in PLSPathBatch
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp351 Coverage coverage(this->coverageIgnored() ? Coverage::kNone_Type : in onPrepareDraws()
675 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() function in DashBatch