/third_party/skia/tools/skdiff/ |
D | skdiff_main.cpp | 174 if (drp.fBase.fFilename.equals(drp.fComparison.fFilename)) { in add() 175 fResultsOfType[drp.fResult].push_back(drp.fBase.fFilename); in add() 178 blame.append(drp.fBase.fFilename); in add() 207 fStatusOfType[drp.fBase.fStatus][drp.fComparison.fStatus].push_back( in add() 208 drp.fBase.fFilename); in add() 223 add_unique_basename(&fFailedBaseNames[drp.fResult], drp.fBase.fFilename); in add() 318 fDrp->fBase.fBitmap.setPixelRef(nullptr, 0, 0); in ~AutoReleasePixels() 341 get_bounds(drp.fBase, "base"); in get_bounds() 416 drp.fBase.fFilename = baseFiles[i]; in create_diff_images() 417 drp.fBase.fFullPath = basePath; in create_diff_images() [all …]
|
D | skdiff_html.cpp | 82 diff.fBase.fBitmap.width() * in print_pixel_count() 83 diff.fBase.fBitmap.height())); in print_pixel_count() 95 stream->writeText(diff.fBase.fFilename.c_str()); in print_checkbox_cell() 103 stream->writeText(diff.fBase.fFilename.c_str()); in print_label_cell() 152 stream->writeText(DiffResource::getStatusDescription(diff.fBase.fStatus)); in print_label_cell() 219 print_diff_resource_cell(stream, diff.fBase, relativePath, false); in print_diff_row()
|
D | skdiff.h | 112 : fBase() in DiffRecord() 130 DiffResource fBase; member 179 return strcmp(lhs->fBase.fFilename.c_str(), rhs->fBase.fFilename.c_str()); in compare()
|
D | skdiff.cpp | 161 if (w != dr->fBase.fBitmap.width() || h != dr->fBase.fBitmap.height()) { in compute_diff() 177 SkPMColor c0 = *dr->fBase.fBitmap.getAddr32(x, y); in compute_diff()
|
D | skdiff_utils.cpp | 147 const int w = drp->fBase.fBitmap.width(); in create_and_write_diff_image() 148 const int h = drp->fBase.fBitmap.height(); in create_and_write_diff_image()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLSwizzle.h | 29 , fBase(std::move(base)) in Swizzle() 52 return fBase; in base() 56 return fBase; in base() 83 , fBase(std::move(base)) in Swizzle() 88 std::unique_ptr<Expression> fBase; member
|
D | SkSLIndexExpression.h | 26 , fBase(std::move(base)) in IndexExpression() 46 return fBase; in base() 50 return fBase; in base() 81 , fBase(std::move(base)) in IndexExpression() 84 std::unique_ptr<Expression> fBase; member
|
D | SkSLFieldAccess.h | 37 , fBase(std::move(base)) {} 52 return fBase; in base() 56 return fBase; in base() 85 std::unique_ptr<Expression> fBase; variable
|
/third_party/skia/gm/ |
D | simpleaaclip.cpp | 72 fBase.setLTRB(100.65f, in onOnceBeforeDraw() 76 fRect = fBase; in onOnceBeforeDraw() 80 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5)); in onOnceBeforeDraw() 99 canvas->drawRect(fBase, paint); in drawOrig() 128 canvas->clipRect(fBase, true); in drawPathsOped() 194 SkRect fBase; member in skiagm::SimpleClipGM
|
/third_party/skia/modules/particles/include/ |
D | SkReflected.h | 50 const Type* fBase; member 55 const Type* base = fBase; in isDerivedFrom() 60 base = base->fBase; in isDerivedFrom()
|
/third_party/skia/tests/ |
D | GrStyledShapeTest.cpp | 527 : fBase(new GrStyledShape(geo.makeShape(paint))) { in TestCase() 533 : fBase(new GrStyledShape(shapeArgs...)) { in TestCase() 538 : fBase(new GrStyledShape(shape)) { in TestCase() 559 const GrStyledShape& baseShape() const { return *fBase; } in baseShape() 593 *fAppliedPE = fBase->applyStyle(GrStyle::Apply::kPathEffectOnly, scale); in init() 596 *fAppliedFull = fBase->applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale); in init() 598 make_key(&fBaseKey, *fBase); in init() 605 check_original_path_ids(r, *fBase, *fAppliedPE, *fAppliedPEThenStroke, *fAppliedFull); in init() 627 fBase->asPath(&path); in init() 628 REPORTER_ASSERT(r, path.isEmpty() == fBase->isEmpty()); in init() [all …]
|
/third_party/skia/src/core/ |
D | SkReadBuffer.h | 61 size_t size() const { return fStop - fBase; } in size() 62 size_t offset() const { return fCurr - fBase; } in offset() 221 const char* fBase = nullptr; // beginning of buffer variable
|
D | SkReadBuffer.cpp | 42 fBase = fCurr = (const char*)data; in setMemory() 43 fStop = fBase + size; in setMemory()
|
/third_party/skia/src/gpu/tessellate/ |
D | PathCurveTessellator.cpp | 238 flushState->draw(chunk.fCount * 4, chunk.fBase * 4); in drawTessellated() 249 flushState->drawIndexedInstanced(fixedIndexCount, 0, chunk.fCount, chunk.fBase, 0); in drawFixedCount() 257 flushState->drawInstanced(chunk.fCount, chunk.fBase, 4, 0); in drawHullInstances()
|
D | PathWedgeTessellator.cpp | 299 flushState->draw(chunk.fCount * 5, chunk.fBase * 5); in drawTessellated() 311 flushState->drawIndexedInstanced(fixedIndexCount, 0, chunk.fCount, chunk.fBase, 0); in drawFixedCount()
|
D | StrokeFixedCountTessellator.cpp | 455 instanceChunk.fBase, in draw()
|
D | StrokeHardwareTessellator.cpp | 894 flushState->draw(vertexChunk.fCount, vertexChunk.fBase); in draw()
|
/third_party/skia/src/gpu/ |
D | GrVertexChunkArray.cpp | 29 &chunk->fBase, in allocChunk()
|
D | GrVertexChunkArray.h | 25 int fBase; // baseVertex or baseInstance, depending on the use case. member
|
/third_party/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 79 const SkOpSpanBase* fBase; member 104 glitch->fBase = nullptr; in recordCommon() 124 glitch->fBase = base; in record() 131 glitch->fBase = base; in record() 149 glitch->fBase = base; in record() 158 glitch->fBase = base; in record() 176 glitch->fBase = base; in record() 205 glitch->fBase = span; in record() 211 glitch->fBase = span; in record() 379 if (glitch.fBase) { in CheckHealth() [all …]
|