Searched refs:fProps (Results 1 - 23 of 23) sorted by relevance

/external/skia/src/core/
H A DSkSpecialSurface.h34 const SkSurfaceProps& props() const { return fProps; }
92 const SkSurfaceProps fProps; member in class:SkSpecialSurface
H A DSkSpecialImage.h49 const SkSurfaceProps& props() const { return fProps; }
150 const SkSurfaceProps fProps; member in class:SkSpecialImage
H A DSkSpecialSurface.cpp45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry)
H A DSkCanvas.cpp654 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry());
666 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
675 , fProps(SkSurfacePropsCopyOrDefault(props))
679 this->init(new SkNoPixelsDevice(SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps),
685 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
690 this->init(new SkNoPixelsDevice(r, fProps), flags)->unref();
695 , fProps(device->surfaceProps())
704 , fProps(device->surfaceProps())
713 , fProps(props)
717 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps));
[all...]
H A DSkSpecialImage.cpp76 : fProps(SkSurfacePropsCopyOrDefault(props))
/external/skqp/src/core/
H A DSkSpecialSurface.h34 const SkSurfaceProps& props() const { return fProps; }
92 const SkSurfaceProps fProps; member in class:SkSpecialSurface
H A DSkSpecialImage.h49 const SkSurfaceProps& props() const { return fProps; }
150 const SkSurfaceProps fProps; member in class:SkSpecialImage
H A DSkSpecialSurface.cpp45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry)
H A DSkCanvas.cpp654 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry());
666 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
675 , fProps(SkSurfacePropsCopyOrDefault(props))
679 this->init(new SkNoPixelsDevice(SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps),
685 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
690 this->init(new SkNoPixelsDevice(r, fProps), flags)->unref();
695 , fProps(device->surfaceProps())
704 , fProps(device->surfaceProps())
713 , fProps(props)
717 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps));
[all...]
H A DSkSpecialImage.cpp76 : fProps(SkSurfacePropsCopyOrDefault(props))
/external/skia/src/gpu/text/
H A DGrTextUtils.h112 : fOriginalPaint(paint), fFilter(filter), fProps(props) {
125 const SkSurfaceProps& fProps; member in class:GrTextUtils::RunPaint
H A DGrTextUtils.cpp55 fModifiedPaint.get()->setFlags(FilterTextFlags(fProps, *fModifiedPaint.get()));
/external/skqp/src/gpu/text/
H A DGrTextUtils.h111 : fOriginalPaint(paint), fFilter(filter), fProps(props) {
124 const SkSurfaceProps& fProps; member in class:GrTextUtils::RunPaint
H A DGrTextUtils.cpp57 fModifiedPaint.get()->setFlags(FilterTextFlags(fProps, *fModifiedPaint.get()));
/external/skia/include/core/
H A DSkSurface.h691 const SkSurfaceProps& props() const { return fProps; }
780 const SkSurfaceProps fProps; member in class:SkSurface
H A DSkCanvas.h2655 const SkSurfaceProps fProps; variable
/external/skqp/include/core/
H A DSkSurface.h357 const SkSurfaceProps& props() const { return fProps; }
431 const SkSurfaceProps fProps; member in class:SkSurface
H A DSkCanvas.h2654 const SkSurfaceProps fProps; variable
/external/skqp/src/image/
H A DSkSurface.cpp126 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
134 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height())
/external/skia/src/image/
H A DSkSurface.cpp126 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height)
134 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height())
/external/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp52 , 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); member in struct:BlendFormula::__anon20757::__anon20758
/external/skqp/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp52 , 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); member in struct:BlendFormula::__anon21422::__anon21423
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp18067 VkFormatProperties fProps = m_device->format_properties(format);
18068 if (format != VK_FORMAT_UNDEFINED && fProps.linearTilingFeatures == 0 && fProps.optimalTilingFeatures == 0) {
[all...]

Completed in 616 milliseconds