Searched refs:fBase (Results 1 - 25 of 26) sorted by relevance

12

/external/skia/src/sksl/ir/
H A DSkSLFieldAccess.h30 , fBase(std::move(base))
35 return fBase->description() + "." + fBase->fType.fields()[fFieldIndex].fName;
38 std::unique_ptr<Expression> fBase; member in struct:SkSL::FieldAccess
H A DSkSLIndexExpression.h49 , fBase(std::move(base))
55 return fBase->description() + "[" + fIndex->description() + "]";
58 std::unique_ptr<Expression> fBase; member in struct:SkSL::IndexExpression
H A DSkSLSwizzle.h67 , fBase(std::move(base))
73 SkString result = fBase->description() + ".";
80 std::unique_ptr<Expression> fBase; member in struct:SkSL::Swizzle
/external/skia/src/sksl/ast/
H A DSkSLASTSuffixExpression.h22 , fBase(std::move(base))
26 return fBase->description() + fSuffix->description();
29 const std::unique_ptr<ASTExpression> fBase; member in struct:SkSL::ASTSuffixExpression
/external/skia/tools/skdiff/
H A Dskdiff_image.cpp28 drp->fBase.fFilename = baseFile;
29 drp->fBase.fFullPath = baseFile;
30 drp->fBase.fStatus = DiffResource::kSpecified_Status;
36 sk_sp<SkData> baseFileBits = read_file(drp->fBase.fFullPath.c_str());
38 drp->fBase.fStatus = DiffResource::kRead_Status;
46 drp->fBase.fStatus = DiffResource::kCouldNotRead_Status;
60 get_bitmap(baseFileBits, drp->fBase, false);
62 if (DiffResource::kDecoded_Status != drp->fBase.fStatus ||
70 //TODO: copy fBase.fFilename and fComparison.fFilename to outputDir
329 if (DiffResource::isStatusFailed(dr.fBase
[all...]
H A Dskdiff_main.cpp185 if (drp->fBase.fFilename.equals(drp->fComparison.fFilename)) {
186 fResultsOfType[drp->fResult].push(new SkString(drp->fBase.fFilename));
189 blame->append(drp->fBase.fFilename);
218 fStatusOfType[drp->fBase.fStatus][drp->fComparison.fStatus].push(
219 new SkString(drp->fBase.fFilename));
234 add_unique_basename(&fFailedBaseNames[drp->fResult], drp->fBase.fFilename);
333 fDrp->fBase.fBitmap.setPixelRef(nullptr, 0, 0);
356 get_bounds(drp.fBase, "base");
430 drp->fBase.fFilename = *baseFiles[i];
431 drp->fBase
[all...]
H A Dskdiff.h112 : fBase()
130 DiffResource fBase; member in struct:DiffRecord
179 return strcmp(lhs->fBase.fFilename.c_str(), rhs->fBase.fFilename.c_str());
268 * dr->fBase.fBitmap and have a valid pixelref.
H A Dskdiff_html.cpp82 diff.fBase.fBitmap.width() *
83 diff.fBase.fBitmap.height()));
95 stream->writeText(diff.fBase.fFilename.c_str());
103 stream->writeText(diff.fBase.fFilename.c_str());
152 stream->writeText(DiffResource::getStatusDescription(diff.fBase.fStatus));
218 print_diff_resource_cell(stream, diff.fBase, relativePath, false);
H A Dskdiff.cpp161 if (w != dr->fBase.fBitmap.width() || h != dr->fBase.fBitmap.height()) {
179 SkPMColor c0 = *dr->fBase.fBitmap.getAddr32(x, y);
H A Dskdiff_utils.cpp137 const int w = drp->fBase.fBitmap.width();
138 const int h = drp->fBase.fBitmap.height();
/external/skia/src/core/
H A DSkReader32.h23 SkReader32() : fCurr(nullptr), fStop(nullptr), fBase(nullptr) {}
32 fBase = fCurr = (const char*)data;
36 size_t size() const { return fStop - fBase; }
37 size_t offset() const { return fCurr - fBase; }
39 const void* base() const { return fBase; }
45 void rewind() { fCurr = fBase; }
50 fCurr = fBase + offset;
159 const char* fBase; // beginning of buffer member in class:SkReader32
/external/skia/gm/
H A Dsimpleaaclip.cpp58 fBase.set(100.65f,
62 fRect = fBase;
66 fBasePath.addRoundRect(fBase, SkIntToScalar(5), SkIntToScalar(5));
85 canvas->drawRect(fBase, paint);
114 canvas->clipRect(fBase, true);
188 SkRect fBase; member in class:skiagm::SimpleClipGM
191 SkPath fBasePath; // fBase as a round rect
/external/skia/tools/
H A DThermalManager.cpp96 fBase = GetTemp(fThermalZoneRoot);
98 fDisabled = fBase + fThreshold >= fPoint; // We disable any trip point which start off
108 fPointName.c_str(), fBase, currentTemp, fPoint, fThreshold);
H A DThermalManager.h47 int32_t fBase; member in struct:ThermalManager::TripPoint
/external/skia/experimental/DrawingBoard/
H A DSampleDrawingClient.cpp182 SkCanvas bufferCanvas(fBase);
199 canvas->drawBitmap(fBase, 0, 0, NULL);
240 fBase.setConfig(SkBitmap::kARGB_8888_Config, this->width(), this->height());
241 fBase.allocPixels(NULL);
255 fBase.eraseColor(fBGColor);
259 SkBitmap fBase; member in class:DrawingClientView
H A DSampleDrawingServer.cpp142 SkCanvas bufferCanvas(fBase);
160 canvas->drawBitmap(fBase, 0, 0, NULL);
181 fBase.setConfig(SkBitmap::kARGB_8888_Config,
184 fBase.allocPixels(NULL);
198 fBase.eraseColor(fBGColor);
212 SkBitmap fBase; member in class:DrawingServerView
/external/skia/samplecode/
H A DSampleRegion.cpp193 fBase.set(100, 100, 150, 150);
194 fRect = fBase;
201 rgn->setRect(fBase);
202 SkIRect r = fBase;
403 SkIRect fBase, fRect; member in class:RegionView
/external/skia/tests/
H A DGrShapeTest.cpp252 SkScalar scale = SK_Scalar1) : fBase(geo.makeShape(paint)) {
258 : fBase(shapeArgs...) {
263 : fBase(shape) {
284 const GrShape& baseShape() const { return fBase; }
313 fAppliedPE = fBase.applyStyle(GrStyle::Apply::kPathEffectOnly, scale);
316 fAppliedFull = fBase.applyStyle(GrStyle::Apply::kPathEffectAndStrokeRec, scale);
318 make_key(&fBaseKey, fBase);
343 fBase.asPath(&path);
344 REPORTER_ASSERT(r, path.isEmpty() == fBase.isEmpty());
345 REPORTER_ASSERT(r, path.getSegmentMasks() == fBase
405 GrShape fBase; member in class:__anon17233::TestCase
[all...]
/external/skia/src/sksl/
H A DSkSLCFGGenerator.cpp146 this->addExpression(cfg, &((FieldAccess*) e->get())->fBase, constantPropagate);
151 this->addExpression(cfg, &((IndexExpression*) e->get())->fBase, constantPropagate);
171 this->addExpression(cfg, &((Swizzle*) e->get())->fBase, constantPropagate);
208 this->addLValue(cfg, &((FieldAccess&) **e).fBase);
211 this->addLValue(cfg, &((IndexExpression&) **e).fBase);
215 this->addLValue(cfg, &((Swizzle&) **e).fBase);
H A DSkSLGLSLCodeGenerator.cpp347 this->writeExpression(*expr.fBase, kPostfix_Precedence);
355 this->writeExpression(*f.fBase, kPostfix_Precedence);
358 switch (f.fBase->fType.fields()[f.fFieldIndex].fModifiers.fLayout.fBuiltin) {
363 this->write(f.fBase->fType.fields()[f.fFieldIndex].fName);
368 this->writeExpression(*swizzle.fBase, kPostfix_Precedence);
H A DSkSLCompiler.cpp184 this->addDefinition(((Swizzle*) lvalue)->fBase.get(),
190 this->addDefinition(((IndexExpression*) lvalue)->fBase.get(),
196 this->addDefinition(((FieldAccess*) lvalue)->fBase.get(),
H A DSkSLSPIRVCodeGenerator.cpp1651 return get_storage_class(*((FieldAccess&) expr).fBase);
1653 return get_storage_class(*((IndexExpression&) expr).fBase);
1664 chain = this->getAccessChain(*indexExpr.fBase, out);
1670 chain = this->getAccessChain(*fieldExpr.fBase, out);
1814 SpvId base = this->getLValue(*swizzle.fBase, out)->getPointer();
1821 get_storage_class(*swizzle.fBase)),
1835 swizzle.fBase->fType,
1932 SpvId base = this->writeExpression(*swizzle.fBase, out);
H A DSkSLIRGenerator.cpp1552 std::unique_ptr<Expression> base = this->convertExpression(*expression.fBase);
1668 this->markWrittenTo(*((FieldAccess&) expr).fBase, readWrite);
1675 this->markWrittenTo(*((Swizzle&) expr).fBase, readWrite);
1678 this->markWrittenTo(*((IndexExpression&) expr).fBase, readWrite);
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp79 const SkOpSpanBase* fBase; member in struct:SpanGlitch
104 glitch->fBase = nullptr;
124 glitch->fBase = base;
131 glitch->fBase = base;
149 glitch->fBase = base;
158 glitch->fBase = base;
176 glitch->fBase = base;
205 glitch->fBase = span;
211 glitch->fBase = span;
379 if (glitch.fBase) {
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 353 milliseconds

12