HomeSort by relevance Sort by last modified time
    Searched refs:fProps (Results 1 - 12 of 12) 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;
SkSpecialSurface.cpp 45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry)
SkCanvas.cpp 653 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry());
665 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
674 , fProps(SkSurfacePropsCopyOrDefault(props))
678 this->init(new SkNoPixelsDevice(SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps),
684 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
689 this->init(new SkNoPixelsDevice(r, fProps), flags)->unref();
694 , fProps(device->surfaceProps())
703 , fProps(device->surfaceProps())
712 , fProps(props)
716 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps));
    [all...]
SkSpecialImage.cpp 76 : fProps(SkSurfacePropsCopyOrDefault(props))
  /external/skia/include/core/
SkSurface.h 329 const SkSurfaceProps& props() const { return fProps; }
377 const SkSurfaceProps fProps;
SkCanvas.h     [all...]
  /external/skia/src/gpu/text/
GrTextUtils.h 94 : fOriginalPaint(paint), fFilter(filter), fProps(props) {
108 const SkSurfaceProps& fProps;
GrTextUtils.cpp 91 fModifiedPaint.get()->setFlags(FilterTextFlags(fProps, *fModifiedPaint.get()));
  /external/skia/src/image/
SkSurface.cpp 126 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
134 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height())
  /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 117 milliseconds