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

  /external/skia/src/core/
SkSpecialSurface.h 30 const SkSurfaceProps& props() const { return fProps; }
96 const SkSurfaceProps fProps;
  /external/skia/include/core/
SkSurface.h 295 const SkSurfaceProps& props() const { return fProps; }
312 const SkSurfaceProps fProps;
SkCanvas.h     [all...]
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 63 bool modifiesDst() const { return SkToBool(fProps & kModifiesDst_Property); }
64 bool usesDstColor() const { return SkToBool(fProps & kUsesDstColor_Property); }
65 bool usesInputColor() const { return SkToBool(fProps & kUsesInputColor_Property); }
67 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property);
111 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6);
127 * Initialize a compile-time constant BlendFormula and automatically deduce fProps.
    [all...]

Completed in 562 milliseconds