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

  /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/legacy/include/utils/
SkCullPoints.h 36 SkIRect fR; // the caller's rectangle
37 SkIPoint fAsQuad[4]; // cache of fR as 4 points
  /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 745 milliseconds