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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.h109 const SkIRect& clipSpaceIBounds,
112 // rect specified by clipSpaceIBounds.
116 const SkIRect& clipSpaceIBounds);
121 const SkIRect& clipSpaceIBounds);
127 const SkIRect& clipSpaceIBounds,
H A DGrClipMaskManager.cpp118 SkIRect clipSpaceIBounds; local
138 &clipSpaceIBounds,
142 ignoreClip = clipSpaceIBounds == clipSpaceRTIBounds;
169 clipSpaceIBounds);
174 clipSpaceIBounds);
180 SkIRect rtSpaceMaskBounds = clipSpaceIBounds;
202 SkIRect clipRect = clipSpaceIBounds;
214 clipSpaceIBounds,
220 SkIRect scissorSpaceIBounds(clipSpaceIBounds);
396 const SkIRect& clipSpaceIBounds,
395 getMaskTexture(int32_t elementsGenID, const SkIRect& clipSpaceIBounds, GrTexture** result, bool willUpload) argument
426 createAlphaClipMask(int32_t elementsGenID, InitialState initialState, const ElementList& elements, const SkIRect& clipSpaceIBounds) argument
574 createStencilClipMask(int32_t elementsGenID, InitialState initialState, const ElementList& elements, const SkIRect& clipSpaceIBounds, const SkIPoint& clipSpaceToStencilOffset) argument
926 createSoftwareClipMask(int32_t elementsGenID, GrReducedClip::InitialState initialState, const GrReducedClip::ElementList& elements, const SkIRect& clipSpaceIBounds) argument
[all...]
/external/skia/src/gpu/
H A DGrClipMaskManager.h109 const SkIRect& clipSpaceIBounds,
112 // rect specified by clipSpaceIBounds.
116 const SkIRect& clipSpaceIBounds);
121 const SkIRect& clipSpaceIBounds);
127 const SkIRect& clipSpaceIBounds,
H A DGrClipMaskManager.cpp118 SkIRect clipSpaceIBounds; local
138 &clipSpaceIBounds,
142 ignoreClip = clipSpaceIBounds == clipSpaceRTIBounds;
169 clipSpaceIBounds);
174 clipSpaceIBounds);
180 SkIRect rtSpaceMaskBounds = clipSpaceIBounds;
202 SkIRect clipRect = clipSpaceIBounds;
214 clipSpaceIBounds,
220 SkIRect scissorSpaceIBounds(clipSpaceIBounds);
396 const SkIRect& clipSpaceIBounds,
395 getMaskTexture(int32_t elementsGenID, const SkIRect& clipSpaceIBounds, GrTexture** result, bool willUpload) argument
426 createAlphaClipMask(int32_t elementsGenID, InitialState initialState, const ElementList& elements, const SkIRect& clipSpaceIBounds) argument
574 createStencilClipMask(int32_t elementsGenID, InitialState initialState, const ElementList& elements, const SkIRect& clipSpaceIBounds, const SkIPoint& clipSpaceToStencilOffset) argument
926 createSoftwareClipMask(int32_t elementsGenID, GrReducedClip::InitialState initialState, const GrReducedClip::ElementList& elements, const SkIRect& clipSpaceIBounds) argument
[all...]

Completed in 55 milliseconds