HomeSort by relevance Sort by last modified time
    Searched defs:fR (Results 1 - 8 of 8) 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/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 160 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask
168 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
174 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
181 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }
185 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
190 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 160 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask
168 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
174 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
181 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }
185 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
190 const uint8_t* fR;
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c     [all...]
host_x86_isel.c     [all...]

Completed in 676 milliseconds