Searched defs:fR (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/include/utils/
H A DSkCullPoints.h36 SkIRect fR; // the caller's rectangle member in class:SkCullPoints
37 SkIPoint fAsQuad[4]; // cache of fR as 4 points
/external/skia/include/utils/
H A DSkCullPoints.h36 SkIRect fR; // the caller's rectangle member in class:SkCullPoints
37 SkIPoint fAsQuad[4]; // cache of fR as 4 points
/external/chromium_org/third_party/skia/include/ports/
H A DSkFontStyle.h51 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; member in union:SkFontStyle::__anon14402
/external/skia/include/ports/
H A DSkFontStyle.h51 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; member in union:SkFontStyle::__anon26292
/external/chromium_org/third_party/skia/src/core/
H A DSkMaskGamma.h155 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask
163 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
169 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
176 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }
180 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
185 const uint8_t* fR; member in class:SkTMaskPreBlend
/external/skia/src/core/
H A DSkMaskGamma.h155 * If fR, fG, or fB is NULL, all of them will be. This indicates that no mask
163 : fParent(SkSafeRef(parent)), fR(r), fG(g), fB(b) { }
169 SkTMaskPreBlend() : fParent(), fR(NULL), fG(NULL), fB(NULL) { }
176 : fParent(SkSafeRef(that.fParent.get())), fR(that.fR), fG(that.fG), fB(that.fB) { }
180 /** True if this PreBlend should be applied. When false, fR, fG, and fB are NULL. */
185 const uint8_t* fR; member in class:SkTMaskPreBlend
/external/valgrind/main/VEX/priv/
H A Dhost_x86_isel.c1000 HReg fR = iselDblExpr(env, e->Iex.Binop.arg2); local
1002 addInstr(env, X86Instr_FpCmp(fL,fR,dst));
H A Dhost_amd64_isel.c1249 HReg fR = iselDblExpr(env, e->Iex.Binop.arg2); local
1251 addInstr(env, AMD64Instr_SseUComIS(8,fL,fR,dst));

Completed in 229 milliseconds