| /third_party/skia/experimental/graphite/src/ |
| H A D | Uniform.h | 35 constexpr bool isInitialized() const { return this->type() != SLType::kVoid; } in isInitialized() argument 37 constexpr const char* name() const { return fName; } in name() argument 38 constexpr SLType type() const { return static_cast<SLType>(fType); } in type() argument 39 constexpr uint32_t count() const { return static_cast<uint32_t>(fCount); } in count() argument [all...] |
| H A D | UniformCache.cpp | 15 size_t UniformCache::Hash::operator()(sk_sp<UniformData> ud) const { in operator ()() argument 19 bool UniformCache::Eq::operator()(sk_sp<UniformData> a, sk_sp<UniformData> b) const { in operator ()() argument
|
| /third_party/skia/experimental/graphite/src/mtl/ |
| H A D | MtlGpu.h | 27 id<MTLDevice> device() const { return fDevice.get(); } in device() argument 28 id<MTLCommandQueue> queue() const { return fQueue.get(); } in queue() argument 30 const Caps& mtlCaps() const { return static_cast<const Caps&>(*this->caps()); } in mtlCaps() argument
|
| /third_party/skia/include/core/ |
| H A D | SkDeferredDisplayListRecorder.h | 42 const SkSurfaceCharacterization& characterization() const { in characterization() argument
|
| H A D | SkPromiseImageTexture.h | 44 GrBackendTexture backendTexture() const { return fBackendTexture; } in backendTexture() argument 47 uint32_t uniqueID() const { return fUniqueID; } in uniqueID() argument
|
| H A D | SkTraceMemoryDump.h | 84 shouldDumpWrappedObjects() const shouldDumpWrappedObjects() argument [all...] |
| /third_party/skia/include/gpu/vk/ |
| H A D | GrVkExtensions.h | 47 dump() const dump() argument [all...] |
| /third_party/skia/include/gpu/ |
| H A D | GrBackendDrawableInfo.h | 26 bool isValid() const { return fIsValid; } in isValid() argument 28 GrBackendApi backend() const { return fBackend; } in backend() argument 30 bool getVkDrawableInfo(GrVkDrawableInfo* outInfo) const { in getVkDrawableInfo() argument
|
| /third_party/skia/include/private/ |
| H A D | GrContext_Base.h | 74 bool matches(GrContext_Base* candidate) const { in matches() argument [all...] |
| H A D | SkSLString.h | 37 bool starts_with(const char prefix[]) const { in starts_with() argument 40 bool ends_with(const char suffix[]) const { in ends_with() argument [all...] |
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGMask.cpp | 26 SkRect SkSVGMask::bounds(const SkSVGRenderContext& ctx) const { in bounds() argument 30 void SkSVGMask::renderMask(const SkSVGRenderContext& ctx) const { in renderMask() argument
|
| H A D | SkSVGFilter.cpp | 28 sk_sp<SkImageFilter> SkSVGFilter::buildFilterDAG(const SkSVGRenderContext& ctx) const { in buildFilterDAG() argument
|
| H A D | SkSVGFeLightSource.cpp | 12 SkPoint3 SkSVGFeDistantLight::computeDirection() const { in computeDirection() argument [all...] |
| H A D | SkSVGFeImage.cpp | 23 sk_sp<SkImageFilter> SkSVGFeImage::onMakeImageFilter(const SkSVGRenderContext& ctx, in onMakeImageFilter() argument
|
| H A D | SkSVGFeGaussianBlur.cpp | 21 sk_sp<SkImageFilter> SkSVGFeGaussianBlur::onMakeImageFilter(const SkSVGRenderContext& ctx, in onMakeImageFilter() argument
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextShadow.cpp | 12 bool TextShadow::operator==(const TextShadow& other) const { in operator ==() argument 20 bool TextShadow::operator!=(const TextShadow& other) const { return !(*this == other); } in operator !=() argument 22 bool TextShadow::hasShadow() const { in hasShadow() argument
|
| /third_party/skia/modules/sksg/include/ |
| H A D | SkSGInvalidationController.h | 33 const SkRect& bounds() const { return fBounds; } in bounds() argument 35 auto begin() const { return fRects.cbegin(); } in begin() argument 36 auto end() const { return fRects.cend(); } in end() argument
|
| H A D | SkSGPath.h | 33 SkPathFillType getFillType() const { in getFillType() argument [all...] |
| /third_party/skia/modules/sksg/src/ |
| H A D | SkSGGradient.cpp | 37 sk_sp<SkShader> LinearGradient::onMakeShader(const std::vector<SkColor4f>& colors, in onMakeShader() argument 46 sk_sp<SkShader> RadialGradient::onMakeShader(const std::vector<SkColor4f>& colors, in onMakeShader() argument
|
| H A D | SkSGGeometryNode.cpp | 17 void GeometryNode::clip(SkCanvas* canvas, bool aa) const { in clip() argument 22 void GeometryNode::draw(SkCanvas* canvas, const SkPaint& paint) const { in draw() argument 27 bool GeometryNode::contains(const SkPoint& p) const { in contains() argument 32 SkPath GeometryNode::asPath() const { in asPath() argument
|
| H A D | SkSGPlane.cpp | 17 void Plane::onClip(SkCanvas*, bool) const {} in onClip() argument 19 void Plane::onDraw(SkCanvas* canvas, const SkPaint& paint) const { in onDraw() argument 23 bool Plane::onContains(const SkPoint&) const { return true; } in onContains() argument 31 SkPath Plane::onAsPath() const { in onAsPath() argument
|
| /third_party/skia/experimental/skrive/src/ |
| H A D | Color.cpp | 36 void ColorPaint::onApply(SkPaint* paint) const { in onApply() argument
|
| /third_party/skia/include/utils/ |
| H A D | SkAnimCodecPlayer.h | 36 uint32_t duration() const { return fTotalDuration; } in duration() argument
|
| /third_party/skia/modules/skottie/src/layers/ |
| H A D | SolidLayer.cpp | 20 sk_sp<sksg::RenderNode> AnimationBuilder::attachSolidLayer(const skjson::ObjectValue& jlayer, in attachSolidLayer() argument
|
| /third_party/skia/modules/skottie/tests/ |
| H A D | Keyframe.cpp | 33 operator bool() const { return fDidBind; } in operator bool() argument
|