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

  /external/chromium_org/third_party/skia/include/utils/
SkCullPoints.h 36 SkIRect fR; // the caller's rectangle
37 SkIPoint fAsQuad[4]; // cache of fR as 4 points
  /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);
50 SkRect rect = SkRect::MakeLTRB(fX1 - fR, fY - fR, fX2 + fR, fY + fR);
  /external/skia/include/utils/
SkCullPoints.h 36 SkIRect fR; // the caller's rectangle
37 SkIPoint fAsQuad[4]; // cache of fR as 4 points
  /external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h 51 int weight() const { return fUnion.fR.fWeight; }
52 int width() const { return fUnion.fR.fWidth; }
53 Slant slant() const { return (Slant)fUnion.fR.fSlant; }
56 return kItalic_Slant == fUnion.fR.fSlant;
65 } fR;
  /external/chromium_org/third_party/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. */
201 const uint8_t* fR;
  /external/skia/include/ports/
SkFontStyle.h 51 int weight() const { return fUnion.fR.fWeight; }
52 int width() const { return fUnion.fR.fWidth; }
53 Slant slant() const { return (Slant)fUnion.fR.fSlant; }
56 return kItalic_Slant == fUnion.fR.fSlant;
65 } 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. */
201 const uint8_t* fR;
  /external/valgrind/main/VEX/priv/
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]

Completed in 163 milliseconds