Home
last modified time | relevance | path

Searched defs:const (Results 2776 - 2800 of 20720) sorted by relevance

1...<<111112113114115116117118119120>>...829

/third_party/skia/experimental/graphite/src/
H A DUniform.h35 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 DUniformCache.cpp15 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 DMtlGpu.h27 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 DSkDeferredDisplayListRecorder.h42 const SkSurfaceCharacterization& characterization() const { in characterization() argument
H A DSkPromiseImageTexture.h44 GrBackendTexture backendTexture() const { return fBackendTexture; } in backendTexture() argument
47 uint32_t uniqueID() const { return fUniqueID; } in uniqueID() argument
H A DSkTraceMemoryDump.h84 shouldDumpWrappedObjects() const shouldDumpWrappedObjects() argument
[all...]
/third_party/skia/include/gpu/vk/
H A DGrVkExtensions.h47 dump() const dump() argument
[all...]
/third_party/skia/include/gpu/
H A DGrBackendDrawableInfo.h26 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 DGrContext_Base.h74 bool matches(GrContext_Base* candidate) const { in matches() argument
[all...]
H A DSkSLString.h37 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 DSkSVGMask.cpp26 SkRect SkSVGMask::bounds(const SkSVGRenderContext& ctx) const { in bounds() argument
30 void SkSVGMask::renderMask(const SkSVGRenderContext& ctx) const { in renderMask() argument
H A DSkSVGFilter.cpp28 sk_sp<SkImageFilter> SkSVGFilter::buildFilterDAG(const SkSVGRenderContext& ctx) const { in buildFilterDAG() argument
H A DSkSVGFeLightSource.cpp12 SkPoint3 SkSVGFeDistantLight::computeDirection() const { in computeDirection() argument
[all...]
H A DSkSVGFeImage.cpp23 sk_sp<SkImageFilter> SkSVGFeImage::onMakeImageFilter(const SkSVGRenderContext& ctx, in onMakeImageFilter() argument
H A DSkSVGFeGaussianBlur.cpp21 sk_sp<SkImageFilter> SkSVGFeGaussianBlur::onMakeImageFilter(const SkSVGRenderContext& ctx, in onMakeImageFilter() argument
/third_party/skia/modules/skparagraph/src/
H A DTextShadow.cpp12 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 DSkSGInvalidationController.h33 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 DSkSGPath.h33 SkPathFillType getFillType() const { in getFillType() argument
[all...]
/third_party/skia/modules/sksg/src/
H A DSkSGGradient.cpp37 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 DSkSGGeometryNode.cpp17 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 DSkSGPlane.cpp17 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 DColor.cpp36 void ColorPaint::onApply(SkPaint* paint) const { in onApply() argument
/third_party/skia/include/utils/
H A DSkAnimCodecPlayer.h36 uint32_t duration() const { return fTotalDuration; } in duration() argument
/third_party/skia/modules/skottie/src/layers/
H A DSolidLayer.cpp20 sk_sp<sksg::RenderNode> AnimationBuilder::attachSolidLayer(const skjson::ObjectValue& jlayer, in attachSolidLayer() argument
/third_party/skia/modules/skottie/tests/
H A DKeyframe.cpp33 operator bool() const { return fDidBind; } in operator bool() argument

Completed in 11 milliseconds

1...<<111112113114115116117118119120>>...829