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

/external/chromium_org/third_party/skia/gm/
H A Dcircularclips.cpp13 SkScalar fX1, fX2, fY, fR; member in class:CircularClipsGM
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/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/gm/
H A Dcircularclips.cpp13 SkScalar fX1, fX2, fY, fR; member in class:CircularClipsGM
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/
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::__anon15112
/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::__anon30521
/external/chromium_org/third_party/skia/src/core/
H A DSkMaskGamma.h171 * 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; member in class:SkTMaskPreBlend
/external/skia/src/core/
H A DSkMaskGamma.h171 * 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; member in class:SkTMaskPreBlend
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_isel.c1352 HReg fR = iselDblExpr(env, e->Iex.Binop.arg2); local
1354 addInstr(env, AMD64Instr_SseUComIS(8,fL,fR,dst));
H A Dhost_x86_isel.c1100 HReg fR = iselDblExpr(env, e->Iex.Binop.arg2); local
1102 addInstr(env, X86Instr_FpCmp(fL,fR,dst));

Completed in 158 milliseconds