HomeSort by relevance Sort by last modified time
    Searched defs:fR (Results 1 - 10 of 10) sorted by null

  /external/skia/gm/
circularclips.cpp 13 SkScalar fX1, fX2, fY, fR;
21 fR = 40;
23 fCircle1.addCircle(fX1, fY, fR, SkPath::kCW_Direction);
24 fCircle2.addCircle(fX2, fY, fR, SkPath::kCW_Direction);
48 SkRect rect = SkRect::MakeLTRB(fX1 - fR, fY - fR, fX2 + fR, fY + fR);
56 canvas->translate(-((fX1 + fX2)/2 - fR), -(fY - 2*fR/3))
    [all...]
  /external/skia/include/utils/
SkCullPoints.h 36 SkIRect fR; // the caller's rectangle
37 SkIPoint fAsQuad[4]; // cache of fR as 4 points
  /external/skia/samplecode/
SampleArc.cpp 43 SkRect fR;
46 MyDrawable(const SkRect& r) : fR(r), fSweep(0) {}
62 canvas->drawArc(fR, 0, fSweep, true, paint);
65 canvas->drawArc(fR, 0, fSweep, false, paint);
69 canvas->drawArc(fR, 0, fSweep, true, paint);
73 canvas->drawArc(fR, 0, fSweep, false, paint);
77 SkRect r(fR);
SampleHT.cpp 47 SkRect fR;
54 fR = SkRect::MakeXYWH(rand.nextRangeF(0, 640), rand.nextRangeF(0, 480),
81 return oval_contains(fR, x, y);
98 canvas->translate(fR.centerX(), fR.centerY());
100 canvas->translate(-fR.centerX(), -fR.centerY());
112 canvas->drawRect(fR, paint);
115 SkRect onGetBounds() override { return fR; }
  /external/skia/include/core/
SkFontStyle.h 53 int weight() const { return fUnion.fR.fWeight; }
54 int width() const { return fUnion.fR.fWidth; }
55 Slant slant() const { return (Slant)fUnion.fR.fSlant; }
58 return kItalic_Slant == fUnion.fR.fSlant;
67 } fR;
  /external/skia/src/core/
SkMaskGamma.h 171 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask
179 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
185 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
192 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }
196 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
199 const uint8_t* fR;
SkRRect.cpp 309 Validator(const SkRRect* r) : fR(r) {}
310 ~Validator() { SkDEBUGCODE(fR->validate();) }
311 const SkRRect* fR;
  /external/skia/src/gpu/effects/
GrDistanceFieldGeoProc.h 172 SkScalar fR, fG, fB;
175 result.fR = r; result.fG = g; result.fB = b;
179 return (fR == wa.fR && fG == wa.fG && fB == wa.fB);
  /external/valgrind/VEX/priv/
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]

Completed in 357 milliseconds