Home
last modified time | relevance | path

Searched defs:const (Results 7651 - 7675 of 13991) sorted by relevance

1...<<301302303304305306307308309310>>...560

/third_party/skia/src/core/
H A DSkPicture.cpp53 SkPictInfo SkPicture::createHeader() const { in createHeader() argument
220 backport() const backport() argument
229 serialize(SkWStream* stream, const SkSerialProcs* procs) const serialize() argument
233 serialize(const SkSerialProcs* procs) const serialize() argument
267 serialize(SkWStream* stream, const SkSerialProcs* procsPtr, SkRefCntSet* typefaceSet, bool textBlobsOnly) const serialize() argument
[all...]
H A DSkBlitter.h122 virtual int requestRowsPreserved() const { return 1; } in requestRowsPreserved() argument
[all...]
H A DSkDeque.cpp218 int SkDeque::numBlocksAllocated() const { in numBlocksAllocated() argument
H A DSkDescriptor.cpp48 const void* SkDescriptor::findEntry(uint32_t tag, uint32_t* length) const { in findEntry() argument
64 std::unique_ptr<SkDescriptor> SkDescriptor::copy() const { in copy() argument
70 bool SkDescriptor::operator==(const SkDescriptor& other) const { in operator ==() argument
86 dumpRec() const dumpRec() argument
104 isValid() const isValid() argument
[all...]
H A DSkMaskGamma.h143 void getGammaTableDimensions(int* tableWidth, int* numTables) const { in getGammaTableDimensions() argument
153 getGammaTables() const getGammaTables() argument
199 isApplicable() const isApplicable() argument
208 preBlend(SkColor color) const preBlend() argument
[all...]
H A DSkPoint.cpp12 void SkPoint::dump(std::string& desc, int depth) const { in dump() argument
20 void SkPoint::scale(SkScalar scale, SkPoint* dst) const { in scale() argument
H A DSkRasterClip.h35 bool isBW() const { return fIsBW; } in isBW() argument
36 bool isAA() const { return !fIsBW; } in isAA() argument
37 const SkRegion& bwRgn() const { SkASSER in isAA() argument
38 aaRgn() const aaRgn() argument
40 isEmpty() const isEmpty() argument
45 isRect() const isRect() argument
50 isComplex() const isComplex() argument
53 getBounds() const getBounds() argument
69 quickContains(const SkIRect& rect) const quickContains() argument
78 quickReject(const SkIRect& rect) const quickReject() argument
85 validate() const validate() argument
88 clipShader() const clipShader() argument
100 computeIsEmpty() const computeIsEmpty() argument
104 computeIsRect() const computeIsRect() argument
164 getBounds() const getBounds() argument
168 getRgn() const getRgn() argument
[all...]
H A DSkRasterClipStack.h34 const SkRasterClip& rc() const { return fStack.back().fRC; } in rc() argument
87 validate() const validate() argument
120 finalAA(bool aa) const finalAA() argument
[all...]
H A DSkScan_AntiPath.cpp139 getRunsSz() const getRunsSz() argument
[all...]
/third_party/skia/src/gpu/
H A DGrRecordingContextPriv.cpp61 GrSDFTControl GrRecordingContextPriv::getSDFTControl(bool useSDFTForSmallText) const { in getSDFTControl() argument
[all...]
H A DGrRecordingContext.cpp56 int GrRecordingContext::maxSurfaceSampleCountForColorType(SkColorType colorType) const { in maxSurfaceSampleCountForColorType() argument
151 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache() argument
159 const GrThreadSafeCache* GrRecordingContext::threadSafeCache() const { in threadSafeCache() argument
169 int GrRecordingContext::maxTextureSize() const { return this->caps()->maxTextureSize(); } in maxTextureSize() argument
171 int GrRecordingContext::maxRenderTargetSize() const { return this->caps()->maxRenderTargetSize(); } in maxRenderTargetSize() argument
173 bool GrRecordingContext::colorTypeSupportedAsImage(SkColorType colorType) const { in colorTypeSupportedAsImage() argument
185 dumpJSON(SkJSONWriter* writer) const dumpJSON() argument
196 dumpJSON(SkJSONWriter*) const dumpJSON() argument
203 dump(SkString* out) const dump() argument
208 dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const dumpKeyValuePairs() argument
217 dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const dumpKeyValuePairs() argument
231 dump() const dump() argument
[all...]
H A DGrProgramInfo.h55 int numSamples() const { return fNumSamples; } in numSamples() argument
56 int needsStencil() const { return fNeedsStencil; } in needsStencil() argument
57 bool isStencilEnabled() const { in isStencilEnabled() argument
61 const GrUserStencilSettings* userStencilSettings() const { retur in isStencilEnabled() argument
63 backendFormat() const backendFormat() argument
64 origin() const origin() argument
65 pipeline() const pipeline() argument
66 geomProc() const geomProc() argument
68 primitiveType() const primitiveType() argument
69 tessellationPatchVertexCount() const tessellationPatchVertexCount() argument
74 targetHasVkResolveAttachmentWithInput() const targetHasVkResolveAttachmentWithInput() argument
78 targetsNumSamples() const targetsNumSamples() argument
80 renderPassBarriers() const renderPassBarriers() argument
82 colorLoadOp() const colorLoadOp() argument
84 primitiveTypeKey() const primitiveTypeKey() argument
94 visitFPProxies(const GrVisitProxyFunc& func) const visitFPProxies() argument
[all...]
H A DGrSurface.h25 SkISize dimensions() const { return fDimensions; } in dimensions() argument
30 int width() const { return fDimensions.width(); } in width() argument
35 int height() const { return fDimensions.height(); } in height() argument
40 SkRect getBoundsRect() const { return SkRect::Make(this->dimensions()); } in getBoundsRect() argument
61 virtual const GrTexture* asTexture() const { return nullptr; } in asTexture() argument
67 virtual const GrRenderTarget* asRenderTarget() const { return nullptr; } in asRenderTarget() argument
69 GrInternalSurfaceFlags flags() const { retur argument
78 readOnly() const readOnly() argument
80 framebufferOnly() const framebufferOnly() argument
85 isProtected() const isProtected() argument
99 glRTFBOIDis0() const glRTFBOIDis0() argument
108 requiresManualMSAAResolve() const requiresManualMSAAResolve() argument
[all...]
H A DGrSurfaceProxyView.h32 operator bool() const { return SkToBool(fProxy.get()); } in operator bool() argument
37 bool operator==(const GrSurfaceProxyView& view) const { in operator ==() argument
42 bool operator!=(const GrSurfaceProxyView& other) const { return !(*this == other); } in operator !=() argument
44 int width() const { return this->proxy()->width(); } in width() argument
45 int height() const { return this->proxy()->height(); } in height() argument
46 SkISize dimensions() const { retur in height() argument
48 mipmapped() const mipmapped() argument
55 proxy() const proxy() argument
56 refProxy() const refProxy() argument
58 asTextureProxy() const asTextureProxy() argument
64 asTextureProxyRef() const asTextureProxyRef() argument
68 asRenderTargetProxy() const asRenderTargetProxy() argument
75 asRenderTargetProxyRef() const asRenderTargetProxyRef() argument
79 origin() const origin() argument
80 swizzle() const swizzle() argument
84 makeSwizzle(GrSwizzle swizzle) const makeSwizzle() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h35 const GrD3DCaps& d3dCaps() const { return static_cast<const GrD3DCaps&>(*this->caps()); } in d3dCaps() argument
42 ID3D12Device* device() const { return fDevice.get(); } in device() argument
43 ID3D12CommandQueue* queue() const { return fQueue.get(); } in queue() argument
45 GrD3DMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator() argument
47 GrD3DDirectCommandList* currentCommandList() const { return fCurrentDirectCommandList.get(); } in currentCommandList() argument
54 bool protectedContext() const { retur argument
[all...]
H A DGrD3DDescriptorTableManager.h35 ID3D12DescriptorHeap* heap() const { return fHeap; } in heap() argument
36 D3D12_DESCRIPTOR_HEAP_TYPE type() const { return fType; } in type() argument
61 bool canAllocate(unsigned int count) const { in canAllocate() argument
64 ID3D12DescriptorHeap* d3dDescriptorHeap() const { return fHeap->descriptorHeap(); } in d3dDescriptorHeap() argument
65 D3D12_DESCRIPTOR_HEAP_TYPE type() const { return fType; } in type() argument
[all...]
/third_party/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp56 bool operator==(const BlendFormula& that) const { in operator ==() argument
65 bool hasSecondaryOutput() const { in hasSecondaryOutput() argument
68 bool modifiesDst() const { in modifiesDst() argument
71 bool unaffectedByDst() const { in unaffectedByDst() argument
76 bool unaffectedByDstIfOpaque() const { in unaffectedByDstIfOpaque() argument
79 bool usesInputColor() const { in usesInputColor() argument
82 bool canTweakAlphaForCoverage() const { in canTweakAlphaForCoverage() argument
86 equation() const equation() argument
90 srcCoeff() const srcCoeff() argument
94 dstCoeff() const dstCoeff() argument
98 primaryOutput() const primaryOutput() argument
102 secondaryOutput() const secondaryOutput() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrStyledShape.h133 style() const style() argument
136 simplified() const simplified() argument
143 applyStyle(GrStyle::Apply apply, SkScalar scale) const applyStyle() argument
147 isRect() const isRect() argument
166 asPath(SkPath* out) const asPath() argument
174 isEmpty() const isEmpty() argument
180 bounds() const bounds() argument
193 knownToBeConvex() const knownToBeConvex() argument
202 knownDirection() const knownDirection() argument
210 inverseFilled() const inverseFilled() argument
223 mayBeInverseFilledAfterStyling() const mayBeInverseFilledAfterStyling() argument
236 knownToBeClosed() const knownToBeClosed() argument
241 segmentMask() const segmentMask() argument
252 hasUnstyledKey() const hasUnstyledKey() argument
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLUniformHandler.cpp97 void GrGLUniformHandler::appendUniformDecls(GrShaderFlags visibility, SkString* out) const { in appendUniformDecls() argument
143 glGpu() const glGpu() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DPathStencilCoverOp.h76 pathFillType() const pathFillType() argument
[all...]
H A DPathTessellateOp.cpp17 void PathTessellateOp::visitProxies(const GrVisitProxyFunc& func) const { in visitProxies() argument
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader.cpp145 emitTessellationCode( const GrStrokeTessellationShader& shader, SkString* code, GrGPArgs* gpArgs, const GrShaderCaps& shaderCaps) const emitTessellationCode() argument
401 getShaderDfxInfo() const getShaderDfxInfo() argument
409 addToKey(const GrShaderCaps&, GrProcessorKeyBuilder* b) const addToKey() argument
424 makeProgramImpl( const GrShaderCaps&) const makeProgramImpl() argument
[all...]
H A DGrStrokeTessellationShader.h40 Mode mode() const { return fMode; } in mode() argument
41 PatchAttribs attribs() const { return fPatchAttribs; } in attribs() argument
42 bool hasDynamicStroke() const { return fPatchAttribs & PatchAttribs::kStrokeParams; } in hasDynamicStroke() argument
43 bool hasDynamicColor() const { return fPatchAttribs & PatchAttribs::kColor; } in hasDynamicColor() argument
44 bool hasExplicitCurveType() const { return fPatchAttribs & PatchAttribs::kExplicitCurveType; } in hasExplicitCurveType() argument
45 const SkStrokeRec& stroke() const { retur in hasExplicitCurveType() argument
46 maxParametricSegments_log2() const maxParametricSegments_log2() argument
47 fixedCountNumTotalEdges() const fixedCountNumTotalEdges() argument
[all...]
H A DGrPathTessellationShader.cpp41 makeProgramImpl( const GrShaderCaps&) const makeProgramImpl() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkResourceProvider.h223 resetShaderCacheForTesting() const resetShaderCacheForTesting() argument
277 getCompatibleRenderPass() const getCompatibleRenderPass() argument
[all...]

Completed in 16 milliseconds

1...<<301302303304305306307308309310>>...560