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

  /external/skia/src/core/
SkSpecialSurface.h 34 const SkSurfaceProps& props() const { return fProps; }
92 const SkSurfaceProps fProps;
SkSpecialImage.h 49 const SkSurfaceProps& props() const { return fProps; }
150 const SkSurfaceProps fProps;
  /external/skia/src/gpu/text/
GrTextUtils.h 94 : fOriginalPaint(paint), fFilter(filter), fProps(props) {
108 const SkSurfaceProps& fProps;
  /external/skia/include/core/
SkSurface.h 329 const SkSurfaceProps& props() const { return fProps; }
377 const SkSurfaceProps fProps;
SkCanvas.h     [all...]
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 52 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {}
72 return SkToBool(fProps & kModifiesDst_Property);
76 return SkToBool(fProps & kUsesDstColor_Property);
80 return SkToBool(fProps & kUsesInputColor_Property);
84 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property);
155 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6);
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]

Completed in 292 milliseconds