Home
last modified time | relevance | path

Searched defs:const (Results 1801 - 1825 of 12936) sorted by relevance

1...<<71727374757677787980>>...518

/third_party/skia/experimental/graphite/src/
H A DImage_Graphite.cpp24 onAsFragmentProcessor( GrRecordingContext*, SkSamplingOptions, const SkTileMode[2], const SkMatrix&, const SkRect* subset, const SkRect* domain) const onAsFragmentProcessor() argument
H A DUniformCache.h28 size_t count() const { in count() argument
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/geom/
H A DShape.cpp29 bool Shape::conservativeContains(const Rect& rect) const { in conservativeContains() argument
40 bool Shape::conservativeContains(float2 point) const { in conservativeContains() argument
51 bool Shape::closed() const { in closed() argument
62 bool Shape::convex(bool simpleFill) const { in convex() argument
72 Rect Shape::bounds() const { in bounds() argument
83 SkPath Shape::asPath() const { in asPath() argument
/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h289 operator ()(Args.... args) const operator ()() argument
294 operator bool() const operator bool() argument
[all...]
H A DGrGLExtensions.h52 bool isInitialized() const { return fInitialized; } in isInitialized() argument
/third_party/skia/modules/skottie/src/
H A DAdapter.h26 const sk_sp<T>& node() const { return fNode; } in node() argument
/third_party/skia/modules/skparagraph/utils/
H A DTestFontCollection.h12 size_t fontsFound() const { return fFontsFound; } in fontsFound() argument
/third_party/skia/modules/sksg/src/
H A DSkSGImage.cpp18 void Image::onRender(SkCanvas* canvas, const RenderContext* ctx) const { in onRender() argument
39 const RenderNode* Image::onNodeAt(const SkPoint& p) const { in onNodeAt() argument
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
/third_party/skia/modules/svg/src/
H A DSkSVGSVG.cpp13 bool SkSVGSVG::onPrepareToRender(SkSVGRenderContext* ctx) const { in onPrepareToRender() argument
86 intrinsicSize(const SkSVGLengthContext& lctx) const intrinsicSize() argument
[all...]
H A DSkSVGPoly.cpp32 void SkSVGPoly::onDraw(SkCanvas* canvas, const SkSVGLengthContext&, const SkPaint& paint, in onDraw() argument
39 SkPath SkSVGPoly::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath() argument
49 SkRect SkSVGPoly::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox() argument
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
/third_party/skia/experimental/graphite/include/
H A DBackendTexture.h27 bool isValid() const { return fInfo.isValid(); } in isValid() argument
28 BackendApi backend() const { return fInfo.backend(); } in backend() argument
30 SkISize dimensions() const { return fDimensions; } in dimensions() 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...]
/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

Completed in 15 milliseconds

1...<<71727374757677787980>>...518