/external/skia/src/core/ |
D | SkSpecialSurface.h | 35 const SkSurfaceProps& props() const { return fProps; } in props() 92 const SkSurfaceProps fProps;
|
D | SkSpecialImage.h | 53 const SkSurfaceProps& props() const { return fProps; } in props() 162 const SkSurfaceProps fProps;
|
D | SkCanvas.cpp | 422 device = sk_make_sp<SkNoPixelsDevice>(SkIRect::MakeEmpty(), fProps); in init() 433 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init() 445 , fProps() in SkCanvas() 453 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas() 457 SkIRect::MakeWH(std::max(width, 0), std::max(height, 0)), fProps)); in SkCanvas() 462 , fProps() in SkCanvas() 467 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas() 472 , fProps(device->surfaceProps()) in SkCanvas() 481 , fProps(props) in SkCanvas() 485 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas() [all …]
|
D | SkSpecialSurface.cpp | 46 : fProps(props.flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
|
D | SkSpecialImage.cpp | 83 : fProps(props) in SkSpecialImage()
|
/external/skia/src/gpu/vk/ |
D | GrVkSecondaryCBDrawContext.h | 101 const SkSurfaceProps& props() const { return fProps; } in props() 119 const SkSurfaceProps fProps; variable
|
D | GrVkSecondaryCBDrawContext.cpp | 50 , fProps(SkSurfacePropsCopyOrDefault(props)) {} in GrVkSecondaryCBDrawContext()
|
/external/skqp/src/core/ |
D | SkSpecialSurface.h | 35 const SkSurfaceProps& props() const { return fProps; } in props() 95 const SkSurfaceProps fProps;
|
D | SkSpecialImage.h | 49 const SkSurfaceProps& props() const { return fProps; } in props() 154 const SkSurfaceProps fProps;
|
D | SkCanvas.cpp | 571 SkASSERT(fProps.pixelGeometry() == device->surfaceProps().pixelGeometry()); in init() 583 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() 592 , fProps(SkSurfacePropsCopyOrDefault(props)) in SkCanvas() 596 SkIRect::MakeWH(SkTMax(width, 0), SkTMax(height, 0)), fProps)); in SkCanvas() 601 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() 606 this->init(sk_make_sp<SkNoPixelsDevice>(r, fProps)); in SkCanvas() 611 , fProps(device->surfaceProps()) in SkCanvas() 620 , fProps(props) in SkCanvas() 624 sk_sp<SkBaseDevice> device(new SkBitmapDevice(bitmap, fProps, nullptr, nullptr)); in SkCanvas() 631 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() [all …]
|
D | SkSpecialSurface.cpp | 45 : fProps(SkSurfacePropsCopyOrDefault(props).flags(), kUnknown_SkPixelGeometry) in SkSpecialSurface()
|
D | SkSpecialImage.cpp | 77 : fProps(SkSurfacePropsCopyOrDefault(props)) in SkSpecialImage()
|
D | SkGlyphRunPainter.cpp | 705 fallbackFont, fallbackPaint, fProps, fScalerContextFlags, glyphCacheMatrix); in generateFromGlyphRunList() 727 const SkSurfaceProps& fProps; in generateFromGlyphRunList() member
|
/external/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 51 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {} in BlendFormula() 62 fProps == that.fProps; in operator ==() 69 return SkToBool(fProps & kModifiesDst_Property); in modifiesDst() 72 return SkToBool(fProps & kUnaffectedByDst_Property); in unaffectedByDst() 77 return SkToBool(fProps & kUnaffectedByDstIfOpaque_Property); in unaffectedByDstIfOpaque() 80 return SkToBool(fProps & kUsesInputColor_Property); in usesInputColor() 83 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property); in canTweakAlphaForCoverage() 133 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6); member
|
/external/skia/modules/skottie/src/effects/ |
D | Effects.h | 113 : fProps(jprops) in EffectBinder() 119 fContainer->bind(fBuilder, EffectBuilder::GetPropValue(fProps, prop_index), value); in bind() 125 const skjson::ArrayValue& fProps;
|
/external/skqp/include/core/ |
D | SkSurface.h | 658 const SkSurfaceProps& props() const { return fProps; } in props() 747 const SkSurfaceProps fProps;
|
D | SkCanvas.h | 2518 const SkSurfaceProps fProps; variable
|
/external/skqp/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 53 , fProps(GetProperties(primaryOut, secondaryOut, equation, srcCoeff, dstCoeff)) {} in BlendFormula() 73 return SkToBool(fProps & kModifiesDst_Property); in modifiesDst() 77 return SkToBool(fProps & kUsesDstColor_Property); in usesDstColor() 81 return SkToBool(fProps & kUsesInputColor_Property); in usesInputColor() 85 return SkToBool(fProps & kCanTweakAlphaForCoverage_Property); in canTweakAlphaForCoverage() 156 Properties fProps : 32 - (4 + 4 + 6 + 6 + 6); member
|
/external/skia/include/core/ |
D | SkSurface.h | 873 const SkSurfaceProps& props() const { return fProps; } in props() 1047 const SkSurfaceProps fProps;
|
D | SkCanvas.h | 2318 const SkSurfaceProps fProps; variable
|
/external/skqp/src/image/ |
D | SkSurface.cpp | 135 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface() 143 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
|
/external/skia/src/image/ |
D | SkSurface.cpp | 161 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(width), fHeight(height) in SkSurface() 169 : fProps(SkSurfacePropsCopyOrDefault(props)), fWidth(info.width()), fHeight(info.height()) in SkSurface()
|