Searched refs:clipSpaceIBounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.h123 const SkIRect& clipSpaceIBounds,
126 // rect specified by clipSpaceIBounds.
130 const SkIRect& clipSpaceIBounds);
135 const SkIRect& clipSpaceIBounds);
137 // Returns the cached mask texture if it matches the elementsGenID and the clipSpaceIBounds.
139 GrTexture* getCachedMaskTexture(int32_t elementsGenID, const SkIRect& clipSpaceIBounds);
145 const SkIRect& clipSpaceIBounds,
H A DGrClipMaskManager.cpp223 SkIRect clipSpaceIBounds; local
242 &clipSpaceIBounds,
246 ignoreClip = clipSpaceIBounds == clipSpaceRTIBounds;
272 SkIRect scissorSpaceIBounds(clipSpaceIBounds);
296 clipSpaceIBounds);
301 clipSpaceIBounds);
307 SkIRect rtSpaceMaskBounds = clipSpaceIBounds;
331 clipSpaceIBounds,
337 SkIRect scissorSpaceIBounds(clipSpaceIBounds);
508 const SkIRect& clipSpaceIBounds) {
507 getCachedMaskTexture(int32_t elementsGenID, const SkIRect& clipSpaceIBounds) argument
520 allocMaskTexture(int32_t elementsGenID, const SkIRect& clipSpaceIBounds, bool willUpload) argument
543 createAlphaClipMask(int32_t elementsGenID, InitialState initialState, const ElementList& elements, const SkIRect& clipSpaceIBounds) argument
694 createStencilClipMask(int32_t elementsGenID, InitialState initialState, const ElementList& elements, const SkIRect& clipSpaceIBounds, const SkIPoint& clipSpaceToStencilOffset) argument
1043 createSoftwareClipMask(int32_t elementsGenID, GrReducedClip::InitialState initialState, const GrReducedClip::ElementList& elements, const SkIRect& clipSpaceIBounds) argument
[all...]
/external/skia/src/gpu/
H A DGrClipMaskManager.h119 const SkIRect& clipSpaceIBounds,
122 // rect specified by clipSpaceIBounds.
126 const SkIRect& clipSpaceIBounds);
131 const SkIRect& clipSpaceIBounds);
133 // Returns the cached mask texture if it matches the elementsGenID and the clipSpaceIBounds.
135 GrTexture* getCachedMaskTexture(int32_t elementsGenID, const SkIRect& clipSpaceIBounds);
141 const SkIRect& clipSpaceIBounds,
H A DGrClipMaskManager.cpp221 SkIRect clipSpaceIBounds; local
240 &clipSpaceIBounds,
244 ignoreClip = clipSpaceIBounds == clipSpaceRTIBounds;
270 SkIRect scissorSpaceIBounds(clipSpaceIBounds);
294 clipSpaceIBounds);
299 clipSpaceIBounds);
305 SkIRect rtSpaceMaskBounds = clipSpaceIBounds;
329 clipSpaceIBounds,
335 SkIRect scissorSpaceIBounds(clipSpaceIBounds);
507 const SkIRect& clipSpaceIBounds) {
506 getCachedMaskTexture(int32_t elementsGenID, const SkIRect& clipSpaceIBounds) argument
519 allocMaskTexture(int32_t elementsGenID, const SkIRect& clipSpaceIBounds, bool willUpload) argument
542 createAlphaClipMask(int32_t elementsGenID, InitialState initialState, const ElementList& elements, const SkIRect& clipSpaceIBounds) argument
693 createStencilClipMask(int32_t elementsGenID, InitialState initialState, const ElementList& elements, const SkIRect& clipSpaceIBounds, const SkIPoint& clipSpaceToStencilOffset) argument
1042 createSoftwareClipMask(int32_t elementsGenID, GrReducedClip::InitialState initialState, const GrReducedClip::ElementList& elements, const SkIRect& clipSpaceIBounds) argument
[all...]

Completed in 126 milliseconds