/external/skia/src/gpu/batches/ |
D | GrAtlasTextBatch.h | 50 batch->fBatch.fNumGlyphs = glyphCount; in CreateBitmap() 70 batch->fBatch.fNumGlyphs = glyphCount; in CreateDistanceField() 82 fBatch.fColor = geo.fColor; in init() 144 GrColor color() const { return fBatch.fColor; } in color() 146 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() 147 int numGlyphs() const { return fBatch.fNumGlyphs; } in numGlyphs() 164 BatchTracker fBatch; variable 200 : fBatch(batch) in GrBlobRegenHelper() 212 const GrAtlasTextBatch* fBatch;
|
D | GrNonAAStrokeRectBatch.cpp | 88 fBatch.fHairline = geo.fStrokeWidth == 0; in init() 173 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 174 fBatch.fColor = fGeoData[0].fColor; in initBatchTracker() 175 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 176 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 181 GrColor color() const { return fBatch.fColor; } in color() 182 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() 183 bool colorIgnored() const { return fBatch.fColorIgnored; } in colorIgnored() 185 bool hairline() const { return fBatch.fHairline; } in hairline() 186 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() [all …]
|
D | GrAALinearizingConvexPathRenderer.cpp | 154 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 155 fBatch.fColor = fGeoData[0].fColor; in initBatchTracker() 156 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 157 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 158 fBatch.fLinesOnly = SkPath::kLine_SegmentMask == fGeoData[0].fPath.getSegmentMasks(); in initBatchTracker() 159 fBatch.fCanTweakAlphaForCoverage = overrides.canTweakAlphaForCoverage(); in initBatchTracker() 293 fBatch.fCanTweakAlphaForCoverage = false; in onCombineIfPossible() 301 GrColor color() const { return fBatch.fColor; } in color() 302 bool linesOnly() const { return fBatch.fLinesOnly; } in linesOnly() 303 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() [all …]
|
D | GrTestBatch.h | 45 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 46 fBatch.fColor = this->geoData(0)->fColor; in initBatchTracker() 47 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 48 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 84 BatchTracker fBatch; variable
|
D | GrDefaultPathRenderer.cpp | 248 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 249 fBatch.fColor = fGeoData[0].fColor; in initBatchTracker() 250 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 251 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 384 fBatch.fCoverage = coverage; in DefaultPathBatch() 385 fBatch.fIsHairline = isHairline; in DefaultPathBatch() 386 fBatch.fViewMatrix = viewMatrix; in DefaultPathBatch() 523 GrColor color() const { return fBatch.fColor; } in color() 524 uint8_t coverage() const { return fBatch.fCoverage; } in coverage() 525 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() [all …]
|
D | GrAtlasTextBatch.cpp | 52 color->setKnownFourComponents(fBatch.fColor); in computePipelineOptimizations() 77 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 78 fBatch.fColor = fGeoData[0].fColor; in initBatchTracker() 79 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 80 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 226 fBatch.fNumGlyphs += that->numGlyphs(); in onCombineIfPossible() 315 fBatch->flush(fTarget, fFlushInfo); in flush() 316 fTarget->initDraw(fGP, fBatch->pipeline()); in flush()
|
D | GrAAStrokeRectBatch.cpp | 129 GrColor color() const { return fBatch.fColor; } in color() 130 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() 131 bool canTweakAlphaForCoverage() const { return fBatch.fCanTweakAlphaForCoverage; } in canTweakAlphaForCoverage() 132 bool colorIgnored() const { return fBatch.fColorIgnored; } in colorIgnored() 133 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() 161 BatchTracker fBatch; member in AAStrokeRectBatch 177 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 178 fBatch.fColor = fGeoData[0].fColor; in initBatchTracker() 179 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 180 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() [all …]
|
D | GrAAConvexPathRenderer.cpp | 775 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 776 fBatch.fColor = fGeoData[0].fColor; in initBatchTracker() 777 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 778 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 779 fBatch.fLinesOnly = SkPath::kLine_SegmentMask == fGeoData[0].fPath.getSegmentMasks(); in initBatchTracker() 780 fBatch.fCanTweakAlphaForCoverage = overrides.canTweakAlphaForCoverage(); in initBatchTracker() 973 fBatch.fCanTweakAlphaForCoverage = false; in onCombineIfPossible() 981 GrColor color() const { return fBatch.fColor; } in color() 982 bool linesOnly() const { return fBatch.fLinesOnly; } in linesOnly() 983 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() [all …]
|
D | GrAAHairLinePathRenderer.cpp | 703 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 704 fBatch.fColor = fGeoData[0].fColor; in initBatchTracker() 705 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 706 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 707 fBatch.fCoverage = fGeoData[0].fCoverage; in initBatchTracker() 769 GrColor color() const { return fBatch.fColor; } in color() 770 uint8_t coverage() const { return fBatch.fCoverage; } in coverage() 771 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() 773 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() 784 BatchTracker fBatch; member in AAHairlineBatch
|
D | GrAADistanceFieldPathRenderer.cpp | 174 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 175 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 176 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 305 fBatch.fViewMatrix = viewMatrix; in AADistanceFieldPathBatch() 503 const SkMatrix& viewMatrix() const { return fBatch.fViewMatrix; } in viewMatrix() 504 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() 530 BatchTracker fBatch; member in AADistanceFieldPathBatch
|
D | GrPLSPathRenderer.cpp | 817 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 818 fBatch.fColor = fGeoData[0].fColor; in initBatchTracker() 819 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 820 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 821 fBatch.fCanTweakAlphaForCoverage = overrides.canTweakAlphaForCoverage(); in initBatchTracker() 958 GrColor color() const { return fBatch.fColor; } in color() 959 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() 960 bool canTweakAlphaForCoverage() const { return fBatch.fCanTweakAlphaForCoverage; } in canTweakAlphaForCoverage() 962 bool coverageIgnored() const { return fBatch.fCoverageIgnored; } in coverageIgnored() 972 BatchTracker fBatch; member in PLSPathBatch
|
/external/skia/src/gpu/ |
D | GrOvalRenderer.cpp | 656 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 657 fBatch.fColor = fGeoData[0].fColor; in initBatchTracker() 658 fBatch.fStroke = fGeoData[0].fStroke; in initBatchTracker() 659 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 660 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 756 GrColor color() const { return fBatch.fColor; } in color() 757 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() 759 bool stroke() const { return fBatch.fStroke; } in stroke() 769 BatchTracker fBatch; member in CircleBatch 869 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() [all …]
|
D | GrBatchFlushState.h | 129 Target(GrBatchFlushState* state, GrDrawBatch* batch) : fState(state), fBatch(batch) {} in Target() 135 fBatch->fInlineUploads.push_back().reset(SkRef(upload)); in upload() 150 GrDrawBatch* batch() { return fBatch; } in batch() 155 GrDrawBatch* fBatch; variable
|
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 287 fBatch.fAAMode = aaMode; in DashBatch() 288 fBatch.fCap = cap; in DashBatch() 289 fBatch.fFullDash = fullDash; in DashBatch() 311 fBatch.fColorIgnored = !overrides.readsColor(); in initBatchTracker() 312 fBatch.fColor = fGeoData[0].fColor; in initBatchTracker() 313 fBatch.fUsesLocalCoords = overrides.readsLocalCoords(); in initBatchTracker() 314 fBatch.fCoverageIgnored = !overrides.readsCoverage(); in initBatchTracker() 669 GrColor color() const { return fBatch.fColor; } in color() 670 bool usesLocalCoords() const { return fBatch.fUsesLocalCoords; } in usesLocalCoords() 672 DashAAMode aaMode() const { return fBatch.fAAMode; } in aaMode() [all …]
|